KMIME Library
- File kmime_charfreq.h
8-bit: Data that contains bytes with at least one value greater than 127, or at least one NUL byte.
8-bit-binary: Eight-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs, or NULs.
8-bit-text: Eight-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, no NULs, and either only LFs or only CRLFs.
7-Bit: Data that contains bytes with all values less than 128, and no NULs.
7-bit-binary: Seven-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs.
7-bit-text: Seven-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, and either only LFs, or only CRLFs.
- File kmime_codec_base64.h
base64: a binary to text encoding scheme based on RFC1421.
RFC 1421: RFC that defines the Privacy Enhancement for Internet Electronic Mail: Part I: Message Encryption and Authentication Procedures.
RFC 2045: RFC that defines the MIME Part One: Format of Internet Message Bodies.
RFC 2047: RFC that defines the MIME Part Three: Message Header Extensions for Non-ASCII Text.
RFC 2047B: Section 4.1 of RFC2047.
- File kmime_codec_qp.h
quoted-printable: a binary to text encoding scheme based on Section 6.7 of RFC2045.
RFC 2047Q: Section 4.2 of RFC2047.
RFC 2231: RFC that defines the MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations.
- File kmime_codec_uuencode.h
- uuencode: a binary to text encoding scheme. For more information, see the Wikipedia Uuencode page.
- File kmime_codecs.h
MIME: Multipurpose Internet Mail Extensions or MIME is an Internet Standard that extends the format of e-mail to support text in character sets other than US-ASCII, non-text attachments, multi-part message bodies, and header information in non-ASCII character sets. Virtually all human-written Internet e-mail and a fairly large proportion of automated e-mail is transmitted via SMTP in MIME format. Internet e-mail is so closely associated with the SMTP and MIME standards that it is sometimes called SMTP/MIME e-mail. The content types defined by MIME standards are also of growing importance outside of e-mail, such as in communication protocols like HTTP for the World Wide Web. MIME is also a fundamental component of communication protocols such as HTTP, which requires that data be transmitted in the context of e-mail-like messages, even though the data may not actually be e-mail.
codec: a program capable of performing encoding and decoding on a digital data stream. Codecs encode data for storage or encryption and decode it for viewing or editing.
CRLF: a "Carriage Return (0x0D)" followed by a "Line Feed (0x0A)", two ASCII control characters used to represent a newline on some operating systems, notably DOS and Microsoft Windows.
LF: a "Line Feed (0x0A)" ASCII control character used to represent a newline on some operating systems, notably Unix, Unix-like, and Linux.
- File kmime_contentindex.h
- RFC 3501: RFC that defines the Internet Message Access Protocol (IMAP).
- File kmime_dateformatter.h
RFC 2822: RFC that defines the Internet Message Format.
ISO 8601: International Standards Organization (ISO) standard that defines the international standard for date and time representations.
ctime: a Unix library call which returns the local time as a human readable ASCII string of the form "Sun Mar 31 02:08:35 2002".
- File kmime_mdn.h
MDN: see Message_Disposition_NotificationMessage Disposition Notification: Return receipts for email are called message disposition notifications. Their format and usage is outlined in RFC2298.
RFC 2298: RFC that defines the An Extensible Message Format for Message Disposition Notifications.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.