Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Rename _get_attachment_text_internal_one_file to ↵ | Louise Crow | 2012-12-06 | -2/+2 | |
| | | | | | | | | get_attachment_text_one_file as it is now an externally-accessed method of the mail handler module. | ||||
* | | No real need for this to be an internal function. | Louise Crow | 2012-12-06 | -2/+2 | |
| | | |||||
* | | Move methods for getting the text out of attachments to the mail handler module. | Louise Crow | 2012-12-06 | -0/+101 | |
| | | |||||
* | | Patch the Message initialize method so that it doesn't strip the initial ↵ | Louise Crow | 2012-12-06 | -0/+39 | |
| | | | | | | | | input - trailing spaces can be meaningful. | ||||
* | | Convert address to string in the case where there's just an address. | Louise Crow | 2012-12-05 | -1/+1 | |
| | | |||||
* | | Standardise on part as a param name, not mail_part. | Louise Crow | 2012-12-05 | -4/+4 | |
| | | |||||
* | | Read and write to the file in binary mode during a TNEF conversion operation. | Louise Crow | 2012-12-05 | -2/+2 | |
| | | |||||
* | | Remove redundant references to MailHandler | Louise Crow | 2012-12-05 | -3/+3 | |
| | | |||||
* | | Move mail-specific stuff to mail handler. | Louise Crow | 2012-12-05 | -1/+46 | |
| | | |||||
* | | Add a wrapper method for get_attachment_leaves. | Louise Crow | 2012-12-05 | -0/+8 | |
| | | |||||
* | | Fix typo. | Louise Crow | 2012-12-05 | -1/+1 | |
| | | |||||
* | | Remove redundant references to MailHandler. | Louise Crow | 2012-12-05 | -11/+11 | |
| | | |||||
* | | Move the getting of attachment leaves to the mail handler. | Louise Crow | 2012-12-05 | -0/+88 | |
| | | |||||
* | | Move part counting to the mail handler. | Louise Crow | 2012-12-05 | -0/+48 | |
| | | |||||
* | | Move counters to mail object. | Louise Crow | 2012-12-05 | -0/+4 | |
| | | |||||
* | | Move content type normalization to mail handler. | Louise Crow | 2012-12-05 | -0/+24 | |
| | | |||||
* | | Move the action mailer dependency to the mail handler so that it's only ↵ | Louise Crow | 2012-12-04 | -0/+1 | |
| | | | | | | | | active in Ruby 1.8. Use mail handler methods in handle-mail-replies. | ||||
* | | Adding methods for getting the content type of a mail part, and getting ↵ | Louise Crow | 2012-12-04 | -0/+16 | |
| | | | | | | | | header strings from a mail. | ||||
* | | Add some comments documenting the option params for the run method, pass in ↵ | Louise Crow | 2012-12-04 | -2/+12 | |
| | | | | | | | | the binary_output flag if set. | ||||
* | | Add specs for getting name, email and formatted address - make them pass ↵ | Louise Crow | 2012-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 Crow | 2012-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 Crow | 2012-12-04 | -0/+13 | |
| | | | | | | | | the mail handler. | ||||
* | | Get name and address specs to pass under Ruby 1.9 | Louise Crow | 2012-12-03 | -5/+26 | |
| | | |||||
* | | Add some comments. | Louise Crow | 2012-12-03 | -0/+3 | |
| | | |||||
* | | Move the specifics of getting a From: name from a mail to the mail handler. | Louise Crow | 2012-12-03 | -0/+9 | |
| | | |||||
* | | Delegate getting the from address of an incoming mail to the mail handler. | Louise Crow | 2012-12-03 | -0/+25 | |
| | | |||||
* | | Add method for getting the body of a mail part to mail handling modules. | Louise Crow | 2012-11-29 | -0/+8 | |
| | | |||||
* | | Add a configuration option to specify that you don't want the default locale ↵ | Louise Crow | 2012-11-28 | -0/+1 | |
|/ | | | | to appear in URLs generated by the application. | ||||
* | Bugfix - need to convert to string in the just email address case. | Louise Crow | 2012-11-15 | -1/+1 | |
| | |||||
* | Wrap address parsing in a address_from_string method in the mail handler. | Louise Crow | 2012-11-15 | -0/+9 | |
| | |||||
* | Move address_from_name_and_email to mail handler. | Louise Crow | 2012-11-15 | -18/+26 | |
| | |||||
* | Move _get_file_part_name to mail handler. | Louise Crow | 2012-11-15 | -0/+17 | |
| | |||||
* | Add some extra accessors to Mail::Message for now | Louise Crow | 2012-11-15 | -0/+8 | |
| | |||||
* | Move handling of TNEF mail attachments to mail handler | Louise Crow | 2012-11-15 | -40/+56 | |
| | |||||
* | Use mail handler in translation task. | Louise Crow | 2012-11-15 | -2/+2 | |
| | |||||
* | Move TMail extensions to mail handler. | Louise Crow | 2012-11-15 | -9/+7 | |
| | |||||
* | Use mail handler for making mail objects of attached emails. Add a flag to ↵ | Louise Crow | 2012-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 Crow | 2012-11-15 | -0/+17 | |
| | |||||
* | Move TMail monkey patch to MailHandler Tmail backend. | Louise Crow | 2012-11-15 | -0/+9 | |
| | |||||
* | First skeletal version of separate mail handling library. | Louise Crow | 2012-11-15 | -0/+39 | |
| | |||||
* | Add Czech site to list of world FOI sites. | Louise Crow | 2012-11-07 | -2/+6 | |
| | |||||
* | Add Australian site | Matthew Landauer | 2012-11-06 | -3/+4 | |
| | |||||
* | Add optional branch to install themes from. Falls back if it doesn't exist. | Matthew Landauer | 2012-11-01 | -2/+11 | |
| | |||||
* | Update twitter widget to latest version | Matthew Landauer | 2012-10-31 | -0/+1 | |
| | |||||
* | Default for ghostscript compression is documented as being false, so make it so. | Louise Crow | 2012-10-25 | -1/+1 | |
| | |||||
* | Merge commit '3474b961f86ad743b958e9fce2c39e8e54ac6a95' into ↵ | Louise Crow | 2012-10-25 | -6/+6 | |
|\ | | | | | | | feature/nils_in_config | ||||
| * | Merge remote-tracking branch 'henare_github/nil-config-defaults' into ↵ | Louise Crow | 2012-10-22 | -6/+6 | |
| |\ | | | | | | | | | | feature/nil-config-defaults | ||||
| | * | Fix empty configuration defaults | Henare Degan | 2012-10-19 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | Because of the way that rblib/config.rb works, nil for these values would always raise an exeption (see line 209) so changing it to an empty string seems better. It fixes my problem where I purposely didn't define HTML_TO_PDF_COMMAND anyway. | ||||
* | | | Remove redundant line. | Louise Crow | 2012-10-24 | -2/+1 | |
| | | | |||||
* | | | Merge remote-tracking branch 'openaustralia_github/add_timezone_support' ↵ | Louise Crow | 2012-10-24 | -0/+1 | |
|\ \ \ | |/ / |/| | | | | | into develop |