aboutsummaryrefslogtreecommitdiffstats
path: root/spec/lib/mail_handler
Commit message (Collapse)AuthorAgeLines
* Wrap specs on the extraction of RFC-822 headers in code that sets the ENV ↵Louise Crow2012-12-11-10/+14
| | | | timezone. TMail renders headers using localtime, which is not ideal, but we're migrating away from it anyway, so I'm not sure it's worth delving into the internals of TMail to fix it.
* Add specs for attachment attributes.Louise Crow2012-12-06-0/+20
|
* Add a spec for some basic consistency in content types, url part numbers, ↵Louise Crow2012-12-06-0/+80
| | | | filenames, and within rfc822 subjects.
* 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
| | | | function.
* Rename _get_attachment_text_internal_one_file to ↵Louise Crow2012-12-06-3/+2
| | | | get_attachment_text_one_file as it is now an externally-accessed method of the mail handler module.
* 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 ↵Louise Crow2012-12-04-0/+54
| | | | header strings from a mail.
* 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 ↵Louise Crow2012-12-04-0/+50
| | | | with the mail backend.
* 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 ↵Louise Crow2012-12-04-0/+32
| | | | getting the auto-submitted field.
* Move method for getting the to, cc and envelope-to addresses of a mail to ↵Louise Crow2012-12-04-0/+29
| | | | the mail handler.
* Add specs for the mail handler getting the from name and from address from ↵Louise Crow2012-12-03-0/+56
| | | | an email.
* 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