summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* pep8 fixesPatrick Totzke2013-02-19
* rmencrypt now accepts keyids/hints instead of indicesJohannes Kulick2013-02-19
* support multiple recipients in encryptionJohannes Kulick2013-02-19
* move key dissolving to commandJohannes Kulick2013-02-19
* give useful error message if key can't be foundJohannes Kulick2013-02-19
* pep8 correctionsJohannes Kulick2013-02-19
* add key parameter to encrypt commandJohannes Kulick2013-02-19
* create PGP/MIME mail, if encrypt flag is setJohannes Kulick2013-02-19
* Add some comments to the db manager async codeJustus Winter2013-01-24
* Replace workers std{out,err} by pipes and log anything written to themJustus Winter2013-01-24
* Join worker processes and keep track of them in the logJustus Winter2013-01-22
* fix 544Patrick Totzke2013-01-15
* Ignore EINTR in workers when terminating due to SIGTERMJustus Winter2013-01-08
* Merge remote-tracking branch 'origin/0.3.3-feature-tagsearch-517'Patrick Totzke2012-11-07
|\
| * add callback parameter for FlushCommandPatrick Totzke2012-09-23
* | rename config option body_mimetype to prefer_plaintextPatrick Totzke2012-10-28
* | Add body_mimetype to tweak extract_body's defaultsAntoine Amarilli2012-10-23
|/
* add envelope.tagsPatrick Totzke2012-09-22
* interpret 'Attach' pseudo headerPatrick Totzke2012-09-16
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* Merge branch '0.3.2-feature-avoid-dbl-send-497'Patrick Totzke2012-08-15
|\
| * prevent accidental double sendoutPatrick Totzke2012-08-10
* | remove annoying debug statementPatrick Totzke2012-08-10
|/
* cleanup: make Thread and Message available in alot.dbPatrick Totzke2012-08-10
* cleanup: move DBManager to its own filePatrick Totzke2012-08-10
* Remove envelope tempfile on buffer cleanupKazuo Teramoto2012-08-02
* fix maxlength issuePatrick Totzke2012-07-22
* dont log complete plaintext at info levelPatrick Totzke2012-07-22
* Fix PGP/MIME attachmentsMichael Stapelberg2012-07-22
* add copyright statements to all source filesPatrick Totzke2012-06-14
* Merge branch '0.3.1-feature-boolean-arguments'Patrick Totzke2012-06-13
|\
| * add helper split_commandstringPatrick Totzke2012-06-03
* | doc: minor docstring corrections for dbPatrick Totzke2012-06-05
* | decode From-header read from the indexPatrick Totzke2012-05-31
* | fix: be more relaxed wrt non-rfc-compliant headersPatrick Totzke2012-05-31
|/
* docs: minor fixesPatrick Totzke2012-05-29
* fix: msg.accumulate_body doesn't return unicodePatrick Totzke2012-05-25
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
* strip spaces when parsing email headersMichael Stapelberg2012-05-21
* Revert "split key/header by ': ', not ':'"Patrick Totzke2012-05-21
* Merge branch '0.3-feature-pyme' into stagingPatrick Totzke2012-05-17
|\
| * move alot.db.errors GPGProblem to alot.errorsPatrick Totzke2012-05-13
| * lookup gpg key once during composePatrick Totzke2012-05-12
| * add sign_by_default account setting to enable GPG signatures by default, use ...Michael Stapelberg2012-05-11
| * Make togglesign accept an optional keyid (like 4AC8EE1D) which will be used f...Michael Stapelberg2012-05-04
| * rename ConstructMailError to GPGProblemMichael Stapelberg2012-05-04
| * properly check for GPG_AGENT_INFO (handle unset and empty)Michael Stapelberg2012-05-04
| * bugfix: use has_key for checking if GPG_AGENT_INFO is setMichael Stapelberg2012-05-01
| * move ConstructMailError to alot.db.errorsMichael Stapelberg2012-05-01
| * Properly handle GPG errorsMichael Stapelberg2012-04-23