MailConventions class

Contains various mail specific conventions

Constructors

MailConventions()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultForwardAbbreviation → const String
Default English forward abbreviation 'Fwd'
defaultForwardHeaderTemplate → const String
Default English forward header template
defaultReadReceiptTemplate → const String
Standard template for message disposition notification messages aka read receipts.
defaultReplyAbbreviation → const String
Default English reply abbreviation 'Re'
defaultReplyHeaderTemplate → const String
Default English reply header template 'On <date> <from> wrote:'
encodedWordMaxLength → const int
The maximum length of an encoded word in header space should not be longer than 75 characters.
headerBcc → const String
The BCC BlindCarbonCopy recipients header
headerCc → const String
The CC CarbonCopy recipients header
headerContentDescription → const String
The Content-Description header
headerContentDisposition → const String
The Content-Disposition header
headerContentTransferEncoding → const String
The Content-Transfer-Encoding header
headerContentType → const String
The Content-Type header
headerDate → const String
The Date header
headerDispositionNotificationOptions → const String
The Disposition-Notification-Options header
headerDispositionNotificationTo → const String
The Disposition-Notification-To header
headerFrom → const String
The From header
headerInReplyTo → const String
The In-Reply-To header
headerMessageId → const String
The Message-Id header
headerMimeVersion → const String
The MIME-Version header
headerReferences → const String
The References header
headerReturnPath → const String
The Return-Path header
headerSender → const String
The Sender header
headerSubject → const String
The Subject header
headerTo → const String
The To recipients header
messageLineMaxLength → const int
The maximum length of a line in an Internet Message Format, compare https://tools.ietf.org/html/rfc5322#section-2.1.1
subjectForwardAbbreviations → const List<String>
Common abbreviations in subject header for forwarded messages, compare https://en.wikipedia.org/wiki/List_of_email_subject_abbreviations
subjectReplyAbbreviations → const List<String>
Common abbreviations in subject header for replied messages, compare https://en.wikipedia.org/wiki/List_of_email_subject_abbreviations
textLineMaxLength → const int
The maximum length of a text email should not be longer than 76 characters.