summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
Commit message (Expand)AuthorAge
...
* add unencrypt and toggleencrypt commandsJohannes Kulick2013-02-19
* add key parameter to encrypt commandJohannes Kulick2013-02-19
* add encrypt commandJohannes Kulick2013-02-19
* Merge remote-tracking branch 'origin/0.3.3-feature-bounce-524'Patrick Totzke2012-11-07
|\
| * pep8 fixesPatrick Totzke2012-09-22
| * fix issue with initial tagsPatrick Totzke2012-09-22
| * make sure SendCommand works with mail parameter...Patrick Totzke2012-09-22
| * Let SendCommand respect envelope/mail parametersPatrick Totzke2012-09-22
* | Make error notification on SendingMailFailed and StoreMailError blockingBenjamin2012-10-04
|/
* add envelope.tagsPatrick Totzke2012-09-22
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* catch exceptions raised by account.store_mailPatrick Totzke2012-08-21
* SendCommand: add some inline docsPatrick Totzke2012-08-10
* prevent accidental double sendoutPatrick Totzke2012-08-10
* cleanup: split widgets.py and pep8/pyflakes fixesPatrick Totzke2012-08-10
* Remove envelope tempfile on buffer cleanupKazuo Teramoto2012-08-02
* Fix PGP/MIME attachmentsMichael Stapelberg2012-07-22
* add copyright statements to all source filesPatrick Totzke2012-06-14
* use BooleanAction where appropriatePatrick Totzke2012-06-11
* make --spawn option default to NonePatrick Totzke2012-06-10
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
* Merge branch '0.3-feature-pyme' into stagingPatrick Totzke2012-05-17
|\
| * don't look up key if togglesign to unset sign bitPatrick Totzke2012-05-13
| * make CryptoContext.get_key fail if no key foundPatrick Totzke2012-05-13
| * add envelope commands 'sign' and 'unsign'Patrick Totzke2012-05-13
| * move alot.db.errors GPGProblem to alot.errorsPatrick Totzke2012-05-13
| * Make togglesign accept an optional keyid (like 4AC8EE1D) which will be used f...Michael Stapelberg2012-05-04
| * rename ConstructMailError to GPGProblemMichael Stapelberg2012-05-04
| * don’t show a 'sending' notification before actually sendingMichael Stapelberg2012-05-04
| * move ConstructMailError to alot.db.errorsMichael Stapelberg2012-05-01
| * Properly handle GPG errorsMichael 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
* | Fix invocation of pre_edit_translate hook.Jakob2012-04-04
|/
* refactor: Envelope in its own filePatrick Totzke2012-03-11
* pep8 fixesPatrick Totzke2012-03-11
* fix preparation of editable headersPatrick Totzke2012-03-06
* determine editable content before pre-edit-hookPatrick Totzke2012-03-06
* Be more clever when editing mail template, see discussion in #388Daniel2012-03-06
* Fix blacklist bug, and don't keep edit_headers in the object for nowDaniel2012-03-06
* Prefix tmpfile; convenient for automatic change of editor modesDaniel2012-03-05
* dont pass config parm to hooksPatrick Totzke2012-02-19
* pep8/pyflakes cleanupPatrick Totzke2012-02-19
* use settings in completersPatrick Totzke2012-02-19
* replace config with SettingsManager in commandsPatrick Totzke2012-02-19
* move adding Date headers to save/send commandsPatrick Totzke2012-02-16
* flush after adding mails in Draft/SendCommandPatrick Totzke2012-02-08
* make refocussing after envelope.edit configurrablePatrick Totzke2012-02-08
* spawn parameter for envelope.EditCommandPatrick Totzke2012-02-08