aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/mail_handler.rb
Commit message (Expand)AuthorAgeLines
* Add a timeout to document conversion with wvtext - it can hang.0.13.0.2hotfix/0.13.0.2Louise Crow2013-09-04-1/+1
* Merge branch 'tmail-to-mail-tests' into rails-3-developMark Longair2013-05-28-3/+6
|\
| * Suppress STDERR noise from the tnef binaryMark Longair2013-05-22-1/+1
| * Ignore common TNEF attachment parsing errorsMark Longair2013-05-16-2/+5
| * Remove an unnecessary use of 'which' in backticksMark Longair2013-05-16-1/+1
* | Merge remote-tracking branch 'origin/hotfix/0.9.0.3' into rails-3-developLouise Crow2013-05-16-1/+2
|\ \ | |/ |/|
| * Limit memory available to wvText, which calls elinksIan Chard2013-05-15-1/+2
* | 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