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 лет назад |
Martin Edenhofer
|
14e1b5a404
Fixed wrong variable use.
|
8 лет назад |
Martin Edenhofer
|
9797dbb1d4
Fixed issue#190 - differ between ticket customer and the user who sends the email.
|
8 лет назад |
Martin Edenhofer
|
4628299d20
Introduced config.interface_handle to find out via which interface the source code got executed.
|
8 лет назад |
Martin Edenhofer
|
7e8581909e
Fixed "PG::NotNullViolation: ERROR: null value in column "content_type" violates not-null constraint" for mails with non text/* alternative content.
|
8 лет назад |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 лет назад |
Martin Edenhofer
|
77214ffcc4
Because of current exchange/iso/text plain-issues, moved to own html2text converter by strip out all tags unless (b|i|ul|ol|li|u|h1|h2|h3|hr).
|
8 лет назад |
Martin Edenhofer
|
536cc11ba1
Improved doc.
|
8 лет назад |
Martin Edenhofer
|
8900c2bb1f
Allow to set created_at and updated_at via x-header.
|
8 лет назад |
Martin Edenhofer
|
2e01ec048c
Improved error handling of unprocessable emails, store unprocessable email for bug reporting unter tmp/unprocessable_mail/.
|
8 лет назад |
Martin Edenhofer
|
7cf884c7a4
In destination group is invalid, use the oldest valid group. Also notice in admin interface in email account config about invalid groups.
|
8 лет назад |
Martin Edenhofer
|
dd5d4ca48b
Fixed db postmaster filter on follow ups.
|
8 лет назад |
Martin Edenhofer
|
9301d03b37
Only send notifications if not bulk mail has initiated.
|
8 лет назад |
Martin Edenhofer
|
2d93b435ba
Reset filters to empty for postmaster filter.
|
9 лет назад |
Martin Edenhofer
|
6d02578d61
Moved to global Observer::Transaction.commit which executes model based transitions.
|
9 лет назад |
Martin Edenhofer
|
bb1907415b
Reset UserInfo.current_user_id bevor processing of postmaster filters.
|
9 лет назад |
Martin Edenhofer
|
fb25016c8e
Save changes set by x-zammad-ticket-followup-* headers.
|
9 лет назад |
Martin Edenhofer
|
f48e742d23
Added icinga integration.
|
9 лет назад |
Martin Edenhofer
|
1fd36cfc6a
Moved postmaster filter options to config.
|
9 лет назад |
Martin Edenhofer
|
96fbc9034e
Added next_run_at attribute to jobs.
|
9 лет назад |
Martin Edenhofer
|
7f86245a4f
Improved error handling.
|
9 лет назад |
Martin Edenhofer
|
5a8ba8b1c2
Updated gems, prepared for bundle-audit.
|
9 лет назад |
Thorsten Eckel
|
00cffad79e
Added some syntactic suguar (used in rubocop cops).
|
9 лет назад |
Thorsten Eckel
|
3a401247f5
Fixed broken .casecmp rubocop replacements and disabled cop.
|
9 лет назад |
Thorsten Eckel
|
e9753e2d33
Fixed typo.
|
9 лет назад |
Thorsten Eckel
|
d7995bc6d3
Updated dependencies and applied new rubocop rules.
|
9 лет назад |
Martin Edenhofer
|
1d4e1310d1
Moved to current channel api.
|
9 лет назад |
Martin Edenhofer
|
b3aa055c0e
Check if in text/plain is content - if not, use text/html.
|
9 лет назад |
Martin Edenhofer
|
5d871673be
Added out of office detection and auto responder detection.
|
9 лет назад |
Martin Edenhofer
|
271c6f933b
Fixed rubocop.
|
9 лет назад |
Martin Edenhofer
|
ae0e90ba20
Added feature to search for followups in body, attachments and references.
|
9 лет назад |
Martin Edenhofer
|
775c4f7d06
Added bounce follow up feature (postmaster bounce emails will now issue an followup of origin ticket).
|
9 лет назад |
Thorsten Eckel
|
b6c2b6750a
Corrected with rubocop cop 'Lint/RescueException'.
|
9 лет назад |
Thorsten Eckel
|
18eaebd9b9
Corrected with rubocop cop 'Lint/ShadowingOuterLocalVariable'.
|
9 лет назад |
Thorsten Eckel
|
67c4215554
Corrected with rubocop cop 'Style/RedundantSelf'.
|
10 лет назад |
Thorsten Eckel
|
6a41d0ee18
Corrected with rubocop cop 'Rails/FindBy'.
|
10 лет назад |
Thorsten Eckel
|
8f54cf18f5
Corrected with rubocop cop 'Style/NilComparison'.
|
10 лет назад |
Thorsten Eckel
|
c282fd2b37
Corrected with rubocop cop 'Lint/UnusedBlockArgument'.
|
10 лет назад |
Thorsten Eckel
|
1ac1cf4184
Corrected with rubocop cop 'Style/Next'.
|
10 лет назад |
Thorsten Eckel
|
b3b76acc89
Corrected with rubocop cop 'Style/WordArray'.
|
10 лет назад |
Thorsten Eckel
|
650e17be7c
Corrected with rubocop cop 'Lint/StringConversionInInterpolation'.
|
10 лет назад |
Thorsten Eckel
|
a14e3fa608
Corrected with rubocop cop 'Style/ClassMethods'.
|
10 лет назад |
Martin Edenhofer
|
4365039f49
Moved to rails logger.
|
10 лет назад |
Thorsten Eckel
|
39578cea49
Corrected with rubocop cop 'Style/MultilineOperationIndentation'.
|
10 лет назад |
Thorsten Eckel
|
62b23c963e
Corrected with rubocop cop 'Style/SpaceBeforeBlockBraces'.
|
10 лет назад |
Thorsten Eckel
|
69a16ee2c5
Corrected with rubocop cop 'Style/RedundantReturn'.
|
10 лет назад |