e6989b5313
Merge pull request #2192 from jorgemanrubia/configurable-emails-prefix
...
Option to change the subject prefix in emails
2014-03-28 15:08:50 +01:00
fd504e741f
FIX: reply by email can handle emails with attachments. Attachments are still ignored, but a post or topic can be created from the email now.
2014-03-28 09:57:20 -04:00
806924dd7e
Option to change the email subject prefix
...
It adds a new setting 'email_prefix' to configure which [label] will be used in the subject of emails. Discourse currently uses '[title]'. The problem is that sometimes you need to set a longer title, that doesn't really work well for emails. I think this is very common since the HTML `<title>` tag is very important for SEO.
It will default to '[title]' if this setting is not used.
See: https://meta.discourse.org/t/where-to-change-the-email-subject-prefix/11989
2014-03-26 23:06:00 +01:00
5b7f2b4488
ooops. I don't know how to write smtp
2014-03-12 11:55:08 +01:00
c5298cd25f
BUGFIX: require net/stmp module to properly handle exceptions
2014-03-12 11:53:10 +01:00
b7ece53966
BUGFIX: rescue should splat
2014-03-09 23:06:54 +11:00
18e9d319fd
BUGFIX: catch STMP client errors in email sending background job
...
Will log the exception message in the skipped reason instead of keeping
the job in the queue whenever the email address is invalid
2014-03-07 16:33:15 +01:00
024597e643
Switch to proper exception handling system for better user feedback
...
- Replace implicit return code-system in Email::Receiver with proper exception system
- Update tests to check for exceptions instead
- Test the PollMailbox for expected failures
- Add proper email-handling of problematic emails
"
2014-02-28 17:02:58 +01:00
d32cb55837
Add public-inbox to Email-In-Feature
...
- Adds the advanced option to accept email from non-users per category email-address
- Adds tests covering the new feature
- Adds UI to configure this feature in the frontend
2014-02-28 16:53:58 +01:00
37cea49459
Add Email-In-Per-Category
...
- allow the configuration of an inbox-email-address per category
- post emails to that email into that category instead of global
- Adds UI for configuration
- Adds Documentation for configuration
- Adds Tests for new feature
2014-02-28 16:53:58 +01:00
4af2cf3f23
Refactor and clean up New-Topic via Email
...
With the new email_in admin configuration setting, emails to the email_in_address fetched via POP will now be processed and posted as new topics to the forum.
With the email_in_min_trust you can control the trust level the user needs to have at least to be able to post an email as a new topic.
Also contains tests for the email-in feature and minor clean ups
2014-02-28 16:53:58 +01:00
dad43b9853
Optionally allow discourse to create new topics from email.
2014-02-28 16:53:58 +01:00
a28a0bbeeb
PERF: stop messing with strings that come back from I18n.t
...
allows better caching
2014-02-18 14:10:03 +11:00
35dae76bbd
Log when and why an email was not sent in email_logs
2014-02-14 13:06:39 -05:00
318e692290
FIX: If there is an exception when parsing one email, don't stop all
...
work, return an error code and continue.
2014-02-12 12:08:34 -05:00
2d15c82b26
FIX: Digest styling for oneboxes
2014-01-22 15:30:44 -05:00
5fa464e10b
force_encoding according to the charset in mail, this solve encoding problem when not using ‘utf-8’ charset.
2014-01-19 02:12:38 +08:00
9738c4ff48
FEATURE: backport a minimal String#scrub
...
BUGFIX: invalid byte sequence in email would explode all processing
2013-12-30 14:05:25 +11:00
f1a7b63afc
FIX: Large pre
blocks in emails were increasing the width.
2013-12-16 14:41:59 -05:00
8b4c030c16
Small email fixes
2013-12-03 10:11:04 -05:00
5fd5b18c19
Missing # in email colors
2013-12-02 10:04:29 -05:00
781a8876d3
Show post count in digest emails. Sort by score
2013-11-29 13:00:25 -05:00
3da2285ef1
FIX: Missing styles in HTML digest emails
2013-11-29 12:21:36 -05:00
8c8645f158
FIX: Code and Emoticon formatting in HTML emails.
2013-11-28 17:21:14 -05:00
5055da76e6
Abort triggers for email body processing
2013-11-20 13:30:01 -05:00
c86b06e3fa
Fix for non-english email polling.
2013-11-04 15:30:24 -05:00
561792a615
FIX: schemaless urls in emails
2013-08-27 00:08:38 +02:00
ff3b163a78
FIX: Another email regexp for quote lines in the format we can recognize including
...
the site name.
2013-08-21 16:54:51 -04:00
40599d20e8
FIX: Footer formatting in digest emails
2013-08-16 12:19:26 -04:00
9a2f758a00
remove unnecessary font-size on digest <a>
2013-08-15 16:52:10 -07:00
8303f48004
add dimmed color to digest footer
2013-08-15 15:18:11 -07:00
b7c50ecdaa
FIX: Respect protocol relative URLs in email styling
2013-08-14 11:32:17 -04:00
652169daf6
Include a list of more new topics in the digest emails at the bottom
2013-08-09 14:43:02 -04:00
61b330abb4
odd formatting
2013-08-01 16:02:43 +10:00
df3a4c05cd
upgrade rack mini profiler
...
fixes for ruby 1.9.3
2013-07-30 17:36:34 +10:00
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
0320a5ae64
correct email styles
2013-07-27 08:09:32 +10:00
d51dcd1705
improve email styling, include extra respond link
2013-07-26 17:27:46 +10:00
e0b9117f15
Fix for emails with empty body
2013-07-24 15:07:51 -04:00
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
366cb13140
restyle all user notification emails to use a custom html template
2013-07-24 17:24:55 +10:00
5398553628
Merge pull request #1234 from stephankaag/template_args
...
Determine template_args only once per instance
2013-07-22 12:20:23 -07:00
3e7b418ea8
First Try: Include Post History (context) in Notification Emails
2013-07-22 15:06:37 -04:00
ea51f0fe04
Determine template_args only once per instance
2013-07-22 20:20:41 +02:00
cc47616cdb
Merge pull request #1157 from abbat/email-custom-headers
...
Add custom headers for email messages
2013-07-10 07:12:51 -07:00
60c49a85d0
Refactoring #1157
2013-07-10 17:47:38 +04:00
b0dbb0ea13
And add tests for empty string & null
2013-07-09 20:19:10 +04:00
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
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
7f70bc3bbd
Add discourse.forum
to all List-Ids
2013-07-02 15:21:34 -04:00