summaryrefslogtreecommitdiff
path: root/alot/account.py
Commit message (Expand)AuthorAge
* Drop some unused imports.Anton Khirnov2021-11-24
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* db/envelope: switch to the "new" (EmailMessage) python APIAnton Khirnov2021-01-30
* account: stop using call_cmd_async() to run sendmailAnton Khirnov2021-01-26
* More missed list->set conversions for tagsAnton Khirnov2020-07-01
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Options overwrite default values for sent_tags and draft_tagssgelb2019-07-07
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* match addresses against accounts, not address listsvrs2018-12-10
* Improve error notification on failing sendmailLucas Hoffmann2018-10-10
* Check the return code from sendmailLucas Hoffmann2018-09-22
* account: Convert send_mail function to coroutineDylan Baker2018-07-26
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* drop bytes support from AddressDylan Baker2018-03-06
* Merge branch 'master' into py3kDylan Baker2018-03-05
|\
| * implement replied and passed tagsMichael J Gruber2018-03-05
* | fix account.pyDylan Baker2018-03-01
|/
* Print stderr of failed sendmail cmd in prompt.Julian Mehne2017-12-06
* commands/util: encrypt to selfRuben Pollan2017-09-26
* account: Fix Address comparison to b'' and u''Dylan Baker2017-09-06
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
| * Use new Address classDylan Baker2017-08-28
| * account: Add an Address classDylan Baker2017-08-28
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* let SendmailAccount.send_mail cast the mail to strPatrick Totzke2017-08-16
* account: Don't assume that self.aliases is setDylan Baker2017-06-07
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Add docstrings to some methods and functions.Lucas Hoffmann2017-01-20
|/
* Use abc module to signal abstract base classesDylan Baker2016-12-21
* Replace unused arguments with _Dylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Handle deprecated option values gracefully.Lucas Hoffmann2016-03-24
* Add deprecation warning for old format.Lucas Hoffmann2016-03-24
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
* add account option alias_regexpvrs2015-12-16
* refactor addressbook codePatrick Totzke2015-04-15
* dont use trace as notification stringPatrick Totzke2013-06-29
* Fix long line in previous commitBenjamin2012-10-04
* Include STDERR from sendmail_command in SendmailAccount error messageBenjamin2012-10-04
* doc: docstringsPatrick Totzke2012-09-05
* catch exceptions raised by account.store_mailPatrick Totzke2012-08-21
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10
* Fix PGP/MIME attachmentsMichael Stapelberg2012-07-22