aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tmail_extensions.rb
Commit message (Collapse)AuthorAgeLines
* Move TMail extensions to mail handler.Louise Crow2012-11-15-146/+0
|
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+1
|
* Display internationalized emails correctly (specifically, RFC2047 headers, ↵Seb Bacon2012-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 Crow2011-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 tmailLouise Crow2011-02-23-0/+2
|
* Enable monkeypatch which fixes problem with odd MIME encodingFrancis Irving2009-12-03-1/+3
|
* Some comment tweaks.Francis Irving2009-12-03-1/+2
|
* Test for TMail fix for a particular message. Monkey patch doesn't quiteFrancis Irving2009-12-02-0/+25
| | | | work yet.
* Better error message in admin interface if try to resend to invalid email.francis2009-10-02-1/+4
|
* Check address to when working out holding pen addressfrancis2009-09-08-1/+7
|
* Change attachment caching code to lower level functions.francis2009-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.francis2009-05-21-2/+5
|
* TMail rebuilds address when constructing emails. Move our morefrancis2009-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.francis2009-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 filefrancis2009-04-07-0/+48