Go Back   Velocity Reviews > Newsgroups > Java
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply

Java - Javamail

 
Thread Tools Search this Thread
Old 04-06-2007, 05:35 AM   #1
focode
 
Posts: n/a
Default Javamail

If anyone can tell me which is the most suitable JavaMail tutorial for
novice programmer.
plz i need the immediate assistence

  Reply With Quote
Old 04-06-2007, 01:27 PM   #2
Lothar Kimmeringer
 
Posts: n/a
Default Re: Javamail

focode wrote:

> 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
--
Lothar Kimmeringer E-Mail:
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)

Always remember: The answer is forty-two, there can only be wrong
questions!
  Reply With Quote
Old 04-06-2007, 02:38 PM   #3
thelawrencebishop@gmail.com
 
Posts: n/a
Default Re: Javamail

On Apr 6, 12:35 am, "focode" <programarun...@gmail.com> wrote:
> 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

  Reply With Quote
Old 04-06-2007, 03:22 PM   #4
Greg R. Broderick
 
Posts: n/a
Default Re: Javamail

"focode" <> 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!

--
---------------------------------------------------------------------
Greg R. Broderick gregb+

A. Top posters.
Q. What is the most annoying thing on Usenet?
---------------------------------------------------------------------
  Reply With Quote
Old 04-06-2007, 03:49 PM   #5
David Segall
 
Posts: n/a
Default Re: Javamail

"focode" <> wrote:

>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.
  Reply With Quote
Old 04-21-2007, 11:09 AM   #6
focode
 
Posts: n/a
Default Re: Javamail

On Apr 6, 7:38 am, thelawrencebis...@gmail.com wrote:
> On Apr 6, 12:35 am, "focode" <programarun...@gmail.com> wrote:
>
> > 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


yes sir

  Reply With Quote
Old 04-21-2007, 11:10 AM   #7
focode
 
Posts: n/a
Default Re: Javamail

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:
>
> > 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!
>
> --
> ---------------------------------------------------------------------
> Greg R. Broderick gregb+usenet200...@blackholio.dyndns.org
>
> A. Top posters.
> Q. What is the most annoying thing on Usenet?
> ---------------------------------------------------------------------


thanks for such answer

  Reply With Quote
Old 04-21-2007, 01:48 PM   #8
Martin Gregorie
 
Posts: n/a
Default Re: Javamail

focode wrote:
> On Apr 6, 7:38 am, thelawrencebis...@gmail.com wrote:
>> On Apr 6, 12:35 am, "focode" <programarun...@gmail.com> wrote:
>>
>>> 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

>
> 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.


--
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
  Reply With Quote
Old 05-01-2009, 09:09 AM   #9
Benny
Junior Member
 
Join Date: May 2009
Posts: 1
Default JavaMail smtp client wrapper

I know this thread's a bit old, but it is still popping up at Google when people actively search with this question.

Anyway, recently Vesijama has been released to the open source community, which is exactly what you were looking for: a JavaMail smtp client wrapper library that greatly simplifies the process of sending emails. It's lightweight, easy to use, and is designed to not bother you with RFC's.

code.google.com/p/vesijama/
Benny is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to read header of a multipart message using javaMail GunjanM Software 0 03-20-2008 07:37 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47