summaryrefslogtreecommitdiff
path: root/lib/gitlab/email/reply_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-3/+19
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-3/+9
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-7/+7
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
* Enable even more frozen string in lib/gitlabgfyoung2018-11-061-0/+2
* skip email trim when email is creating new issueCameron Crockett2018-05-221-2/+5
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* fix guard stylebugfix/outlook-language-parsinghttp://jneen.net/2016-12-221-1/+3
* Be more certain in the commenthttp://jneen.net/2016-12-211-2/+3
* Revert "allow empty-quotes"http://jneen.net/2016-12-211-0/+4
* remove comment attributionhttp://jneen.net/2016-12-211-1/+1
* allow empty-quoteshttp://jneen.net/2016-12-211-4/+0
* protect against EmailReplyTrimmer returning nilhttp://jneen.net/2016-12-211-1/+1
* remove trailing whitespace from email bodieshttp://jneen.net/2016-12-211-0/+3
* switch to email_reply_trimmer from discoursehttp://jneen.net/2016-12-211-26/+4
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* fix indentation for rubocophttp://jneen.net/2016-11-171-3/+3
* rename `part` variable and guard against nil content_typehttp://jneen.net/2016-11-171-7/+5
* add parsing support for incoming html emailhttp://jneen.net/2016-11-171-5/+14
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
* No HTML-only email pleaseDouwe Maan2015-08-211-18/+6
* Fix indentationDouwe Maan2015-08-201-2/+2
* Extract ReplyParser and AttachmentUploader from Receiver.Douwe Maan2015-08-201-0/+91