diff options
author | Kali Kaneko <kali@leap.se> | 2015-11-26 21:27:23 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-12-15 02:30:19 -0400 |
commit | 8ddddd77478984777be79e817458183a41f0a978 (patch) | |
tree | db50d1332acd997df5bb732a2dcf0acde3d80207 /src/leap/mail/outgoing/service.py | |
parent | cbfc7cd2acb1ab1d58030ab9a5205a295be1ca5d (diff) |
[feat] credentials handling: use twisted.cred
Diffstat (limited to 'src/leap/mail/outgoing/service.py')
-rw-r--r-- | src/leap/mail/outgoing/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/mail/outgoing/service.py b/src/leap/mail/outgoing/service.py index 3bd0ea2..7943c12 100644 --- a/src/leap/mail/outgoing/service.py +++ b/src/leap/mail/outgoing/service.py @@ -71,7 +71,7 @@ class OutgoingMail: def __init__(self, from_address, keymanager, cert, key, host, port): """ - Initialize the mail service. + Initialize the outgoing mail service. :param from_address: The sender address. :type from_address: str |