Book description
Send and receive email from Java applications by using the JavaMail API. With this concise book, you’ll learn how to communicate with existing SMTP, POP, and IMAP servers, and how to write your own.
Whether you need to build an email-centric application like a mailing list manager or simply add email notification to a larger product, JavaMail is the answer. Packed with code examples, this book shows you how JavaMail enables you to avoid low-level protocol details, so you can focus on what you actually want to say in a message.
- Send, receive, and store email with POP3 and IMAP
- Add password authentication to your programs
- Manage mailboxes and accounts
- Download mail attachments
- Respond to asynchronous email events
- Design protocol-independent email programs
Publisher resources
Table of contents
- Preface
- 1. Introducing the JavaMail API
- 2. Sending Email
- 3. Receiving Mail
- 4. Password Authentication
- 5. Addresses
- 6. The URLName Class
- 7. Messages and Parts
- 8. Folders
- 9. Event Handling
- Epilogue: Email Past and Future
- About the Author
- Colophon
- Copyright
Product information
- Title: JavaMail API
- Author(s):
- Release date: July 2013
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449367244
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Fundamentals of Software Architecture
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real …