summaryrefslogtreecommitdiff
path: root/alot/message.py
Commit message (Expand)AuthorAge
* Adjust code to new FallbackConfigParser behaviourdtk2012-01-04
* don't display text/plain attachments in bodytextPatrick Totzke2011-12-31
* isinstance(s, basestring) to match str and unicodePatrick Totzke2011-12-27
* move Message-ID creation to envelope.construct_mailPatrick Totzke2011-12-27
* inline docs for Envelope.construct_mailPatrick Totzke2011-12-27
* add Date-header when converting envelope to mailsPatrick Totzke2011-12-27
* Envelope.attachments: list of AttachmentPatrick Totzke2011-12-25
* Add Message::has_replies()dtk2011-12-25
* fix detection of attachment partsPatrick Totzke2011-12-23
* use helper.guess_mimetype in AttachmentsPatrick Totzke2011-12-23
* pep8/pyflakes fixesPatrick Totzke2011-12-21
* use call_cmd in message and accountPatrick Totzke2011-12-21
* split cmdline before calling cmd_outputPatrick Totzke2011-12-21
* expanduser in envelope.attachPatrick Totzke2011-12-20
* sent_time and modified_since_sent in envelopePatrick Totzke2011-12-17
* remove superflous loggingPatrick Totzke2011-12-17
* fix envelope.construct_mailPatrick Totzke2011-12-17
* fix typo in Envelope.addPatrick Totzke2011-12-17
* enable envelopes to store multi valued headersPatrick Totzke2011-12-17
* docs for EnvelopePatrick Totzke2011-12-09
* Merge branch 'docs' of github.com:pazz/alot into docsPatrick Totzke2011-12-08
|\
| * remove unnecessary decode parm to Envelope.getPatrick Totzke2011-12-07
* | docs for settingsPatrick Totzke2011-12-08
|/
* 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