![]() |
|
|
|
#1 |
|
Posts: n/a
|
If anyone can tell me which is the most suitable JavaMail tutorial for
novice programmer. plz i need the immediate assistence |
|
|
|
#2 |
|
Posts: n/a
|
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! |
|
|
|
#3 |
|
Posts: n/a
|
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 |
|
|
|
#4 |
|
Posts: n/a
|
"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? --------------------------------------------------------------------- |
|
|
|
#5 |
|
Posts: n/a
|
"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. |
|
|
|
#6 |
|
Posts: n/a
|
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 |
|
|
|
#7 |
|
Posts: n/a
|
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 |
|
|
|
#8 |
|
Posts: n/a
|
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 | |
|
|
|
#9 |
|
Junior Member
Join Date: May 2009
Posts: 1
|
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/ |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |