Home
Articles
Client-Side Java
Core Java
Embedded & Mobile
Server-Side Java
Java Tools
Web Services & Cloud
FAQs
Ajax
BEA Certification
Certification
Client-Side Java
Core Java
Embedded & Mobile
Java Tools
Java Certification
Methodology
Miscellaneous
Mobile Media API
Other Certification
Server-Side Java
Web Services & Cloud
Downloads
Learn
Forums
Newsletter
Advertiser Disclosure
Close
Home
/
FAQ
/
Server-Side Development
/
JavaMail
What are the different RFCs for the related JavaMail protocols?
Created May 7, 2012
John Zukowski
SMTP is
RFC 821
, recently replaced by
RFC 2821
.
POP3 is
RFC 1939
.
IMAP4 is
RFC 2060
.
MIME/message format is covered in
RFC 822
(recently replaced by
RFC 2822
),
RFC 2045
,
RFC 2046
, and
RFC 2047
.
Post a comment
Email Article
Print Article
Most Popular jGuru Stories
Editor's Picks
Most Popular
The Java Game Development Tutorial
Files and Directories in Java
Load Testing your Applications with Apache JMeter
Unit Testing Java Programs
Using SOAP with Java