Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-27Show header and footer system messages in emailAlexandru Croitor
* Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
2018-08-16Enable frozen in app/mailers/**/*.rbgfyoung
2016-01-30Generate valid Message-ID in email rejection mailerWarren Guy
Use a Message-ID that is RFC 2111 compliant. This fix is consistent with how the Message-ID is generated in the 'notify' mailer.
2015-08-24Ignore empty incoming messages.Douwe Maan
2015-08-19Add BaseMailer to house shared mailer functionality.Douwe Maan
2015-08-19Send a rejection email when the incoming email couldn't be processed.Douwe Maan