Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | Rename mailer method to avoid naming conflict in Rails 3 | Matthew Landauer | 2013-01-25 | -1/+1 | |
| | | | |||||
* | | | Remove timezone monkeypatch fixes because they're not necessary in Rails 3 ↵ | Matthew Landauer | 2013-01-25 | -26/+0 | |
| | | | | | | | | | | | | anymore | ||||
* | | | Small comment edit in timezone_fixes to remind that this can be removed in ↵ | Matthew Landauer | 2013-01-25 | -1/+3 | |
| | | | | | | | | | | | | Rails 3.x | ||||
* | | | Fix path to main configuration file. How did this ever work before? | Matthew Landauer | 2013-01-25 | -2/+2 | |
| | | | |||||
* | | | Merge branch 'rails_xss' into rails-3-spike | Matthew Landauer | 2013-01-04 | -3/+2 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/views/request/_hidden_correspondence.rhtml app/views/request/hidden.rhtml app/views/request/new_please_describe.rhtml app/views/user/show.rhtml lib/i18n_fixes.rb | ||||
| * | | Make use_spans_for_errors monkey patch output html safe string | Matthew Landauer | 2013-01-03 | -1/+1 | |
| | | | |||||
| * | | Assume the result of doing any translation is html_safe | Matthew Landauer | 2013-01-02 | -1/+3 | |
| | | | |||||
| * | | Bring tag monkeypatch up to date with latest rails 2.3 | Matthew Landauer | 2013-01-02 | -2/+1 | |
| | | | |||||
* | | | RSpec Rake tasks now live in the gem | Henare Degan | 2012-12-11 | -147/+0 | |
| | | | |||||
* | | | Mark translations as html_safe | Henare Degan | 2012-12-11 | -1/+5 | |
| | | | |||||
* | | | Move Rails config over | Henare Degan | 2012-12-11 | -0/+10 | |
| | | | |||||
* | | | I don't think we need to support Lenny any more | Henare Degan | 2012-12-11 | -46/+0 | |
| | | | |||||
* | | | Run the Rails 3 generator | Henare Degan | 2012-12-11 | -0/+0 | |
| |/ |/| | |||||
* | | Patch the parameter hash used in Mail to handle nil values. | Louise Crow | 2012-12-06 | -0/+19 | |
| | | |||||
* | | Convert url in comment to spec. | Louise Crow | 2012-12-06 | -0/+1 | |
| | | | | | | | | | | | | Conflicts: lib/mail_handler/backends/tmail_backend.rb | ||||
* | | Explicitly require the mail gem when using it as a backend. | Louise Crow | 2012-12-06 | -0/+1 | |
| | | |||||
* | | Add functions for basic mail handling to the mail backend of mail handler. | Louise Crow | 2012-12-06 | -0/+199 | |
| | | |||||
* | | Remove url in comment - has been converted to spec. | Louise Crow | 2012-12-06 | -2/+0 | |
| | | |||||
* | | Convert example URL to spec. | Louise Crow | 2012-12-06 | -3/+1 | |
| | | |||||
* | | 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 | |
| |