aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends
Commit message (Collapse)AuthorAgeLines
* 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