MailConventions class

Contains various mail specific conventions

Constructors

MailConventions.new()

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
defaultForwardHeaderTemplate → const String
defaultReadReceiptTemplate → const String
Standard template for message disposition notification messages aka read receipts.
defaultReplyAbbreviation → const String
defaultReplyHeaderTemplate → const String
encodedWordMaxLength → const int
The maximum length of an encoded word in header space sould not be longer than 75 characters.
headerBcc → const String
headerCc → const String
headerContentDescription → const String
headerContentDisposition → const String
headerContentTransferEncoding → const String
headerContentType → const String
headerDate → const String
headerDispositionNotificationOptions → const String
headerDispositionNotificationTo → const String
headerFrom → const String
headerInReplyTo → const String
headerMessageId → const String
headerMimeVersion → const String
headerReferences → const String
headerReturnPath → const String
headerSender → const String
headerSubject → const String
headerTo → const String
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.