> If anyone can tell me which is the most suitable JavaMail tutorial for
> novice programmer.
> plz i need the immediate assistence
Try the JavaMail-tutorial from SUN directly. This can be found
at java.sun.com
Regards, Lothar

Signature
Lothar Kimmeringer E-Mail: spamfang@kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
Always remember: The answer is forty-two, there can only be wrong
questions!
> If anyone can tell me which is the most suitable JavaMail tutorial for
> novice programmer.
> plz i need the immediate assistence
Are you simply needing an SMTP e-mail client with MIME-attachment
capabilities, that's written in java?
All the best,
Lawrence Bishop
focode - 21 Apr 2007 12:09 GMT
On Apr 6, 7:38 am, thelawrencebis...@gmail.com wrote:
> > If anyone can tell me which is the most suitable JavaMail tutorial for
> > novice programmer.
[quoted text clipped - 5 lines]
> All the best,
> Lawrence Bishop
yes sir
Martin Gregorie - 21 Apr 2007 14:48 GMT
> On Apr 6, 7:38 am, thelawrencebis...@gmail.com wrote:
>>
[quoted text clipped - 8 lines]
>
> yes sir
In that case, visit the JavaMail page in the Sun site:
http://java.sun.com/products/javamail/index.jsp
and look at the Third Party downloads. There are several Java mail
clients in the list.

Signature
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
"focode" <programarunesh@gmail.com> wrote in news:1175837738.650581.162170
@p77g2000hsh.googlegroups.com:
> If anyone can tell me which is the most suitable JavaMail tutorial for
> novice programmer.
> plz i need the immediate assistence
First, you need to read and understand the relevant RFCs governing Internet
email, if you don't already understand this. I'd recommend starting with:
RFC 2821 - Simple Mail Transfer (SMTP)
RFC 2822 - Format of Internet Messages
RFC 1939 - Post Office Protocol (POP3)
RFC 2060 - Internet Mail Access Protocol (IMAP)
then moving on to MIME:
RFCs 2045 - 2049 - Multipurpose Internet Mail Extensions (MIME)
Once you understand this, you should be able to figure out JavaMail using
the tutorial at
<http://java.sun.com/developer/onlineTraining/JavaMail/contents.html>,
(which is, incidentally, the first hit returned from a Google search on the
term "javamail tutorial"), along with the JavaDoc that is shipped along
with the JavaMail libraries. If you have any specific questions about how
JavaMail is to be used, please post them to the news group and you'll be
pretty sure to get an answer.
Cheers!

Signature
---------------------------------------------------------------------
Greg R. Broderick gregb+usenet200704@blackholio.dyndns.org
A. Top posters.
Q. What is the most annoying thing on Usenet?
---------------------------------------------------------------------
focode - 21 Apr 2007 12:10 GMT
On Apr 6, 8:22 am, "Greg R. Broderick" <gregb
+usenet200...@blackholio.dyndns.org> wrote:
> "focode" <programarun...@gmail.com> wrote in news:1175837738.650581.162170
> @p77g2000hsh.googlegroups.com:
[quoted text clipped - 33 lines]
> Q. What is the most annoying thing on Usenet?
> ---------------------------------------------------------------------
thanks for such answer
>If anyone can tell me which is the most suitable JavaMail tutorial for
>novice programmer.
>plz i need the immediate assistence
If you download JavaMail from
<http://java.sun.com/products/javamail/downloads> and unzip it you
will find a good tutorial in javamail-1.4\docs\JavaMail-1.4.pdf.