Sam
|
df3a4c05cd
|
upgrade rack mini profiler
fixes for ruby 1.9.3
|
2013-07-30 17:36:34 +10:00 |
Jeff Atwood
|
412e600106
|
remove email footer font override
looks hideous to have mismatching body and footer fonts on anything
retina
|
2013-07-28 23:00:02 -07:00 |
Sam
|
0320a5ae64
|
correct email styles
|
2013-07-27 08:09:32 +10:00 |
Sam
|
d51dcd1705
|
improve email styling, include extra respond link
|
2013-07-26 17:27:46 +10:00 |
Neil Lalonde
|
e0b9117f15
|
Fix for emails with empty body
|
2013-07-24 15:07:51 -04:00 |
Robin Ward
|
2319a824f8
|
Special work to never include previous posts in parsed emails. Also a new attempt
to catch reply strings in different languages.
|
2013-07-24 14:22:32 -04:00 |
Sam
|
366cb13140
|
restyle all user notification emails to use a custom html template
|
2013-07-24 17:24:55 +10:00 |
Robin Ward
|
5398553628
|
Merge pull request #1234 from stephankaag/template_args
Determine template_args only once per instance
|
2013-07-22 12:20:23 -07:00 |
Robin Ward
|
3e7b418ea8
|
First Try: Include Post History (context) in Notification Emails
|
2013-07-22 15:06:37 -04:00 |
Stephan Kaag
|
ea51f0fe04
|
Determine template_args only once per instance
|
2013-07-22 20:20:41 +02:00 |
Robin Ward
|
cc47616cdb
|
Merge pull request #1157 from abbat/email-custom-headers
Add custom headers for email messages
|
2013-07-10 07:12:51 -07:00 |
Anton Batenev
|
60c49a85d0
|
Refactoring #1157
|
2013-07-10 17:47:38 +04:00 |
Anton Batenev
|
b0dbb0ea13
|
And add tests for empty string & null
|
2013-07-09 20:19:10 +04:00 |
Robin Ward
|
013ad0fdda
|
Added `In-Reply-To` and `References` email headers. Additionally removed username from
email replies and new posts to keep the subjects collapsable.
|
2013-07-08 11:48:40 -04:00 |
Anton Batenev
|
4e04c4dddd
|
Add custom headers for email messages
See http://meta.discourse.org/t/custom-headers-in-emails-site-settings/7480
|
2013-07-07 04:37:44 +04:00 |
Robin Ward
|
7f70bc3bbd
|
Add `discourse.forum` to all List-Ids
|
2013-07-02 15:21:34 -04:00 |
Robin Ward
|
fab1be7c8e
|
Adds a List-Id header to outgoing mail
|
2013-07-02 14:13:46 -04:00 |
Robin Ward
|
3067c2ed3b
|
Private messages have instructions for reply by email. We also strip X-Discourse headers
before sending the message as they are no longer needed.
|
2013-06-25 11:35:26 -04:00 |
Robin Ward
|
3fc69337d3
|
Enable reply by email for all users, display a message in the footer indicating so.
|
2013-06-25 11:27:17 -04:00 |
Robin Ward
|
bb908d5913
|
Email parsing uses Traditional Markdown Linebreaks by default. Added JS tests for line breaks.
|
2013-06-21 11:37:26 -04:00 |
Robin Ward
|
0d10b5c9c4
|
More email receiving logic
|
2013-06-20 12:38:37 -04:00 |
Robin Ward
|
82d1465d18
|
Ugly Hack: Remove improperly parsed headers from Mail::Message
|
2013-06-19 12:14:01 -04:00 |
Robin Ward
|
8af9952b25
|
Change all headers to X-Discourse-* instead of Discourse-*
|
2013-06-18 15:54:02 -04:00 |
Robin Ward
|
8acdc18bc8
|
First stab at polling support for POP3S / reply by email
|
2013-06-17 16:49:02 -04:00 |
Robin Ward
|
bd1b4d3130
|
Include a custom reply address when reply by email is enabled.
|
2013-06-13 17:00:00 -04:00 |
Robin Ward
|
49c09898e2
|
The EmailBuilder now creates the Reply by Email Key if necessary.
|
2013-06-13 12:40:06 -04:00 |
Robin Ward
|
e29f4a3496
|
Work in Progress: Reply By Email:
- Add support classes and settings to enable reply by email
- Split out Email builder to be more OO, add many specs
|
2013-06-13 12:39:56 -04:00 |
Robin Ward
|
66f5a3f6f6
|
FIX: Emoji sizes in emails should be done by the EmailStyler
|
2013-06-13 12:15:05 -04:00 |
Robin Ward
|
e2ce4947d7
|
Adds `max-width` to images in digest emails.
|
2013-06-11 12:28:50 -04:00 |
Robin Ward
|
8b4e3402c2
|
Small improvements to digest emails and preview mechanism.
|
2013-06-11 12:27:11 -04:00 |
Robin Ward
|
93bbe190c0
|
Moved Email components into a module
|
2013-06-10 15:34:10 -04:00 |