summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-08 12:24:19 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-28 16:53:04 -0700
commitcbc47e254cc9098946bf062f25706d5004f93614 (patch)
tree5fd9c255559c883d614ed9ebd68751fcc204bc49 /docs
parent1e54349b03c084be43c1166d3443b89f60715d28 (diff)
account: Add an Address class
This class will encapsulate the logic of comparing email addresses and the rules of handling when capitalization is allowed and when it's not.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/accounts_table15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index b9de9042..27e7529a 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -169,3 +169,18 @@
:type: string
:default: None
+
+.. _case-sensitive-username:
+
+.. describe:: case_sensitive_username
+
+ Whether the server treats the address as case-senstive or
+ case-insensitve (True for the former, False for the latter)
+
+ .. note:: The vast majority (if not all) SMTP servers in modern use
+ treat usernames as case insenstive, you should only set
+ this if you know that you need it.
+
+ :type: boolean
+ :default: False
+