discourse/lib/email
riking 0d0225133c FIX: Failed incoming emails could create empty topics
A failure condition is eliminated where a topic would be created, but post
creation would fail, leaving the forum with a topic without any posts.
By asking PostCreator to create the topic instead, inside of its
transaction, this failure condition is eliminated.

Additionally, attachments are restored to working status. Previously,
the attachment code would build up the post raw, but then drop it and
not do anything with the result (creating orphaned uploads). By actually
placing the raw value back in the options hash, it is included in the
created post.
2014-08-28 14:35:43 -07:00
..
message_builder.rb FIX: cleanup aliases in email From and Reply-to fields to prevent Bad sender address syntax errors 2014-08-08 13:35:47 -04:00
receiver.rb FIX: Failed incoming emails could create empty topics 2014-08-28 14:35:43 -07:00
renderer.rb FIX: Code and Emoticon formatting in HTML emails. 2013-11-28 17:21:14 -05:00
sender.rb FEATURE: new disable_emails site setting 2014-08-23 11:07:37 +02:00
styles.rb FIX: lazyYT youtube links not getting included in email 2014-08-23 00:21:31 +05:30