aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | | Conflicts: lib/mail_handler/backends/tmail_backend.rb
* 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
|
* Patch the Message initialize method so that it doesn't strip the initial ↵Louise Crow2012-12-06-0/+39
| | | | input - trailing spaces can be meaningful.
* 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
|
* 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
|
* Move part counting to the mail handler.Louise Crow2012-12-05-0/+48
|
* Move counters to mail object.Louise Crow2012-12-05-0/+4
|
* Adding methods for getting the content type of a mail part, and getting ↵Louise Crow2012-12-04-0/+16
| | | | header strings from a mail.
* 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