From cbc47e254cc9098946bf062f25706d5004f93614 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 8 Aug 2017 12:24:19 -0700 Subject: 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. --- docs/source/configuration/accounts_table | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs/source/configuration') 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 + -- cgit v1.2.3