aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler
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 'hotfix/0.12.0.1' into rails-3-developLouise Crow2013-07-29-0/+9
|\
| * Backport https://github.com/mikel/mail/pull/405 to prevent stack overflow err...0.12.0.1hotfix/0.12.0.1Louise Crow2013-07-26-0/+9
* | Add test case and fix for unrecognized encoding in subject lineLouise Crow2013-06-25-0/+15
* | Handle the case where an encoding is extracted that iconv doesn't handle.Louise Crow2013-06-25-1/+4
|/
* Fix a security vulnerability: eval used in quoting display name0.11.0.12Mark Longair2013-06-17-1/+1
* Backport ruby 1.9 fix for trailing = sign in message headers from mail 2.5release/0.11Louise Crow2013-06-04-0/+16
* Parse the 'to' address as if on a real mail to trigger quoted string encoding.Louise Crow2013-06-03-1/+3
* Fix for subject lines with invalid UTF-8 as the last characterMark Longair2013-06-03-2/+12
* Merge branch 'tmail-to-mail-tests' into rails-3-developMark Longair2013-05-28-12/+67
|\
| * Suppress STDERR noise from the tnef binaryMark Longair2013-05-22-1/+1
| * 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-5/+13
| * 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
| * Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-8/+5
* | Rails security updateMatthew Landauer2013-03-19-67/+0
* | Backport Mail's encoding code from 2.5 for Ruby 1.9Henare Degan2013-03-07-0/+45
* | Revert "Update this to match the older version of the mail gem we're using"Henare Degan2013-03-03-1/+2
* | Backport Mail 2.5's to_yaml to prevent an exception with Ruby 1.8Henare Degan2013-03-02-0/+22
* | Backport newer Mail code to fix decoding problems. #850Henare Degan2013-03-02-0/+38
* | Remove Tmail and use the Mail gem under Ruby 1.8.7 as wellHenare Degan2013-02-27-437/+4
* | 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
* | Update this to match the older version of the mail gem we're usingHenare Degan2013-02-10-3/+2
* | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-8/+5
|/
* Patch the parameter hash used in Mail to handle nil values.Louise Crow2012-12-06-0/+19
* Convert url in comment to spec.Louise Crow2012-12-06-0/+1
* Explicitly require the mail gem when using it as a backend.Louise Crow2012-12-06-0/+1
* Add functions for basic mail handling to the mail backend of mail handler.Louise Crow2012-12-06-0/+199
* Remove url in comment - has been converted to spec.Louise Crow2012-12-06-2/+0
* Convert example URL to spec.Louise Crow2012-12-06-3/+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
* Patch the Message initialize method so that it doesn't strip the initial inpu...Louise Crow2012-12-06-0/+39
* 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
* Read and write to the file in binary mode during a TNEF conversion operation.Louise Crow2012-12-05-2/+2
* Remove redundant references to MailHandlerLouise Crow2012-12-05-3/+3
* Move mail-specific stuff to mail handler.Louise Crow2012-12-05-1/+46
* Add a wrapper method for get_attachment_leaves.Louise Crow2012-12-05-0/+8
* Fix typo.Louise Crow2012-12-05-1/+1
* Remove redundant references to MailHandler.Louise Crow2012-12-05-11/+11
* Move the getting of attachment leaves to the mail handler.Louise Crow2012-12-05-0/+88