summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* use travis-sphinx to deploy docs to gh-pagesPatrick Totzke2018-11-08
* don't include quoted lines in msg content summaryPatrick Totzke2018-11-08
* Merge pull request #1329 from meskio/session_key_bad_signatureDylan Baker2018-11-01
|\
| * crypto: use sphyinx 'raise' first param to give the typeRuben Pollan2018-11-01
| * crypto: deal with bad signatures on session-decryptRuben Pollan2018-11-01
|/
* db/utils: strip cte before comparingDylan Baker2018-10-19
* Merge pull request #1323 from drebs/1232_check-encryptionDylan Baker2018-10-18
|\
| * Check set of encryption keys before sendingAndre Bianchi2018-10-16
|/
* Merge pull request #1306 from lucc/fix-1303Dylan Baker2018-10-10
|\
| * Improve error notification on failing sendmailLucas Hoffmann2018-10-10
| * Check the return code from sendmailLucas Hoffmann2018-09-22
* | Merge pull request #1239 from meskio/session-keyLucas Hoffmann2018-10-10
|\ \
| * | crypto: Use session-key to decrypt messages if present in the indexRuben Pollan2018-10-08
|/ /
* | Merge pull request #1320 from dcbaker/fix-async-idleDylan Baker2018-10-04
|\ \
| * | Revert "travis: don't install twisted"Dylan Baker2018-10-04
| * | Revert "NEWS: add item for asyncio"Dylan Baker2018-10-04
| * | Go back to Twisted event loopDylan Baker2018-10-04
| * | ui: Use Eventloop.create_future instead of asyncio.FutureDylan Baker2018-10-04
|/ /
* | Enable zsh completion of sender addressesLucas Hoffmann2018-10-01
* | Enable zsh completion of recipient addressesLucas Hoffmann2018-10-01
* | Use different desktop file for menus and mailto: linksLucas Hoffmann2018-09-30
|/
* Merge pull request #1305 from lucc/test-send-mailLucas Hoffmann2018-08-16
|\
| * Add a simple test for the send_mail functionLucas Hoffmann2018-08-16
|/
* Don't try to add Content-Disposition header to email that already has oneDylan Baker2018-08-13
* Merge pull request #1296 from dcbaker/remove-buffer-rebuildDylan Baker2018-08-10
|\
| * commands/thread: Don't refresh after movingDylan Baker2018-08-08
|/
* Set the policy for email.message_from_*Dylan Baker2018-08-06
* helper: remove unused GeneratorDylan Baker2018-08-06
* db/utils: remove unused Header importDylan Baker2018-08-06
* db/attachment: use set_param() instead of recreating a headerDylan Baker2018-08-04
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* db: encode Header objects to strDylan Baker2018-08-04
* tests/db/envelope: Add tests for construct_mailDylan Baker2018-08-04
* Merge pull request #1288 from dcbaker/python-37-setupDylan Baker2018-08-02
|\
| * setup: change twisted framework to asyncio frameworkDylan Baker2018-08-02
| * setup: add that we support python 3.7Dylan Baker2018-08-02
* | commands/globals: use getattr/setattr instead of manipulating __dict__Dylan Baker2018-08-02
* | commands/globals: Convert CallCommand.apply to a coroutineDylan Baker2018-08-02
* | tests: Add a couple of tests for the CallCommand classDylan Baker2018-08-02
* | Merge pull request #1281 from dcbaker/fix-1257Dylan Baker2018-08-02
|\ \ | |/ |/|
| * helper: replace email_as_* with email builtinsDylan Baker2018-08-02
|/
* remove workaround for python issuePatrick Totzke2018-08-02
* Merge pull request #1285 from dcbaker/travis-python37Lucas Hoffmann2018-08-02
|\
| * travis: Add python 3.7 support, which requires using 16.04 XenialDylan Baker2018-08-01
| * tests: use "gpg2" instead of "gpg" commandDylan Baker2018-08-01
|/
* Merge pull request #1282 from kyrias/py37-async-method-nameDylan Baker2018-08-01
|\
| * db/manager: Append underscore to method named asyncJohannes Löthberg2018-08-01
|/
* Merge pull request #1270 from dcbaker/use-asyncioDylan Baker2018-07-26
|\
| * NEWS: add item for asyncioDylan Baker2018-07-26
| * travis: don't install twistedDylan Baker2018-07-26