JavaMail Section Index | Page 5

How can I log the debug messages to a file when I session.setDebug(true)?

I'm getting my Session with Session.getDefaultInstance and its not getting changes to the Properties passed in. What's wrong?

I'm getting my Session with Session.getDefaultInstance and its not getting changes to the Properties passed in. What's wrong?

How can I tell the JavaMail API where to create a mail folder on my IMAP server?

How do I deal with uuencoded attachments?

How do I send email to a POP server?

When does folder.getMessages() get the messages?

How do I send multiple messages using the same SMTP connection? When I use Transport.send(message), this always opens a new connection.

How could I include electronic signature and encryption in a JavaMail message?

How do you send an SMS message using the JavaMail API?

Why do I keep getting a NULL when looking at the TO/FROM header fields?

Why do I get a NullPointer exception when I create an InternetAddress?

If I am sending a signed mail to an end user, whose mailserver doesn't support S/MIME, what would happen to the message?

I want to use formating characters like tab ( ) in my mail messages but they are having no effect when the MIME type is text. How can I format my mail message?

How to move message from one folder to another?

About | Sitemap | Contact