| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Tips |
- Create Intelligent E-mail Filters with JavaMail and Classifier4j by Laurence Moroney - [Clicks: 44]
Tired of the limitations and annoying false positives with commercial spam filters? Classifier4J is an open source Java library that will let you build custom applications that read e-mails and other types of text documents, separating the wheat from the chaff exactly the way you intend.
[Includes source code]
http://www.devx.com/opensource/Article/22019 - Sep, 2004 - Combining SOAP and JavaMail by Sameer Tyagi - [Clicks: 36]
Think of JavaMail as an object-oriented wrapper around standard messaging protocols. See how to use it with SOAP and other transport protocols for asynchronous messaging among apps.
http://www.ftponline.com/javapro/2004_05/magazine/features/styagi/ - Apr, 2004
- Advanced HTML Email by Mark Johnson - [Clicks: 175]
The April 26, 2004 Tech Tip titled Using the JavaMail API to Send HTML Email, showed how to use the JavaMail API to send HTML email that is also readable by text browsers. But the email from that tip was text only -- it didn't include images. In the following tip, you'll see how to use the JavaMail API to send HTML email that contains embedded images.
[Includes sample code]
http://java.sun.com/developer/EJTechTips/2004/tt0625.html#1 - Jun, 2004 - Using the JavaMail API to Send HTML Email by Mark Johnson - [Clicks: 213]
The first tip in this Tech Tips issue explains how to use the JavaMail API to send email that can be displayed as text or as HTML, depending on the recipient's email client. The tip does not discuss the many, valuable, and important arguments for and against HTML email. Instead, it assumes you've decided to use HTML email, and want also to support text email readers.
[Includes sample code]
http://java.sun.com/developer/EJTechTips/2004/tt0426.html#1 - Apr, 2004