reklama - zainteresowany?

Programming Internet Email - Helion

Programming Internet Email
ebook
Autor: David Wood
ISBN: 978-05-965-5567-2
stron: 380, Format: ebook
Data wydania: 1999-08-01
Księgarnia: Helion

Cena książki: 101,15 zł (poprzednio: 117,62 zł)
Oszczędzasz: 14% (-16,47 zł)

Dodaj do koszyka Programming Internet Email

The Internet's "killer app" is not the World Wide Web or Push technologies: it is humble electronic mail. More people use email than any other Internet application. As the number of email users swells, and as email takes on an ever greater role in personal and business communication, Internet mail protocols have become not just an enabling technology for messaging, but a programming interface on top of which core applications are built.Programming Internet Email unmasks the Internet Mail System and shows how a loose federation of connected networks have combined to form the world's largest and most heavily trafficked message system.Programming Internet Email tames the Internet's most popular messaging service. For programmers building applications on top of email capabilities, and power users trying to get under the hood of their own email systems, Programming Internet Email stands out as an essential guide and reference book. In typical O'Reilly fashion,Programming Internet Email covers the topic with nineteen tightly written chapters and five useful appendixes.Following a thorough introduction to the Internet Mail System, the book is divided into five parts:

  • Part I covers email formats, from basic text messages to the guts of MIME. Secure email message formats (OpenPGP and S/MIME), mailbox formats and other commonly used formats are detailed in this reference section.
  • Part II describes Internet email protocols: SMTP and ESMTP, POP3 and IMAP4. Each protocol is covered in detail to expose the Internet Mail System's inner workings.
  • Part III provides a solid API reference for programmers working in Perl and Java. Class references are given for commonly used Perl modules that relate to email and the Java Mail API.
  • Part IV provides clear and concise examples of how to incorporate email capabilities into your applications. Examples are given in both Perl and Java.
  • Part V covers the future of email on the Internet. Means and methods for controlling spam email and newly proposed Internet mail protocols are discussed.
  • Appendixes to Programming Internet Email provide a host of explanatory information and useful references for the programmer and avid user alike, including a comprehensive list of Internet RFCs relating to email, MIME types and a list of email related URLs.
Programming Internet Email will answer all of your questions about mail and extend your abilities into this most popular messaging frontier.

Dodaj do koszyka Programming Internet Email

 

Osoby które kupowały "Programming Internet Email", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Programming Internet Email

Spis treści

