summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* Allow specifing the mailcap field key for `pipeto`Jason Kölker2015-02-11
* fix regex for unquoting in decode_headerTomas Tomecek2015-01-08
* use magic on application/octetstream' attachmentsPatrick Totzke2014-11-22
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* ensure that Envelope.body is unicode stringPatrick Totzke2014-03-21
* add mailto-helperPatrick Totzke2013-12-01
* db.utils: Use unicode for GPG error messagesSimon Chopin2013-08-13
* Use Unicode strings when dealing with GPGSimon Chopin2013-07-24
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* adjust error messagePatrick Totzke2013-07-07
* move check to add_message directlyPatrick Totzke2013-07-07
* raise exception when adding msg no non-indexable pathPatrick Totzke2013-07-07
* add helper to check if path is below anotherPatrick Totzke2013-07-07
* Fix the default failobj of get_paramsJustus Winter2013-06-20
* Tune the parsing of RFC 3156 style mailsJustus Winter2013-06-16
* Fix detection of OpenPGP encrypted dataJustus Winter2013-06-16
* Move the parameter extraction to its own functionJustus Winter2013-06-16
* Normalize Content-Type parametersJustus Winter2013-06-16
* Handle missing parameters gracefullyJustus Winter2013-06-16
* Parse and decrypt OpenPGP encrypted dataJustus Winter2013-06-16
* Verify OpenPGP signatures and display the resultJustus Winter2013-06-16
* doc: fix Envelope.attachments docstringPatrick Totzke2013-06-02
* fix incorrect instanciations of GPGProblemPatrick Totzke2013-04-06
* fix 'attach' pseudo headerPatrick Totzke2013-04-02
* respect mailcap commands that expect stdinPatrick Totzke2013-03-20
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* fix #575Patrick Totzke2013-02-27
* fix Envelope __[sg]etitem__Patrick Totzke2013-02-22
* docs: for EnvelopePatrick Totzke2013-02-22
* 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