Cantitate/Preț
Produs

JavaMail API

Autor Elliotte Rusty Harold
en Limba Engleză Paperback – 3 sep 2013
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.
Citește tot Restrânge

Preț: 7377 lei

Preț vechi: 9222 lei
-20%

Puncte Express: 111

Carte tipărită la comandă

Livrare economică 17-31 octombrie

Livrare prin curier în România Termenul estimat este afișat lângă disponibilitate.
Transport gratuit de la 40000 lei Plată online sau ramburs, în funcție de opțiunile comenzii.
Retur gratuit în 14 zile Comandă securizată și suport în română.

Specificații

ISBN-13: 9781449367244
ISBN-10: 1449367240
Pagini: 95
Dimensiuni: 181 x 233 x 7 mm
Greutate: 0.18 kg
Editura: O'Reilly

Cuprins

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;
Chapter 1: Introducing the JavaMail API;
Chapter 2: Sending Email;
2.1 Sending Email from an Application;
Chapter 3: Receiving Mail;
Chapter 4: Password Authentication;
Chapter 5: Addresses;
5.1 The Address Class;
5.2 The InternetAddress Class;
5.3 The NewsAddress Class;
Chapter 6: The URLName Class;
6.1 The Constructors;
6.2 Parsing Methods;
Chapter 7: Messages and Parts;
7.1 Creating Messages;
7.2 Basic Header Info;
7.3 Flags;
7.4 The Part Interface;
7.5 Multipart Messages and File Attachments;
7.6 MIME Messages;
Chapter 8: Folders;
8.1 Opening Folders;
8.2 Managing Folders;
8.3 Managing Messages in Folders;
8.4 Subscriptions;
8.5 Listing the Contents of a Folder;
8.6 Checking for Mail;
8.7 Getting Messages from Folders;
8.8 Searching Folders;
8.9 Flags;
Chapter 9: Event Handling;
Epilogue: Email Past and Future;
Colophon;