Programming Internet Email eBook -- spis treści

  • Programming Internet Email
  • A Note Regarding Supplemental Files
  • Preface
    • How This Book Is Organized
    • Conventions Used in This Book
    • Resources
    • Related Books
    • Wed Like to Hear From You
    • Acknowledgments
  • 1. Electronic Mail on the Internet
    • Email Systems
      • Internet Email
      • X.400 Email
      • Proprietary Email Systems
    • Internet Email Standards
    • Tools of the Trade
    • The Basic Internet Email System
      • Gateways to Foreign Mail Systems
      • Sending Mail from MUAs
      • Transferring Mail by MTAs
        • Anti-spamming MTAs
        • Types of MTAs
      • Delivery of Mail by MDAs
      • Retrieval of Mail by MRAs
      • Receiving Mail by MUAs
  • 2. Simple Text Messages
    • Internet Text Messages
    • Think Globally, Act Locally
    • Headers
      • Some Notes on Headers
        • Long headers
        • Order of headers
        • Limitations on originator headers
    • Mandatory Headers
      • Optional Headers
      • Dynamic Headers
    • User-Defined Headers
    • Address Formats
  • 3. Multipurpose Internet Mail Extensions
    • Mail with Attitude
    • MIME Header Fields
    • MIME Encoding
      • 7-bit, 8-bit, and Binary
      • Quoted-Printable
        • An example of quoted-printable encoding
        • Decoding quoted-printable
      • base64
        • An example of base64 encoding
        • Decoding base64
    • MIME Boundaries
    • MIME Summary
      • Encoding Gotchas
  • 4. Creating MIME-Compliant Messages
    • The Minimal MIME Message
    • Multipart Messages
    • Nested Body Parts
    • A Few Interesting MIME Types
      • The message/external-body Type
      • The message/partial Type
      • The multipart/alternative Type
    • MIME Message Creation Gotchas
  • 5. OpenPGP and S/MIME
    • An Extremely Brief Introduction to Security Concepts
    • An Overview of OpenPGP and S/MIME
    • Combining Security and MIME
      • The multipart/signed MIME Type
      • The multipart/encrypted MIME type
    • The OpenPGP Format
    • The S/MIME Format
  • 6. vCard
    • Personal Data Interchange with vCard
    • The vCard Version 3.0 Profile
    • Version 3.0 Housekeeping Types
    • Version 3.0 Identification Types
    • The vCard Version 2.1 Profile
    • Attaching vCards to Email Messages
  • 7. Mailbox Formats
    • mbox
    • Common mbox Variations
    • Variation for lMAP Mailboxes
    • MH
    • Maildir
  • 8. Mailcap Files
    • Mailcap File Format
    • Implementation Under Unix Operating Systems
    • Implementation Under Other Operating Systems
  • 9. The Extended Simple Mail Transfer Protocol
    • Using ESMTP
    • ESMTP Commands
      • Mail Transaction Commands
    • ESMTP Sessions
  • 10. The Post Office Protocol
    • Using POP
      • Comparing POP and IMAP
    • POP Commands
      • The Authorization State
        • Username/password authentication
        • APOP authentication
        • AUTH authentication
      • The Transaction State
      • The Update State
    • POP Sessions
  • 11. The Internet Message Access Protocol
    • Using IMAP
    • IMAP Commands
    • The Nonauthenticated State
    • The Authenticated State
    • The Selected State
    • IMAP Sessions
  • 12. The Application Configuration Access Protocol
    • Using ACAP
    • ACAP Datasets
    • Access Control
    • Example Dataset
    • ACAP Commands
    • The Nonauthenticated State
    • The Authenticated State
    • ACAP Sessions
  • 13. Email-Related Perl Modules
    • Finding and Installing Perl Modules
    • Maturity of the Mail-Related Modules
      • Contributing to the Effort
    • Email-Related Modules Quick Reference
      • Reading an Entry
        • Version information
        • Dependencies
        • Synopsis
      • MIME-Base64
      • MIME-Lite
      • MIME-tools
      • MailCclient
      • MailFolder
      • MailTools
      • Libnet
      • POP3Client
  • 14. The Java Mail API
    • An Overview of the Java Mail API
    • Java Mail API Reference
      • Reading an Entry
      • The javax.mail Package
        • javax.mail.MessageAware
        • javax.mail.MultipartDataSource
        • javax.mail.Part
        • javax.mail.UIDFolder
        • javax.mail.Address
        • javax.mail.Authenticator
        • javax.mail.BodyPart
        • javax.mail.FetchProfile
        • javax.mail.FetchProfile.Item
        • javax.mail.Flags
        • javax.mail.Flags.Flag
        • javax.mail.Folder
        • javax.mail.Header
        • javax.mail.Message
        • javax.mail.Message.RecipientType
        • javax.mail.MessageContext
        • javax.mail.Multipart
        • javax.mail.PasswordAuthentication
        • javax.mail.Provider
        • javax.mail.Provider.Type
        • javax.mail.Service
        • javax.mail.Session
        • javax.mail.Store
        • javax.mail.Transport
        • javax.mail.URLName
        • javax.mail.UIDFolder.FetchProfileItem
        • javax.mail.AuthenticationFailedException
        • javax.mail.FolderClosedException
        • javax.mail.FolderNotFoundException
        • javax.mail.IllegalWriteException
        • javax.mail.MessageRemovedException
        • javax.mail.MessagingException
        • javax.mail.MethodNotSupportedException
        • javax.mail.NoSuchProviderException
        • javax.mail.SendFailedException
        • javax.mail.StoreClosedException
    • The javax.mail.internet Package
      • javax.mail.internet.MimePart
      • javax.mail.internet.ContentType
      • javax.mail.internet.HeaderTokenizer
      • javax.mail.internet.HeaderTokenizer.Token
      • javax.mail.internet.InternetAddress
      • javax.mail.internet.InternetHeaders
      • javax.mail.internet.MimeBodyPart
      • javax.mail.internet.MimeMessage
      • javax.mail.internet.MimeMessage.RecipientType
      • javax.mail.internet.MimeMultipart
      • javax.mail.internet.MimePartDataSource
      • javax.mail.internet.MimeUtility
      • javax.mail.internet.NewsAddress
      • javax.mail.internet.ParameterList
      • javax.mail.internet.AddressException
      • javax.mail.internet.ParseException
    • The javax.mail.search Package
      • javax.mail.search.AddressStringTerm
      • javax.mail.search.AddressTerm
      • javax.mail.search.AndTerm
      • javax.mail.search.BodyTerm
      • javax.mail.search.DateTerm
      • javax.mail.search.ComparisonTerm
      • javax.mail.search.FlagTerm
      • javax.mail.search.FromStringTerm
      • javax.mail.search.FromTerm
      • javax.mail.search.HeaderTerm
      • javax.mail.search.IntegerComparisonTerm
      • javax.mail.search.MessageIDTerm
      • javax.mail.search.MessageNumberTerm
      • javax.mail.search.NotTerm
      • javax.mail.search.OrTerm
      • javax.mail.search.ReceivedDateTerm
      • javax.mail.search.RecipientStringTerm
      • javax.mail.search.RecipientTerm
      • javax.mail.search.SearchTerm
      • javax.mail.search.SentDateTerm
      • javax.mail.search.SizeTerm
      • javax.mail.search.StringTerm
      • javax.mail.search.SubjectTerm
      • javax.mail.search.SearchException
    • The javax.mail.event Package
      • javax.mail.event.ConnectionListener
      • javax.mail.event.FolderListener
      • javax.mail.event.MessageChangedListener
      • javax.mail.event.MessageCountListener
      • javax.mail.event.MailEvent
      • javax.mail.event.StoreListener
      • javax.mail.event.StoreEvent
      • javax.mail.event.TransportListener
      • javax.mail.event.ConnectionAdapter
      • javax.mail.event.ConnectionEvent
      • javax.mail.event.FolderAdapter
      • javax.mail.event.FolderEvent
      • javax.mail.event.MessageChangedEvent
      • javax.mail.event.MessageCountAdapter
      • javax.mail.event.MessageCountEvent
      • javax.mail.event.TransportAdapter
      • javax.mail.event.TransportEvent
  • 15. Creating and Sending a Multipart Mail Message
    • Designing a MIME-Capable Replacement for /bin/mail
    • Creating mail.pl
    • Extending and Enhancing mail.pl
    • Sending MIME Email via Java
  • 16. Archiving and Cleaning a Mailbox
    • Scrubbing Unwanted MIME Attachments
    • Creating mboxscrub.pl
    • Extending and Enhancing mboxscrub.pl
  • 17. Watching an IMAP Mailbox
    • Designing JBiff
    • Creating JBiff
    • Extending JBiff
  • 18. Anti-Spamming Techniques
    • The UCE Problem
    • Recipient Approaches
      • Filtering Incoming Messages
      • Revenge
    • Service Provider Approaches
      • MTA Controls
      • Contractual Controls
    • Legislative Approaches
  • 19. The Future of Email
    • Trends in MUAs
    • Trends with Web-based Mail
    • Trends Inside Firewalls
  • A. Internet RFCs Relating to Email
  • B. MIME Media Types
  • C. ASCII
  • D. Mail-Related URLs
  • E. Glossary
  • Index
  • Colophon
  • Copyright

Dodaj do koszyka Programming Internet Email

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.