subjectForwardAbbreviations constant

List<String> const subjectForwardAbbreviations

Common abbreviations in subject header for forwarded messages, compare https://en.wikipedia.org/wiki/List_of_email_subject_abbreviations

Implementation

static const List<String> subjectForwardAbbreviations = <String>[
  'Fwd',
  'FWD',
  'Fw',
  'FW',
  'إعادة توجيه', // Arabic
  '转发', // Simplified Chinese
  '轉寄', // Traditional Chinese
  'VS', // Danish + Norwegian + Swedish
  'Doorst', // Dutch
  'VL', // Finish
  'TR', // French
  'WG', // German
  'ΠΡΘ', // Greek
  'הועבר', // Hebrew
  'Továbbítás', // Hungarian
  'I', // Italian
  'FS', // Icelandic
  'TRS', // Indonesian
  'VB', // Swedish
  'RV', // Spanish
  'ENC', // Portuguese
  'PD', // Polnish
  'İLT', // Turkish
  'YML' // Welsh
];