summaryrefslogtreecommitdiff
path: root/alot/message.py
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/issue-135'Patrick Totzke2011-12-06
|\
| * delay encoding of header valuesPatrick Totzke2011-12-04
* | Merge branch 'master' into hardenPatrick Totzke2011-12-04
|\|
| * pep8 & cleanupPatrick Totzke2011-12-03
* | gracefully handle inaccessible message filesPatrick Totzke2011-12-03
|/
* boolean -> bool in docs (for stdlib linking)Patrick Totzke2011-12-02
* added "remember to flush" note to db docsPatrick Totzke2011-12-02
* moved and document safely_get, properly use itPatrick Totzke2011-12-01
* add message._safely_get and fix issue #141Patrick Totzke2011-12-01
* API doc for alot.dbPatrick Totzke2011-11-30
* pep8 fixPatrick Totzke2011-11-28
* docstrings for MessagePatrick Totzke2011-11-28
* documentationPatrick Totzke2011-11-26
* fix: envelopes shouldn't share attachment listsPatrick Totzke2011-11-17
* removed GPL headers from individual source filesPatrick Totzke2011-11-16
* only exclude plain or html in attachment-listPatrick Totzke2011-11-12
* fix issue #122Patrick Totzke2011-11-11
* added normalize parameter for decode_headerPatrick Totzke2011-11-06
* renamed DisensembledMail -> EnvelopePatrick Totzke2011-11-05
* fix regex for headers/body separationPatrick Totzke2011-11-04
* getter/setterPatrick Totzke2011-11-04
* pep8Patrick Totzke2011-11-04
* enter DisassembledMailPatrick Totzke2011-11-04
* use string_decode instead of str.decodePatrick Totzke2011-10-22
* use string_decode or __str__i instead of unicodePatrick Totzke2011-10-22
* remove unused bulkPatrick Totzke2011-10-22
* use string_decode in extract_bodyPatrick Totzke2011-10-22
* move urwid_sanitize to helper.string_sanitizePatrick Totzke2011-10-22
* drop plaintext in presence of html partsPatrick Totzke2011-10-22
* Merge branch 'master' into print_decodePatrick Totzke2011-10-21
|\
| * fix: string sanitize for urwid displayPatrick Totzke2011-10-21
| * maintenancePatrick Totzke2011-10-21
| * added global tabwidth configPatrick Totzke2011-10-21
| * played with decode_headerPatrick Totzke2011-10-21
| * issue #46Patrick Totzke2011-10-21
| * fix separately handle name and address fieldsPatrick Totzke2011-10-20
* | maintenancePatrick Totzke2011-10-21
* | move extract_headers to messagePatrick Totzke2011-10-21
|/
* pep8 fixesPatrick Totzke2011-10-16
* Merge pull request #89 from teythoon/improve_extract_bodyPatrick Totzke2011-10-07
|\
| * Close the temporary file before launching the helper appJustus Winter2011-10-07
| * Build a list of message parts and join them on \n\nJustus Winter2011-10-07
* | Use helper.humanize_size() to display the attachment sizeJustus Winter2011-10-07
|/
* Remove dead assignmentsJustus Winter2011-10-02
* fix: double decoding of mailcap handlers outputPatrick Totzke2011-09-27
* Use new-style classesJustus Winter2011-09-22
* pep8 fixesPatrick Totzke2011-09-11
* fix saving attachments: issue #48Patrick Totzke2011-09-11
* fix issue with os.basename of NoneType filenamesPatrick Totzke2011-09-06
* fix buf with non-basename filenames in attachmentsPatrick Totzke2011-09-01