JavaMail API. Sending and Receiving Email with Java - Helion
ISBN: 978-14-493-6720-6
stron: 98, Format: ebook
Data wydania: 2013-07-23
Księgarnia: Helion
Cena książki: 46,74 zł (poprzednio: 54,99 zł)
Oszczędzasz: 15% (-8,25 zł)
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
Osoby które kupowały "JavaMail API. Sending and Receiving Email with Java", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
JavaMail API. Sending and Receiving Email with Java eBook -- spis treści
- JavaMail API
- Preface
- Who You Are
- Java Versions
- Conventions Used in This Book
- Request for Comments
- Using Code Examples
- Safari Books Online
- How to Contact Us
- Acknowledgments
- 1. Introducing the JavaMail API
- 2. Sending Email
- Sending Email from an Application
- 3. Receiving Mail
- 4. Password Authentication
- 5. Addresses
- The Address Class
- The InternetAddress Class
- The NewsAddress Class
- 6. The URLName Class
- The Constructors
- Parsing Methods
- 7. Messages and Parts
- Creating Messages
- Replying to Messages
- Getting Messages from Folders
- Basic Header Info
- The From Address
- The Reply-to Address
- The Recipient Addresses
- The Subject of the Message
- The Date of the Message
- Flags
- Folders
- Searching
- The Part Interface
- Attributes
- Headers
- Content
- Reading the contents of the part
- Writing the contents of the part
- Multipart Messages and File Attachments
- MIME Messages
- Creating Messages
- 8. Folders
- Opening Folders
- Basic Folder Info
- Managing Folders
- Managing Messages in Folders
- Subscriptions
- Listing the Contents of a Folder
- Checking for Mail
- Getting Messages from Folders
- Searching Folders
- Flags
- Opening Folders
- 9. Event Handling
- Epilogue: Email Past and Future
- About the Author
- Colophon
- Copyright