aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/request_mailer.rb
Commit message (Collapse)AuthorAgeLines
* Improve SQL performanceRobin Houston2012-01-12-1/+12
| | | | Replace a slow query with a much faster equivalent one.
* Further improvements to attachment cachingSeb Bacon2011-12-13-0/+1
|
* I18nize some stringsFaton Selishta2011-10-07-7/+7
|
* Suppress out-of-office responses from MS ExchangeRobin Houston2011-09-05-8/+16
| | | | | | Add an explicit "X-Auto-Response-Suppress: OOF" header to outgoing request messages, because MS Exchange does not seem to honour the RFC3834 "Auto-Submitted: auto-generated" header we are already using.
* Make timeframes for new response reminders configurableDavid Cabo2011-08-23-5/+5
|
* Log the reason why an incoming mail is routed to the holding pen, and ↵Seb Bacon2011-08-03-2/+3
| | | | display it to administrators. Closes #107.
* Get rid of commented-out STDERR.puts messagesRobin Houston2011-06-21-18/+0
|
* - Refactor models/incoming_message.rb to get rid of the hideousRobin Houston2011-06-21-7/+3
| | | | | | | global variables and methods. Move the MIME type stuff into lib/alaveteli_file_types.rb. - Correct the spelling of the word extensions (not extentions).
* Explain why we want to record the original raw emailFrancis Irving2010-09-22-1/+9
|
* Email when request becomes long overdueFrancis Irving2009-12-16-5/+37
|
* Option to use message id to not duplicate incoming messages.Francis Irving2009-10-29-0/+6
|
* Factor out email address matching function.Francis Irving2009-10-29-3/+9
|
* Move the actual messages sent to authorities into a separate mailer model ↵francis2009-10-04-73/+2
| | | | class (so can give them different layout, but is nice anyhow)
* Change formatting of outgoing emails.francis2009-10-04-1/+3
|
* Don't send overdue alerts, or request for clarification alerts to banned usersfrancis2009-10-03-4/+12
|
* Add an extra nagging to classify email.francis2009-10-03-4/+5
|
* Allow follow ups to defunct/not_apply authorities which still have a valid ↵francis2009-09-08-2/+2
| | | | email.
* Check address to when working out holding pen addressfrancis2009-09-08-2/+4
|
* Slightly improve query.francis2009-09-02-2/+2
|
* Fix subtle bug, which caused error with old data and new ↵francis2009-08-19-5/+4
| | | | not-sending-to-auto-annotations code
* Don't send alert for annotation on your own request.francis2009-08-18-4/+5
|
* Mark various automatic alerts on requests to requesters as being auto-generated,francis2009-06-27-2/+17
| | | | | and set envelope-from to blackhole (as not much to be done if they fail, and they will only happen once).
* Fix bug where follow up to defunct authority would cause errors.francis2009-06-16-1/+12
|
* Fix up attachment of bounced emails.francis2009-06-15-2/+3
|
* Maybe this will make attachmentw ork.francis2009-06-15-3/+3
|
* Fix bug with bouncing messages.francis2009-06-15-2/+2
|
* Apply censor rules to names from incoming emails.francis2009-05-21-3/+5
|
* Added method for sending email to requester when someone has updated an old ↵louise2009-04-14-1/+10
| | | | unclassified request
* Reminders sent to users to update the status of their request now use ↵louise2009-04-08-2/+5
| | | | InfoRequest.find_old_unclassified
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-3/+3
| | | | | | aggressive quoting rule into a TMail monkey patch proper so it is always called when constructing emails, and remove the hacky function (Address.encode_quoted_string) it used to call in special places
* Tests for use of different addresses in replies.francis2009-04-08-4/+4
| | | | | Fix bug in quoting of those replies. Make it remove @ signs from name part of them.
* Note about where these functions are.francis2009-04-07-1/+3
|
* Tweak wording.francis2009-02-28-2/+2
|
* Set a blackhole for envelope from for various messages where we don't carefrancis2009-02-09-2/+3
| | | | about delivery failures (e.g. email alerts)
* Move TMail monkeypatches out of incoming_message intofrancis2008-11-21-3/+1
|
* Make link on first response arrived email not be login one, as people ↵francis2008-11-10-7/+7
| | | | | | | forward it about. Make link on later ones go straight to top green box. Give ids to the green boxes.
* Change subject of internal review followups.francis2008-11-07-3/+9
|
* Try better wording for reminder email.francis2008-10-28-2/+2
|
* Use link to main request page with # ref in emails announcing new responses.francis2008-10-17-3/+3
| | | | | Deprecate completely the describe_state view - just use it as a controller action which does the state description.
* Don't allow reply to invalid addresses, or to postmaster@ addresses.francis2008-10-17-4/+8
| | | | | Centralise some of the display of names for replies. Note in comment other parts that need centralising.
* Remove details field now not used.francis2008-10-14-3/+3
|
* State of a request when response is to be by post.francis2008-10-03-8/+2
|
* Don't try and send response reminders for holding pen, it won't work if thefrancis2008-09-25-2/+2
| | | | messages have been moved out.
* Add function to list emails you might followup to.francis2008-09-22-1/+10
|
* Send requires_admin message from the user who marked it up, so can reply to ↵francis2008-09-21-3/+3
| | | | it more easily.
* Yuck, sorry :)francis2008-09-04-1/+3
|
* Migration to Rails 2.1francis2008-09-04-2/+2
|
* Transfer count value correctly and display it.francis2008-09-04-2/+2
|
* Ability for FOI officers to be able to upload responses from their browser.francis2008-09-02-2/+25
|
* Don't need debugging now, seems to work.francis2008-09-01-4/+4
|