aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/mail_handler/mail_handler_spec.rb
Commit message (Expand)AuthorAgeLines
* Merge branch 'hotfix/0.12.0.1' into rails-3-developLouise Crow2013-07-29-0/+7
|\
| * 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/+7
* | Add test case and fix for unrecognized encoding in subject lineLouise Crow2013-06-25-0/+5
|/
* 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-0/+8
* Fix for subject lines with invalid UTF-8 as the last characterMark Longair2013-06-03-0/+13
* Retain old handling of malformed addresses in To and Cc linesMark Longair2013-05-21-0/+6
* Cope with emails with a missing final MIME boundaryMark Longair2013-05-17-8/+6
* Add failing test for case where a mail part has a content-type header with no...Louise Crow2013-05-16-0/+6
* Mark as "pending" two tests relating to odd MIME boundary casesMark Longair2013-05-16-14/+18
* Add another mail parsing testMark Longair2013-05-16-0/+7
* Fix a syntax errorMark Longair2013-05-16-1/+1
* Add a test for parsing a malformed emailMark Longair2013-05-16-0/+15
* Add a test for a missing final MIME boundaryMark Longair2013-05-16-0/+9
* Add a test to check that anything in the MIME epilogue is ignoredMark Longair2013-05-16-0/+11
* Add tests for TNEF attachments that should be handledMark Longair2013-05-16-0/+24
* Replace use of have_text with contain from webrat or matchMatthew Landauer2013-01-29-1/+1
* Wrap specs on the extraction of RFC-822 headers in code that sets the ENV tim...Louise Crow2012-12-11-10/+14
* Add specs for attachment attributes.Louise Crow2012-12-06-0/+20
* Add a spec for some basic consistency in content types, url part numbers, fil...Louise Crow2012-12-06-0/+80
* Convert example URL to spec.Louise Crow2012-12-06-0/+9
* Stub the close method on the object we're passing to the zip file extraction ...Louise Crow2012-12-06-1/+3
* Rename _get_attachment_text_internal_one_file to get_attachment_text_one_file...Louise Crow2012-12-06-3/+2
* Move methods for getting the text out of attachments to the mail handler module.Louise Crow2012-12-06-1/+21
* Adding methods for getting the content type of a mail part, and getting heade...Louise Crow2012-12-04-0/+54
* Rewrite and move spec so that it tests the mail handler method.Louise Crow2012-12-04-0/+7
* Add specs for getting name, email and formatted address - make them pass with...Louise Crow2012-12-04-0/+50
* Add a method for setting the from address on a plain email fixture.Louise Crow2012-12-04-6/+8
* Add methods for finding out if there is an empty return path on a mail and ge...Louise Crow2012-12-04-0/+32
* Move method for getting the to, cc and envelope-to addresses of a mail to the...Louise Crow2012-12-04-0/+29
* Add specs for the mail handler getting the from name and from address from an...Louise Crow2012-12-03-0/+56
* Use get_part_body in spec.Louise Crow2012-12-03-1/+1
* Move TMail extensions to mail handler.Louise Crow2012-11-15-0/+11
* Factor out method for getting a mail object from a fixture file.Louise Crow2012-11-15-4/+0
* Move TMail monkey patch to MailHandler Tmail backend.Louise Crow2012-11-15-0/+16