summaryrefslogtreecommitdiff
path: root/alot/account.py
Commit message (Expand)AuthorAge
...
* add copyright statements to all source filesPatrick Totzke2012-06-14
* add helper split_commandstringPatrick Totzke2012-06-03
* add sign_by_default account setting to enable GPG signatures by default, use ...Michael Stapelberg2012-05-11
* remove custom passphrase cb, eliminate code duplicationMichael Stapelberg2012-04-23
* Implement signing outgoing messages (PoC)Michael Stapelberg2012-04-15
* pep8 fixesPatrick Totzke2012-03-11
* cleanup: imports in account.pyPatrick Totzke2012-03-11
* cleanup: moved addressbooks into separate filePatrick Totzke2012-03-11
* group settings into a submodulePatrick Totzke2012-03-11
* cleanup Account.__init__ wrt. sent/draft boxesPatrick Totzke2012-03-11
* safer globbing in Account.store_mailPatrick Totzke2012-03-10
* fix issue with abook formatPatrick Totzke2012-02-27
* introduce AbookAddressbookPatrick Totzke2012-02-25
* Made default abook_regexp to better comply with the formatDaniel2012-02-24
* ignore superflous config lines in accountsPatrick Totzke2012-02-19
* remove unused AccountManager classPatrick Totzke2012-02-19
* parse accounts in SettingsManagerPatrick Totzke2012-02-19
* remove unused reference to dbman in AccountsPatrick Totzke2012-02-09
* don't flush write-queue from the accountsPatrick Totzke2012-02-08
* DBManager.add_message rewritePatrick Totzke2012-02-08
* raise NotImplementedError instead of returningPatrick Totzke2012-02-03
* adjust docstring for Account.send_mailPatrick Totzke2012-02-03
* use asyncronous call to sendmailPatrick Totzke2012-02-02
* introduce getter for an accounts addressesPatrick Totzke2012-01-25
* adjusted default abook_regexpPatrick Totzke2012-01-24
* fix: contact completion for contacts w/o namePatrick Totzke2012-01-23
* added account option 'signature_as_attachment'Patrick Totzke2011-12-30
* pep8 fixesPatrick Totzke2011-12-27
* fix account.store_mailPatrick Totzke2011-12-26
* fix c/p error in Account.store_draft_mailPatrick Totzke2011-12-25
* logging in Account.store_mailPatrick Totzke2011-12-25
* return values for Account.store_mailPatrick Totzke2011-12-25
* Hard code 'sent' and 'draft' as default tags for sent mails and draftsJustus Winter2011-12-25
* Add sent_tags and draft_tags to the account settings and tag mails according ...Justus Winter2011-12-25
* Add mails to the notmuch index and add tags in Account.store_mailJustus Winter2011-12-25
* Get the db manager instance into the accountsJustus Winter2011-12-25
* Use exceptions for error handling in SendmailAccount.send_mailJustus Winter2011-12-25
* use helper.call_cmd in account.send_mailPatrick Totzke2011-12-21
* use call_cmd in message and accountPatrick Totzke2011-12-21
* split cmdline before calling cmd_outputPatrick Totzke2011-12-21
* pep8Patrick Totzke2011-12-10
* accounts docstringsPatrick Totzke2011-12-10
* documentationPatrick Totzke2011-11-26
* apidocs and docstrings for AddressBookPatrick Totzke2011-11-21
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
* use first account for sending if no accout matchesPatrick Totzke2011-10-22
* Remove dead assignmentsJustus Winter2011-10-02
* Remove superfluous importsJustus Winter2011-10-02
* Fix saving of sent mails and draftsJustus Winter2011-09-30
* Use new-style classesJustus Winter2011-09-22