Martin Edenhofer
|
b403432c76
Initial support of recursive triggers for tickets - issue #2035.
|
6 лет назад |
Ryan Lue
|
04055f7095
Replace unless with if ! (project-wide)
|
6 лет назад |
Thorsten Eckel
|
5f3c793f37
Refactoring: Fixed autoloading issues and workarounds by doing dependency requirement the "Rails Way".
|
6 лет назад |
Martin Edenhofer
|
7dc66a14f4
Log message if of every processed email (to have a better debugging possibility in general).
|
7 лет назад |
Thorsten Eckel
|
bf6192113a
Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%.
|
7 лет назад |
Martin Edenhofer
|
d830f0eb2d
UI improvement: Show only real attachments in attachment list. Move original formatted message into footer of article (beside donwload raw message).
|
7 лет назад |
Thorsten Eckel
|
b1af9b8050
Improved readability of HTML parser error message and backtrace.
|
7 лет назад |
Martin Edenhofer
|
47c079d5d7
Improved logging for used backeds.
|
7 лет назад |
Martin Edenhofer
|
402300c848
Added helper method to process unprocessable mails again (Channel::EmailParser.process_unprocessable_mails).
|
7 лет назад |
Martin Edenhofer
|
8104d7756a
Improved email processing with corrupt from headers.
|
7 лет назад |
Martin Edenhofer
|
e376a0f872
Improved error handling of invalid emails.
|
7 лет назад |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 лет назад |
Martin Edenhofer
|
460182e663
Small code cleanup.
|
7 лет назад |
Martin Edenhofer
|
68cb27f0c1
Improved file name detection of attachments.
|
7 лет назад |
Martin Edenhofer
|
99af4f187a
Improved filename detection of incoming postmaster emails (use subject.eml and no file-1).
|
7 лет назад |
Martin Edenhofer
|
4c7309303f
Merge branch 'develop' of git.znuny.com:zammad/zammad into develop
|
7 лет назад |
Martin Edenhofer
|
b76be9eebc
Small code layout improvements.
|
7 лет назад |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 лет назад |
Martin Edenhofer
|
ff56f294f3
Rails 5.1 migration.
|
7 лет назад |
Martin Edenhofer
|
c6fec78bf9
Improved email parsing, skip sender if no @ is containing (try reply-to or return-path if existing).
|
7 лет назад |
Martin Edenhofer
|
88e3d9e574
Improved error handling of emails with invalid byte sequence for utf8 encoding.
|
7 лет назад |
Martin Edenhofer
|
a548009b86
Improved email sender parsing with multiple senders in from.
|
7 лет назад |
Martin Edenhofer
|
e1611ee509
Improved error handling/parsing of invalid filenames for attachments.
|
7 лет назад |
Martin Edenhofer
|
f4495dc126
Improved email parsing of invalid email filename headers.
|
7 лет назад |
Martin Edenhofer
|
79c398becb
Implemented reply_to header as sender/customer feature.
|
7 лет назад |
Martin Edenhofer
|
defdb972a1
Fixed issue #811 - Unprocessable Email (without email address in from header) and issue #969 - Mail processing error (with broken mail headers).
|
7 лет назад |
Martin Edenhofer
|
decb38ed4b
Fixed issue #1045 - Subject with "Subject: =?us-ascii?Q?ABC / 123 / Wetterau West / ABC?=" is not decoded.
|
7 лет назад |
Rolf Schmidt
|
0bd0693de9
Fixed issue #377 - Reply to merged ticket gets appended to the wrong ticket.
|
7 лет назад |
Rolf Schmidt
|
d3a3eed7a4
Fixed issue #203 - Mailprocessing: Reply-To header are ignored.
|
8 лет назад |
Martin Edenhofer
|
5ee2c5b02a
Improved email processing for attachments without <> in Content-ID header.
|
8 лет назад |
Thorsten Eckel
|
c9b2255e4f
Initial version of LDAP user sync support.
|
8 лет назад |
Martin Edenhofer
|
eb326adebd
Fixed issue #928 - Email attachment filename in certain cases are not encoded.
|
8 лет назад |
Martin Edenhofer
|
73a258b796
Fixed issue #763 - Customer names are sometimes wrapped with quotes.
|
8 лет назад |
Martin Edenhofer
|
96bd3ef7e0
Fixed issue #795 - Unprocessable emails.
|
8 лет назад |
Martin Edenhofer
|
a67019ecb8
Improved email processing on invalid/not parseable headers.
|
8 лет назад |
Martin Edenhofer
|
6773970378
Cleanup of content-id attribute for email attachments (<> will be added by ruby mail gem automatically).
|
8 лет назад |
Martin Edenhofer
|
199bf8773a
Improved code layout.
|
8 лет назад |
Martin Edenhofer
|
e1059d4ece
Followup for issue#719 - ensure that title is set even via email creation.
|
8 лет назад |
Martin Edenhofer
|
c8e9058866
Moved default and follow up state/priority from source code into model. Related to issue #689 - OTRS import breaks a lot of assumptions in Zammad.
|
8 лет назад |
Thorsten Eckel
|
ef6fbe8f2a
Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes.
|
8 лет назад |
Martin Edenhofer
|
1fab6d8acb
Fixed issue #686 - Follow up detection not working if ticket_hook_position "none" is used.
|
8 лет назад |
Martin Edenhofer
|
3e07697954
Improved email parsing.
|
8 лет назад |
Martin Edenhofer
|
4cec7a5549
Added content validation to x-zammad mail headers and postmaster filters.
|
8 лет назад |
André Bauer
|
7a8559e678
refactored postinstall.sh
|
8 лет назад |
Martin Edenhofer
|
0afac1d28c
Added traceback for easier error handling.
|
8 лет назад |
Martin Edenhofer
|
4d42c54bf1
Fixed issue#345 - IMAP mail fetching stops working on spam mail and invalid email format. Scheduler will now keep running and store failed mail under tmp/unprocessable_mail/.
|
8 лет назад |
Martin Edenhofer
|
85872a6679
Fixed issue#348 - IMAP mail fetching stops because of broken spam email (invalid Content-Transfer-Encoding header).
|
8 лет назад |
Martin Edenhofer
|
c71b0d36d4
Updated copyright.
|
8 лет назад |
Martin Edenhofer
|
eceb9889b1
Added database locking to prevent race conditions.
|
8 лет назад |
Martin Edenhofer
|
be67419379
Squashed commit of the following:
|
8 лет назад |