summaryrefslogtreecommitdiff
path: root/alot/mail/headers.py
blob: fa7f6414586ea02641200e1668ddf1c2419b887f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file

FROM                = 'From'
TO                  = 'To'
CC                  = 'Cc'
BCC                 = 'Bcc'
REPLY_TO            = 'Reply-To'
MAIL_REPLY_TO       = 'Mail-Reply-To'
MAIL_FOLLOWUP_TO    = 'Mail-Followup-To'

SUBJECT             = 'Subject'

IN_REPLY_TO         = 'In-Reply-To'
REFERENCES          = 'References'

LIST_ID             = 'List-ID'
X_BEEN_THERE        = 'X-Been-There'
X_MAILING_LIST      = 'X-Mailing-List'