summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAge
* update newsPatrick Totzke2019-05-11
|
* update newsPatrick Totzke2018-12-10
|
* Revert "NEWS: add item for asyncio"Dylan Baker2018-10-04
| | | | This reverts commit 006e2b79a7e6533e49e0d07e6e156a88658adf1a.
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
| | | | | | | | | | | | | | Python 3.3 added a new feature to the email module, policies (https://docs.python.org/3.5/library/email.policy.html). Policy objects allow precise control over how numerous features work when converting to and from str or bytes. With the `email.policy.SMTP` the behavior of email_as_bytes and email_as_string can be achieved using the builtin `.as_string()` and `.as_bytes()` methods, without custom code or the need to test it. Additionally these methods handle corner cases that we don't currently handle, such as multi-part messages with different encodings. Fixes #1257
* NEWS: add item for asyncioDylan Baker2018-07-26
|
* update NEWSPatrick Totzke2018-07-24
|
* NEWS: add a news item for python 3Dylan Baker2018-03-05
|
* update NEWSPatrick Totzke2018-02-21
|
* bump version stringPatrick Totzke2017-08-19
|
* db/utils: Allow encrypted messages to be put in mixed payloads as wellDylan Baker2017-08-17
| | | | | | | | Since a multipart/mixed can contain anything that a normal message could, this should be allowed. The only case that I can think of this actually happening is if an email server takes the original message, puts it in a multipart/mixed, and then attaches it's own message, like on of the annoying "this mail scanned for viruses by <product>".
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
| | | | | | | | | | | | | | | This converts from the now abandoned pygpgme project for wrapping gpgme, to the upstream gpgme python bindings (which are descended from the pyme project, before they became official). Largely this change should not be user visible, but there are a couple cases where the new bindings provide slightly more detailed error messages, and alot directly presents those messages to users. This patch has been significantly revised and updated by Dylan Baker, but was originally authored by Daniel Kahn Gillmor. Fixes #1069
* Update NEWS fileLucas Hoffmann2017-08-05
|
* update NEWS file with other changes since 0.5.0Dylan Baker2017-07-27
|
* Update NEWSLucas Hoffmann2017-07-11
|
* Add a reload commandDylan Baker2017-07-10
| | | | | | | This command allows the configuration to be reloaded while alot is running. Fixes #1046
* adjust NEWSPatrick Totzke2017-01-28
|
* bump version stringPatrick Totzke2017-01-28
|
* Implement a hook that runs periodicallyDylan Baker2017-01-26
| | | | | | | | This creates a deferred that runs on a user configurable timer and is provided the ui. This deferred will re-fire after the number of seconds specified by the timer are eclipsed. By default this is 300 seconds. Fixes #522
* Update NEWS file to prepare for 0.5Lucas Hoffmann2017-01-26
|
* NEWS: Add new features that weren't added to the NEWSDylan Baker2017-01-09
|
* Add saved history feature to NEWS fileLucas Hoffmann2016-12-15
|
* bump version numberPatrick Totzke2016-12-09
|
* update newsPatrick Totzke2016-12-06
|
* update newsPatrick Totzke2016-12-06
|
* update NEWSPatrick Totzke2015-12-21
|
* Update NEWS.Lucas Hoffmann2015-12-16
|
* updated NEWSPatrick Totzke2015-03-02
|
* update NEWS and READMEPatrick Totzke2014-08-02
|
* update news and readmePatrick Totzke2013-07-18
|
* updated NEWSPatrick Totzke2013-02-19
|
* update NEWSPatrick Totzke2012-09-06
|
* updated NEWSPatrick Totzke2012-07-22
|
* updated NEWSPatrick Totzke2012-05-17
|
* bumped version stringPatrick Totzke2012-03-18
|
* update NEWSPatrick Totzke2012-03-17
|
* updated NEWSPatrick Totzke2012-03-05
|
* updated NEWSPatrick Totzke2012-01-20
|
* updated NEWSPatrick Totzke2012-01-08
|
* updated NEWSPatrick Totzke2012-01-07
|
* update NEWS filePatrick Totzke2012-01-03
|
* changed default binding: P postpones (saves draft)Patrick Totzke2011-12-27
| | | | | | realized too late that overiding 'd' to save drafts in envelope mode is stupid. we revert to mutt's default binding for this operation
* updated NEWSPatrick Totzke2011-12-27
|
* update NEWSPatrick Totzke2011-12-27
|
* updated NEWS filePatrick Totzke2011-12-25
|
* Merge branch 'master' into testingPatrick Totzke2011-12-25
|\
| * updated NEWS, README and CUSTOMIZEPatrick Totzke2011-12-25
| |
| * updated NEWSPatrick Totzke2011-12-24
| |
* | updated NEWSPatrick Totzke2011-12-25
| |
* | updated NEWS filePatrick Totzke2011-12-24
|/
* updated NEWS filePatrick Totzke2011-12-22
|