aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends/mail_backend.rb
Commit message (Expand)AuthorAgeLines
* Fix a security vulnerability: eval used in quoting display name0.11.0.12Mark Longair2013-06-17-1/+1
* Parse the 'to' address as if on a real mail to trigger quoted string encoding.Louise Crow2013-06-03-1/+3
* Move the mapi requires to where they're really neededMark Longair2013-05-22-0/+2
* Retain old handling of malformed addresses in To and Cc linesMark Longair2013-05-21-0/+29
* Cope with emails with a missing final MIME boundaryMark Longair2013-05-17-2/+9
* Only set original_charset when a charset has been defined for the mail part. ...Louise Crow2013-05-16-3/+8
* Make efforts to ensure that we're usually dealing with UTF-8 stringsMark Longair2013-05-16-1/+5
* Ignore common TNEF attachment parsing errorsMark Longair2013-05-16-3/+8
* Our older version of Mail returns a different class so cast it to a StringHenare Degan2013-02-21-1/+1
* We're using an older version of Mail that returns a different classHenare Degan2013-02-21-3/+3
* Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-2/+1
* Add functions for basic mail handling to the mail backend of mail handler.Louise Crow2012-12-06-0/+199
* Convert address to string in the case where there's just an address.Louise Crow2012-12-05-1/+1
* Standardise on part as a param name, not mail_part.Louise Crow2012-12-05-4/+4
* Adding methods for getting the content type of a mail part, and getting heade...Louise Crow2012-12-04-0/+8
* Add specs for getting name, email and formatted address - make them pass with...Louise Crow2012-12-04-1/+1
* Add methods for finding out if there is an empty return path on a mail and ge...Louise Crow2012-12-04-0/+10
* Move method for getting the to, cc and envelope-to addresses of a mail to the...Louise Crow2012-12-04-0/+7
* Get name and address specs to pass under Ruby 1.9Louise Crow2012-12-03-5/+26
* Add some comments.Louise Crow2012-12-03-0/+1
* Move the specifics of getting a From: name from a mail to the mail handler.Louise Crow2012-12-03-0/+5
* Delegate getting the from address of an incoming mail to the mail handler.Louise Crow2012-12-03-0/+17
* Add method for getting the body of a mail part to mail handling modules.Louise Crow2012-11-29-0/+4
* Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-0/+4
* Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-0/+13
* Move _get_file_part_name to mail handler.Louise Crow2012-11-15-0/+7
* Move handling of TNEF mail attachments to mail handlerLouise Crow2012-11-15-0/+9
* Use mail handler for making mail objects of attached emails. Add a flag to us...Louise Crow2012-11-15-1/+2
* Add methods for both backends to generate a mail object from raw data.Louise Crow2012-11-15-0/+5
* First skeletal version of separate mail handling library.Louise Crow2012-11-15-0/+12