aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/mail_handler.rb
Commit message (Expand)AuthorAgeLines
* Remove Tmail and use the Mail gem under Ruby 1.8.7 as wellHenare Degan2013-02-27-11/+4
* Explicitly require the mail gem when using it as a backend.Louise Crow2012-12-06-0/+1
* Rename _get_attachment_text_internal_one_file to get_attachment_text_one_file...Louise Crow2012-12-06-2/+2
* No real need for this to be an internal function.Louise Crow2012-12-06-2/+2
* Move methods for getting the text out of attachments to the mail handler module.Louise Crow2012-12-06-0/+101
* Read and write to the file in binary mode during a TNEF conversion operation.Louise Crow2012-12-05-2/+2
* Move content type normalization to mail handler.Louise Crow2012-12-05-0/+24
* Move the action mailer dependency to the mail handler so that it's only activ...Louise Crow2012-12-04-0/+1
* Add some extra accessors to Mail::Message for nowLouise Crow2012-11-15-0/+1
* Move handling of TNEF mail attachments to mail handlerLouise Crow2012-11-15-0/+34
* Move TMail extensions to mail handler.Louise Crow2012-11-15-0/+1
* First skeletal version of separate mail handling library.Louise Crow2012-11-15-0/+16