Commit graph

11 commits

Author SHA1 Message Date
Tom Hughes
1340fca8f1 Turn on mass assignment protection
Require any attribute that is going to be mass assigned to be
whitelisted, and whitelist those attributes which need it
2012-03-06 08:54:45 +00:00
Tom Hughes
b91072bed4 Handle character encodings in single part emails correctly 2012-02-03 22:40:35 +00:00
Tom Hughes
2b86f8cab2 Handle non-multipart email 2011-12-02 08:36:08 +00:00
Tom Hughes
d88ada0d11 Use either the HTML or the text part of an email, not both 2011-12-01 19:54:02 +00:00
Tom Hughes
2f4d12f990 Update message delivery script to work with rails 3 2011-11-16 15:42:43 +00:00
Tom Hughes
122fab7066 Really get the subject extraction right this time 2010-07-07 21:24:21 +01:00
Tom Hughes
408461e5aa Extract the mail subject correctly 2010-06-30 13:34:20 +01:00
Tom Hughes
2038cd52c6 Include an [OpenStreetMap] prefix on the subject of message notifications
Put back the [OpenStreetMap] prefix to the subject line of email
notifications of messages, but strip it again from any incoming
email replies.
2010-06-29 09:43:30 +01:00
Tom Hughes
be1ea6dd43 Use TMail to parse messages so that character set conversions are
done correctly. Fixes #2461.
2009-11-16 10:48:30 +00:00
Tom Hughes
a7368d7f8a Strip trailing whitespace from lines before joining them. 2009-11-10 09:13:39 +00:00
Tom Hughes
23b8672bc9 Add support for processing incoming mail messages in reply to message
notifications and diary comment notifications, turning the maill messages
into reply messages through the site messaging system.
2009-11-05 23:16:20 +00:00