Advertisement

1 - 10 of 132 containing alltags:("javamail") (0.001 seconds)
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...
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?
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 ...
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
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...
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...
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...
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...
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...
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 ...
Zones: JSPDate Answered: 12/15/2003 Grade: A Views: 0