renovatebot
|
08c8a99a9a
|
Maintenance: Update dependency mail to v2.9.0
|
2026-04-14 11:27:16 +03:00 |
|
Florian Liebe
|
c2ea5e1613
|
Fixes #5992 - Mail content is attached as document.html for a non-multipart text/html mail.
|
2026-03-09 10:01:44 +01:00 |
|
Mantas Masalskis
|
752ace59f7
|
Fixes #5897 - Emails cannot be fetched from mailbox
Co-authored-by: Dominik Klein <dk@zammad.com>
Co-authored-by: Mantas <mm@zammad.com>
|
2026-01-08 16:37:31 +02:00 |
|
Florian Liebe
|
8a840d4ee2
|
Fixes #5905 - E-mail is added as file attachment.
Co-authored-by: Dominik Klein <dk@zammad.com>
Co-authored-by: Mantas Masalskis <mm@zammad.com>
|
2026-01-08 14:02:43 +01:00 |
|
Mantas Masalskis
|
1aac3af8df
|
Maintenance: Regenerate outdated test emails
|
2025-12-01 11:35:52 +02:00 |
|
Marcel Bialas
|
183ff3ea24
|
Fixes #5227 - Ensure email subjects with prefixed whitespace are parsed correctly
Co-authored-by: Mantas Masalskis <mm@zammad.com>
|
2025-11-11 12:24:54 +01:00 |
|
Mantas Masalskis
|
b2053cc5a9
|
Fixes #5640 - Email with multipart/mixed is missing some parts
|
2025-06-09 13:03:20 +03:00 |
|
Florian Liebe
|
9e2b09ffbe
|
Fixes #5577 - Email is not shown correctly in Zammad.
Co-authored-by: Tobias Schäfer <ts@zammad.com>
|
2025-05-12 13:28:43 +02:00 |
|
Mantas Masalskis
|
5d76e33440
|
Fixes #4680 - Japanese emails importing incorrectly
|
2025-04-14 18:51:04 +02:00 |
|
Rolf Schmidt
|
ed079e358e
|
Fixes #5428 - Notification loops because mail bouncing timeouts do not apply to users in system notifications.
Co-authored-by: Florian Liebe <fl@zammad.com>
|
2024-12-05 11:08:41 +01:00 |
|
Martin Gruner
|
152e3360cb
|
Fixes: #4583 - Align the mail client behavior for <title> tag with Zammad
|
2024-05-24 07:36:57 +02:00 |
|
Florian Liebe
|
82b004282c
|
Fixes #4874 - Body of emails is squashed (e.g. with Ebay correspondences).
|
2023-12-01 15:16:24 +01:00 |
|
Florian Liebe
|
2e9c8a345f
|
Fixes #4514 - Text marker removed in mail tickets.
Co-authored-by: Rolf Schmidt <rolf.schmidt@zammad.com>
|
2023-08-24 09:17:38 +02:00 |
|
Mantas Masalskis
|
c9620cdc0f
|
Fixes #4304 - Mails cannot be processed if the special character "+" appears...
|
2023-06-24 22:20:07 +02:00 |
|
renovatebot
|
3428295379
|
Maintenance: Update dependency pundit-matchers to v2.3.0
|
2023-05-25 15:14:34 +02:00 |
|
Rolf Schmidt
|
f82bce4257
|
Fixes #4605 - HTML sanitizer is removing attributes/styles which are white listed.
Co-authored-by: Florian Liebe <fl@zammad.com>
|
2023-05-16 13:40:49 +02:00 |
|
Mantas
|
a77e589d57
|
Fixes #4567 - Unable to process email with invalid "Date" header
|
2023-04-25 10:31:54 +00:00 |
|
Martin Gruner
|
0e48eba759
|
Maintenance: Apply security update for nokogiri gem.
|
2023-04-12 10:37:41 +02:00 |
|
Rolf Schmidt
|
414c111ae6
|
Performance: Improve sanitization for empty nodes (https://github.com/zammad/zammad/issues/2706).
|
2023-02-13 12:28:08 +01:00 |
|
Martin Gruner
|
064224bb5c
|
Maintenance: Switch to 'mail' gem v2.8 rather than a custom patched version.
|
2023-01-13 11:25:55 +01:00 |
|
Martin Gruner
|
1ff3e0f99c
|
Revert "Maintenance: Switch to 'mail' gem v2.8 rather than a custom patched version."
This reverts commit bbfac62c12.
|
2022-12-13 13:43:42 +01:00 |
|
Martin Gruner
|
bbfac62c12
|
Maintenance: Switch to 'mail' gem v2.8 rather than a custom patched version.
|
2022-12-09 08:01:15 +01:00 |
|
Florian Liebe
|
695bf149b3
|
Fixes #4223 - Zammad ignores CSS white-space: pre-wrap; and displays multiline text in a single line.
|
2022-09-16 08:50:45 +02:00 |
|
Martin Gruner
|
5b6a4fb784
|
Maintenance: Port 'email_parser' minitest to rspec.
|
2022-07-04 14:52:23 +02:00 |
|
Martin Gruner
|
278f55addf
|
Fixed issue#4039: Usage of pre + code HTML tags is broken and content is swallowed.
|
2022-04-21 06:45:09 +00:00 |
|
Mantas
|
be407c23da
|
Fixes #3870 - Text rendering does not work for e-mails (no new lines)
|
2021-12-09 19:12:16 +00:00 |
|
Rolf Schmidt
|
4e12a682f3
|
Follow up 7e6e751d69 - Fixes #3695 - Detect Jira follow-ups.
|
2021-08-18 12:52:41 +00:00 |
|
Mantas
|
8b5596647a
|
Fixes #3697 - Mix of binary encoded ISO-8859-1 data in header fields (e.g. to) fails mail processing
|
2021-08-18 12:49:23 +00:00 |
|
Rolf Schmidt
|
7e6e751d69
|
Fixes #3695 - Detect Jira follow-ups.
|
2021-08-13 14:39:09 +02:00 |
|
Mantas
|
f50016b008
|
Fixes #2407, Fixes #3003 - Mac Mail inline PDF destroys E-Mail-Body
|
2021-07-27 08:53:15 +02:00 |
|
Rolf Schmidt
|
b72c01234a
|
Fixes #3529 - Attachments sent by Zammad not shown in Outlook.
|
2021-05-20 06:29:44 +00:00 |
|
Rolf Schmidt
|
be64e3ff0c
|
Revert "Fixes #3529 - Attachments sent by Zammad not shown in Outlook."
This reverts commit a862a44bfc.
|
2021-05-11 08:32:49 +01:00 |
|
Rolf Schmidt
|
a862a44bfc
|
Fixes #3529 - Attachments sent by Zammad not shown in Outlook.
|
2021-05-05 07:48:59 +00:00 |
|
Martin Edenhofer
|
3baec9c606
|
Improved file name detection.
|
2021-04-14 15:20:28 +02:00 |
|
Mantas
|
90a67e9d94
|
#3368 - Japanese character is garbled
|
2021-01-25 15:09:50 +01:00 |
|
Thorsten Eckel
|
707c1670e7
|
Maintenance: Bumped Nokogiri to 1.11.0 to resolve CVE-2020-26247.
|
2021-01-08 16:02:19 +01:00 |
|
Martin Edenhofer
|
2a6036fb6e
|
Fixes issue #3344 - Allow mailto links in knowledge base (KB) and email signatures.
|
2021-01-04 15:31:27 +01:00 |
|
Martin Edenhofer
|
b85566c530
|
Fixes #3345 - Allow font colors in articles (not only in tables).
|
2021-01-04 13:57:57 +01:00 |
|
Mantas
|
88d4e534b2
|
Fixes #3096 - Japanese emails incorrectly converted
|
2020-12-31 08:36:40 +01:00 |
|
Mantas
|
893acd2656
|
Fixes #2063 - parses emails with empty msgid. Thanks to @dsukhin ❤️
|
2020-12-24 00:12:06 +01:00 |
|
Martin Edenhofer
|
d684ffa7ba
|
Fixed issue #3293 - Unable to process email (because of very long meta headers)
|
2020-12-02 09:44:49 +01:00 |
|
Mantas
|
66c0c4f513
|
Fixes #3115 - Zammad can't import specific ISO-2022-JP mails
|
2020-10-21 19:28:26 +03:00 |
|
Mantas Masalskis
|
57176aedbb
|
Fixes #3143 - unprocessible mail "FrozenError: can't modify frozen String"
|
2020-08-04 10:08:28 +02:00 |
|
Martin Edenhofer
|
dc743a7662
|
Fixes #2494 - Plus characters are stripped from email addresses and urls in ticket body
|
2020-07-13 08:38:11 +02:00 |
|
Mantas Masalskis
|
d64ea29efb
|
Fixes #2498 - Japanese encoding 7-bit iso-2022-jp is processed incorrectly
|
2020-06-02 11:30:19 +02:00 |
|
Rolf Schmidt
|
afa6b9984a
|
Fixes #3022 - Detect ServiceNow follow-ups
|
2020-04-17 09:24:57 +02:00 |
|
Rolf Schmidt
|
eabc924230
|
Fixed issue #2971 - Mails with voicemails attached not being added (#<ActiveRecord::ValueTooLong: PG::StringDataRightTruncation: ERROR: value too long for type character varying(2500) (RuntimeError)).
|
2020-03-23 00:38:28 +01:00 |
|
Mantas Masalskis
|
6692869dd8
|
Fixes issue #2894 - Emails with binary body (attachment as body) get handled as if they were text messages which breaks the attachment.
|
2020-01-28 10:42:40 +01:00 |
|
Mantas Masalskis
|
b294708ec0
|
Fixes issue #2906 - Missing Content-Type header of parsed email fails processing.
|
2020-01-27 10:07:55 +01:00 |
|
Martin Edenhofer
|
2b92d28b89
|
Fixed issue #2808 - Unprocessable mail if follow up search is enabled for attachments with contains invalid charsets (postmaster_follow_up_search_in with attachment).
|
2019-11-18 16:16:49 +01:00 |
|