aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tmail_extensions.rb
Commit message (Collapse)AuthorAgeLines
* 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