История коммитов

Автор SHA1 Сообщение Дата
  Martin Edenhofer 64c6d706c6 Fixed issue #2200 - Unable to process email `EncodingError: could not find a valid input encoding`. Needed to downgrade mail gem because of parsing issues of valid mime issues. 6 лет назад
  Ryan Lue 88938024cd Adjust Channel::EmailParser#parse to try charset supplied in header (fixes #2167) 6 лет назад
  Martin Edenhofer ef179bf67b Improved email processing and cleaning up firstname/lastname detection. 6 лет назад
  Martin Edenhofer 3b107f0a31 Fixes issue #2087 - No mime_type on nil message (no message body) / email will not be processed. 6 лет назад
  Ryan Lue 2da68fa177 Add minimal test for existing followup search feature 6 лет назад
  Muhammad Nuzaihan 9f559276e4 improve email filters by adding a tag option - closes #1991 6 лет назад
  Ryan Lue c17a29cd0f Refactor Channel::EmailParser#parse method 6 лет назад
  Ryan Lue 8951d3f1bd Refactor email parser test &c. 6 лет назад
  Ryan Lue dfebe8d767 Relocate test data files from test/fixtures to test/data 6 лет назад
  Ryan Lue 13ef5d4246 Rewrite Encode::conv as String#utf8_encode 6 лет назад
  Ryan Lue e7caca5854 Update mail gem 6 лет назад
  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 лет назад