aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends
Commit message (Collapse)AuthorAgeLines
...
* Add specs for getting name, email and formatted address - make them pass ↵Louise Crow2012-12-04-1/+1
| | | | with the mail backend.
* Add methods for finding out if there is an empty return path on a mail and ↵Louise Crow2012-12-04-0/+20
| | | | 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/+13
| | | | the mail handler.
* Get name and address specs to pass under Ruby 1.9Louise Crow2012-12-03-5/+26
|
* Add some comments.Louise Crow2012-12-03-0/+3
|
* Move the specifics of getting a From: name from a mail to the mail handler.Louise Crow2012-12-03-0/+9
|
* Delegate getting the from address of an incoming mail to the mail handler.Louise Crow2012-12-03-0/+25
|
* Add method for getting the body of a mail part to mail handling modules.Louise Crow2012-11-29-0/+8
|
* Bugfix - need to convert to string in the just email address case.Louise Crow2012-11-15-1/+1
|
* Wrap address parsing in a address_from_string method in the mail handler.Louise Crow2012-11-15-0/+9
|
* Move address_from_name_and_email to mail handler.Louise Crow2012-11-15-18/+26
|
* Move _get_file_part_name to mail handler.Louise Crow2012-11-15-0/+17
|
* Add some extra accessors to Mail::Message for nowLouise Crow2012-11-15-0/+7
|
* Move handling of TNEF mail attachments to mail handlerLouise Crow2012-11-15-0/+22
|
* Move TMail extensions to mail handler.Louise Crow2012-11-15-9/+152
|
* Use mail handler for making mail objects of attached emails. Add a flag to ↵Louise Crow2012-11-15-3/+4
| | | | use base64 decoding or not. Note that currently the Mail-based backend doesn't use it - I think that eventually we'll want to have the mail handler wrap the mail object with it's own interface.
* Add methods for both backends to generate a mail object from raw data.Louise Crow2012-11-15-0/+17
|
* Move TMail monkey patch to MailHandler Tmail backend.Louise Crow2012-11-15-0/+9
|
* First skeletal version of separate mail handling library.Louise Crow2012-11-15-0/+23