summaryrefslogtreecommitdiff
path: root/lib/gitlab/email/reply_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* 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