I have a code to send a mail with javamail.
Now I 'd like to check mails with javamail package
if i can get userid and mail account password and mail host name(smtp server), can it be done?
if s...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10301113.html
Zones:
Java,
JavaMailDate Answered: 03/18/2000 Grade: B Views: 0
I'm using JavaMail in Web Application, and when I send a mail, a lot of strange characters appear in subject.
Any idea?
http://www.experts-exchange.com/Programming/Languages/Java/Q_11286497.html
Zones:
Java,
JavaMailDate Answered: 09/15/2000 Grade: B Views: 0
Can any body tell me how to make a object of javax.mail.Folder class READ_WRITE which we will get using 'Store.getDefaultFolder()' .
Actually I want to set some values to that folder object ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11844279.html
Zones:
Java,
JavaMailDate Answered: 03/23/2002 Grade: A Views: 0
Please can someone give me the code
for reading mails using the Java Mail Package
and servlets. Give appropriate comments where
ever necessary within the code
http://www.experts-exchange.com/Programming/Languages/Java/Q_20011931.html
Zones:
Java,
JavaMailDate Answered: 02/11/2003 Grade: A Views: 0
Hi,
Questions:
1. How do I reference messages using Javamail, without using the number of the message? i.e. I want to use the message object ID (if this is correct) to uniquely identify the m...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20077597.html
Zones:
Java,
JavaMailDate Answered: 02/15/2001 Grade: B Views: 0
How can I send HTML Mail using JavaMail?
Should I set the contentType to "text/html"?
Should I set the disposition to "text/html"?
Please advise...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20160986.html
Zones:
Java,
JavaMailDate Answered: 08/01/2001 Grade: B Views: 0
JavaMail 1.2 Question
Transport.sendMessage(message, Addresses[]) should send the email messages to all the valid messages given in the array. On the other hand if Transport.send(message) is use...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20181528.html
Zones:
Java,
JavaMailDate Answered: 03/19/2002 Grade: C Views: 0
The customer for my MSc dissertation has written the following code using Javamail which he wants me to call from a Servlet:
package Utilities;
import javax.mail.*;
import javax.mail.interne...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20340466.html
Zones:
Java,
JavaMailDate Answered: 08/29/2002 Grade: A Views: 0
Servlets:Javamail
Okay, now that i have all the jar's lined up with javamail my problem is that the dumb thing wolnt send an email, heh. i've been tinkering with it for a little bit. but what th...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20417627.html
Zones:
Java,
JavaMailDate Answered: 08/29/2003 Grade: A Views: 0
Hi,
I want to send file attachments along with email messages through a webmail application (JSP and JavaBeans). How to works locally? I mean how to send mail and recieve mails
locally (if any ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20430305.html
Zones:
JSPDate Answered: 12/15/2003 Grade: A Views: 0