mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
5 lines
114 B
Python
5 lines
114 B
Python
"""Email headers"""
|
|
MESSAGE_ID = "Message-ID"
|
|
IN_REPLY_TO = "In-Reply-To"
|
|
REFERENCES = "References"
|
|
DATE = "date"
|