Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move TMail extensions to mail handler. | Louise Crow | 2012-11-15 | -146/+0 |
| | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+1 |
| | ||||
* | Display internationalized emails correctly (specifically, RFC2047 headers, ↵ | Seb Bacon | 2012-01-04 | -1/+1 |
| | | | | and HTML emails with encoding in a meta-tag). Fixes #281 | |||
* | Monkeypatching TMail parser to fix case where multiple addresses in the to: ↵ | Louise Crow | 2011-03-28 | -4/+54 |
| | | | | field of an incoming email have unquoted display parts - with this patch, each address is returned by the TMail to() function, without it only the last one is returned. | |||
* | Strip any filename coming back from tmail | Louise Crow | 2011-02-23 | -0/+2 |
| | ||||
* | Enable monkeypatch which fixes problem with odd MIME encoding | Francis Irving | 2009-12-03 | -1/+3 |
| | ||||
* | Some comment tweaks. | Francis Irving | 2009-12-03 | -1/+2 |
| | ||||
* | Test for TMail fix for a particular message. Monkey patch doesn't quite | Francis Irving | 2009-12-02 | -0/+25 |
| | | | | work yet. | |||
* | Better error message in admin interface if try to resend to invalid email. | francis | 2009-10-02 | -1/+4 |
| | ||||
* | Check address to when working out holding pen address | francis | 2009-09-08 | -1/+7 |
| | ||||
* | Change attachment caching code to lower level functions. | francis | 2009-07-01 | -2/+2 |
| | | | | | | Make mime types the same for cached and uncached images. Store images from PDF/DOC etc. extraction in correct cache place. Make sure such images are authenticated with permissions to view request. | |||
* | Apply censor rules to names from incoming emails. | francis | 2009-05-21 | -2/+5 |
| | ||||
* | TMail rebuilds address when constructing emails. Move our more | francis | 2009-04-08 | -20/+15 |
| | | | | | | aggressive quoting rule into a TMail monkey patch proper so it is always called when constructing emails, and remove the hacky function (Address.encode_quoted_string) it used to call in special places | |||
* | Tests for use of different addresses in replies. | francis | 2009-04-08 | -5/+17 |
| | | | | | Fix bug in quoting of those replies. Make it remove @ signs from name part of them. | |||
* | Move TMail monkey patches into their own file | francis | 2009-04-07 | -0/+48 |