Régis Hanol
|
4d9c81fde7
|
Merge pull request #4148 from tgxworld/dont_reply_to_emails_that_are_autogenerated
FIX: Don't send rejection mailer to bounced emails.
|
2016-04-13 15:36:14 +02:00 |
|
Régis Hanol
|
56089c4856
|
FEATURE: new 'auto_generated_whitelist' site setting
|
2016-04-11 22:47:34 +02:00 |
|
Régis Hanol
|
e4980392da
|
improve receiver specs to account for posts approval
|
2016-04-11 18:20:26 +02:00 |
|
Guo Xiang Tan
|
5734c7f3f3
|
FIX: Don't send rejection mailer to bounced emails.
|
2016-04-07 22:21:17 +08:00 |
|
Régis Hanol
|
79329c8e85
|
FIX: check we used the right encoding when parsing incoming emails
|
2016-03-30 19:54:38 +02:00 |
|
Régis Hanol
|
6c82fbebf5
|
detect more auto-generated emails
|
2016-03-30 18:41:09 +02:00 |
|
Régis Hanol
|
39863953cd
|
new 'enable_staged_users' site setting
|
2016-03-23 18:56:03 +01:00 |
|
Régis Hanol
|
03a1aa0000
|
SECURITY: only add elided part of email in PM
|
2016-03-17 23:10:46 +01:00 |
|
Régis Hanol
|
e09e807027
|
FIX: skip validation when replying via email for staged users
|
2016-03-14 22:21:18 +01:00 |
|
Régis Hanol
|
4a3cb4a000
|
FIX: use MD5 of the email_string when there's no 'Message-Id'
|
2016-03-14 18:18:58 +01:00 |
|
Régis Hanol
|
841cec1bc1
|
FIX: support emails in with weird encoding
|
2016-03-11 18:51:53 +01:00 |
|
Régis Hanol
|
6d84a8a1b3
|
FIX: don't send out elided message in email notifications
UX: improved details tag for elided messages
|
2016-03-11 17:51:16 +01:00 |
|
Régis Hanol
|
2747e14b4c
|
FEATURE: hide elided part of incoming emails behind a [details] tag
|
2016-03-09 18:51:54 +01:00 |
|
Régis Hanol
|
622d804d46
|
FEATURE: Add rejection message on rejected IncomingEmail
FIX: Better RateLimit description in rejected IncomingEmail
FEATURE: Send email when hitting a rate limit
|
2016-03-07 16:56:17 +01:00 |
|
Régis Hanol
|
be5a54d67d
|
FEATURE: new 'allow_all_attachments_for_group_messages' site setting
|
2016-02-29 22:39:24 +01:00 |
|
Régis Hanol
|
f7432d8ec9
|
FEATURE: add support for multiple incoming emails for groups & categories
|
2016-02-24 19:47:58 +01:00 |
|
Régis Hanol
|
54262cc9b2
|
FIX: properly handle invalid from header
|
2016-02-24 17:40:57 +01:00 |
|
Régis Hanol
|
c3a393a11f
|
let's try with 'normal' linebreaks
|
2016-02-24 15:16:29 +01:00 |
|
Régis Hanol
|
999e7ac4bc
|
FIX: newlines around attachments in received emails
|
2016-02-24 11:38:12 +01:00 |
|
Régis Hanol
|
5415b2666d
|
FIX: staged users couldn't create new topic in a private category via email
|
2016-02-22 19:57:53 +01:00 |
|
Régis Hanol
|
86819f08c3
|
FIX: use RFC-compliant previous replies separator
|
2016-02-11 18:48:09 +01:00 |
|
Régis Hanol
|
cad7fc1062
|
FIX: don't allow blocked user to send emails in
|
2016-02-11 10:39:57 +01:00 |
|
Régis Hanol
|
91bb38626c
|
FEATURE: new incoming email details modal
|
2016-02-10 22:00:27 +01:00 |
|
Régis Hanol
|
cf4c256b17
|
FEATURE: new 'raw email' modal when listing rejected emails
|
2016-02-01 21:41:49 +01:00 |
|
Régis Hanol
|
49d1f88f6e
|
FIX: support incoming emails with no subject
|
2016-02-01 12:16:15 +01:00 |
|
Régis Hanol
|
27aaed0aa5
|
FIX: don't use 'Return-Path' header to determine whether the email was auto generated
|
2016-02-01 10:21:58 +01:00 |
|
Régis Hanol
|
46b6c55197
|
FIX: replace 'discourse_email_parser' with 'email_reply_trimmer' to better trim replies from plain text emails
FIX: undefined method `number_to_human_size' when email contains attachments
|
2016-01-30 01:29:31 +01:00 |
|
Régis Hanol
|
4a17cdc1e4
|
FIX: don't invite users with emails configured as 'incoming' (reply, group our category)
|
2016-01-20 23:08:27 +01:00 |
|
Régis Hanol
|
f145310cd5
|
FIX: associates email replies using both 'In-Reply-To' and 'References' headers
|
2016-01-20 22:52:08 +01:00 |
|
James Kiesel
|
c7283751a3
|
Unsubscribe via email
|
2016-01-20 22:25:25 +13:00 |
|
Régis Hanol
|
735017dd9f
|
FIX: don't invite users with the same email as 'reply_be_email_address'
|
2016-01-19 15:24:34 +01:00 |
|
Régis Hanol
|
3083657358
|
FEATURE: better email in support
FEATURE: new incoming_email model
FEATURE: infinite scrolling in emails admin
FEATURE: new 'emails:import' rake task
|
2016-01-19 00:57:55 +01:00 |
|
James Kiesel
|
6ceb108946
|
Add specs for post action guardian
|
2015-12-30 20:52:36 +01:00 |
|
James Kiesel
|
a559754db3
|
Add post action creator
|
2015-12-30 20:04:05 +01:00 |
|
James Kiesel
|
86da47880a
|
Allow +1 via email
|
2015-12-30 12:17:45 +01:00 |
|
Régis Hanol
|
3e923c7a41
|
FIX: ensure inactive users can't email in
|
2015-12-21 17:54:02 +01:00 |
|
Régis Hanol
|
ca529a673a
|
just use the address instead of building it ourselves
|
2015-12-18 17:54:42 +01:00 |
|
Régis Hanol
|
4bb31daa2e
|
FIX: when getting a reply by email, ensure it's by the same user
|
2015-12-16 00:43:05 +01:00 |
|
Régis Hanol
|
02279c41cb
|
Merge pull request #3918 from techAPJ/better-email-parsing
FEATURE: better email reply parsing
|
2015-12-11 14:51:24 +01:00 |
|
Régis Hanol
|
323e3cee22
|
when creating a staged account, use the display name provided in the email
|
2015-12-10 23:52:20 +01:00 |
|
Régis Hanol
|
93d1cc6294
|
add support for incoming emails in CC/BCC fields
|
2015-12-10 23:49:16 +01:00 |
|
Arpit Jalan
|
553248de86
|
FEATURE: new gem discourse_email_parser
|
2015-12-11 01:02:28 +05:30 |
|
Arpit Jalan
|
7a8e5a50ff
|
FEATURE: better email reply parsing
|
2015-12-09 23:47:01 +05:30 |
|
Régis Hanol
|
1cde276656
|
FEATURE: ability to send emails to a group
|
2015-12-07 17:01:08 +01:00 |
|
Régis Hanol
|
dd28a3c63a
|
add support for inline images in emails in
|
2015-11-30 18:33:24 +01:00 |
|
Régis Hanol
|
0d54c18c8b
|
new hidden 'allow_staged_accounts' setting
|
2015-11-26 18:31:23 +01:00 |
|
Robin Ward
|
2196160549
|
FIX: Allow emails to begin with a quote (but skip it!)
|
2015-11-18 15:23:10 -05:00 |
|
Robin Ward
|
33a5fce124
|
Importer for mbox format
|
2015-07-23 18:37:40 -04:00 |
|
Robin Ward
|
ab50d039bb
|
Importer for nabble
|
2015-05-22 15:41:26 -04:00 |
|
Robin Ward
|
2cbcd15789
|
FIX: Post Mannager wasn't being used for email replies
|
2015-04-28 13:04:34 -04:00 |
|