summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* 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
| * remove last reference to twisted threadsMichael Stapelberg2012-04-23
| * add togglesign command to toggle an envelope’s sign flagMichael Stapelberg2012-04-23
| * remove custom passphrase cb, eliminate code duplicationMichael Stapelberg2012-04-23
| * Implement signing outgoing messages (PoC)Michael Stapelberg2012-04-15
* | added debug statements for flushingPatrick Totzke2012-05-17
* | neater error handling while flushingPatrick Totzke2012-05-17
* | use new db's for writequeue entries in flushPatrick Totzke2012-05-17
* | Merge branch '0.3-fix-messages-typo-447' into stagingPatrick Totzke2012-05-16
|\ \
| * | Fix typo in db/message.py: get_email() (instead of get_mail())Michael Stapelberg2012-05-16
| |/
* | Merge branch '0.3-fix-spaces-442' into stagingPatrick Totzke2012-05-12
|\ \
| * | split key/header by ': ', not ':'Patrick Totzke2012-05-11
| |/
* | Merge branch '0.3-fix-prettyprint' into stagingPatrick Totzke2012-04-08
|\ \
| * | use represent_datetime in Message.get_datestringPatrick Totzke2012-03-31
| |/
* | hotfix: forgot parameterPatrick Totzke2012-04-06
* | Merge branch '0.3-fix-forward-attach' into stagingPatrick Totzke2012-04-06
|\ \
| * | fix Attachment.get_filenamePatrick Totzke2012-04-05
| |/
* | use parse_mailcap_nametemplate in extract_bodyPatrick Totzke2012-03-28
* | introduce Attachment.writePatrick Totzke2012-03-28
|/
* db: count_threadsPatrick Totzke2012-03-18
* docs: fix build warningsPatrick Totzke2012-03-17