JavaMail « Core Library « Java Articles

Java Articles
1. Build Deploy
2. Class
3. Core Library
4. Data Types
5. Database JDBC
6. Design
7. Development
8. File Input Output
9. Graphics Desktop
10. J2EE Enterprise
11. J2ME Wireless
12. JVM
13. Language
14. Library Product
15. Network
16. Security
17. SOA Web Services
18. Test
19. Web Development
20. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
Photoshop Tutorial
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Articles » Core Library » JavaMail 
1. Internet Mail and JavaMail FAQ
"Since I have written several articles on JavaMail for on developer.com ( WebMail in Java and Java meets e-mail), I have received many requests for more information. This article is a compilation of the most popular questions."

2. JavaMail More Efficiently
"This article follows an exchange of emails with reader Daniel Dekanski. Daniel had a simple question: “how to find new emails in a POP3 mailbox with JavaMail?” He had noticed that his regular email client was significantly faster than JavaMail."

3. Enlisting Java in the War Against Email Viruses
"I recommend that you also study the other lessons in my extensive collection of online Java tutorials. You will find those lessons published at Gamelan.com. However, as of the date of this writing, Gamelan doesn't maintain a consolidated index of my Java tutorial lessons, and sometimes they are difficult to locate there. You will find a consolidated index at www.DickBaldwin.com."

4. Enlisting Java in the War Against Email Viruses, Part 2, A Much Faster Program
"Richard has participated in numerous consulting projects, and he frequently provides onsite training at the high-tech companies located in and around Austin, Texas. He is the author of Baldwin's Programming Tutorials, which has gained a worldwide following among experienced and aspiring programmers. He has also published articles in JavaPro magazine."

5. Consolidating Email using Java, Part 2
"Copyright 2005, Richard G. Baldwin. Reproduction in whole or in part in any form or medium without express written permission from Richard Baldwin is prohibited."

6. Consolidating Email using Java
"Although I am using the program to consolidate Email messages from several different POP3 servers onto the Gmail server, it should also be useful for collecting Email messages from any group of POP3 servers and forwarding those messages to any other Email accounts"

7. WebMail in Java: Reading E-mail
"In this article and the previous one, I present a Web-based e-mail client. It is similar to Hotmail, allowing you to check e-mail over the Internet. The client consists of two servlets (one for sending e-mail in the previous article and one for reading e-mail in this one) that use JavaMail to communicate with the e-mail system."

8. WebMail in Java: Sending E-mail
"In this article and the next one, I'll present a Web-based e-mail client. It is similar to Hotmail, allowing you to check e-mail over the Web. The client consists of two servlets (one for sending e-mails in this article and one for reading e-mails in the next article) that use JavaMail to communicate with the e-mail system."

9. Java meets e-mail
"In December 1997, I wrote an article called How to send an e-mail from Java. Sun had just announced the JavaMail API, but it was not publicly available, so I had to "roll my own" code. Let me offer a much-needed update."

10. Uploading Old Email to Gmail using Java
"The first problem is that over the years, I have accumulated several different Email accounts. Unfortunately, a couple of the most important accounts (including my employer) refuse to forward my Email messages to Gmail, (or to any other Email account, for that matter). I addressed that problem in an earlier lesson entitled Consolidating Email using Java. In that lesson, I provided a Java program that can be used to fetch messages from such uncooperative Email accounts and to forward those messages to Gmail (or any other Email account)."

11. Build Your Own Java-Based Email Programs > Anatomy of an Email Message
"Although it would be interesting to explore the creation of a Java-based WWW browser (and those classes) in this article, I will not do that because my goal is to explore electronic mail (email). Specifically, I plan to introduce you to the anatomy of an email message and then show you how to use the Network API to develop programs that send and receive email messages."

12. Enlisting Java in the War Against SPAM: The Screening Module
"In this and the previous lesson, I am showing you how to write a Java program that supplements the SPAM screening software that you are currently using. This program is used to identify and remove SPAM from your Email server before it is downloaded into your primary Email client."

13. Enlisting Java in the War Against SPAM: The Communications Module
"Previous article: Enlisting Java in the War Against SPAM: The Screening Module Next article: Enlisting Java in the War Against SPAM: Training the Subject Line Screener"

14. Enlisting Java in the War Against SPAM: Training the Subject Line Screener
"I encourage you to copy the code from Listing 30 below, as well as the program named Pop302 and the three starter text files at the end of the previous lesson entitled Enlisting Java in the War Against SPAM, Part 2, The Screening Module. (The program named Pop302 is in Listing 34 in the previous lesson.)"

15. Enlisting Java in the War Against SPAM: Training the Body Screener
"I encourage you to copy the code from Listing 10 below, as well as the programs and starter text files at the ends of the lessons entitled Enlisting Java in the War Against SPAM: The Communications Module, Enlisting Java in the War Against SPAM: The Screening Module, and Enlisting Java in the War Against SPAM: Training the Subject Line Screener."

ww___w_.___ja_v___a2_s__.__c__o___m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.