-
- Downloads
There was a problem fetching the pipeline summary.
Fix References header parser for Microsoft Exchange
Microsoft Exchange would append a comma and another message id into the References header, therefore we'll need to fallback and parse the header by ourselves. Closes #26567
Showing
- lib/gitlab/email/receiver.rb 16 additions, 1 deletionlib/gitlab/email/receiver.rb
- lib/gitlab/incoming_email.rb 4 additions, 5 deletionslib/gitlab/incoming_email.rb
- spec/fixtures/emails/reply_without_subaddressing_and_key_inside_references_with_a_comma.eml 42 additions, 0 deletions..._subaddressing_and_key_inside_references_with_a_comma.eml
- spec/lib/gitlab/email/handler/create_note_handler_spec.rb 6 additions, 0 deletionsspec/lib/gitlab/email/handler/create_note_handler_spec.rb
- spec/lib/gitlab/incoming_email_spec.rb 15 additions, 0 deletionsspec/lib/gitlab/incoming_email_spec.rb
Loading
Please register or sign in to comment