summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Mailer.pm
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Bug 1448681 - Bugmail Message-ID header format changed without changing In-Re...byron jones1-5/+4
2018-03-12Bug 1437238 - Create override parameters for mailer configurationDylan William Hardison1-4/+4
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison1-6/+3
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-5/+5
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-31/+8
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...Dylan William Hardison1-8/+31
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-31/+8
2015-11-18Bug 1225844 - remove the CRLF Email::MIME workaround when >= 1.911 is installedPhilippe M. Chiasson1-2/+6
2014-11-04Bug 1092037: backport bug 1062739 to bmo (add the ability for administrators ...Byron Jones1-0/+49
2013-02-20Update and enable LimitedEmail extensionByron Jones1-0/+3
2013-01-07merged with bugzilla/4.2Dave Lawrence1-0/+6
2013-01-06Bug 826678: Disable warnings about the deprecated Return::Value module when l...Frédéric Buclin1-0/+6
2012-08-30Add x-generated-by header to bugmailByron Jones1-0/+7
2012-02-17merged with bugzilla/4.2Dave Lawrence1-1/+5
2012-02-16Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ch...Frédéric Buclin1-1/+5
2012-01-11Bug 715806: deal with theschwartz sendmail errors correctlyByron Jones1-1/+3
2011-11-30Bug 696005: Fix encoding of emails when modified by extensionsByron Jones1-19/+19
2010-10-25Bug 600230 - Add a unique Message-ID to all outgoing e-mails.Reed Loden1-1/+3
2010-09-08Bug 516457: Bump the Email::MIME requirement to avoid a memory leak thatMax Kanat-Alexander1-2/+0
2010-07-08Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden1-1/+1
2010-04-23Bug 561362: Remove the 'sendmailnow' parameterFrédéric Buclin1-2/+0
2009-12-04Bug 531500: Allow the mailer_before_send hook to modify the arguments passed ...mkanat%bugzilla.org1-1/+2
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-1/+1
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-4/+1
2009-02-22Bug 467920: Remove multiple CRs in a row from the email template and make sur...mkanat%bugzilla.org1-1/+14
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-1/+6
2008-10-20Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sentmkanat%bugzilla.org1-0/+3
2008-10-03Bug 405453: Make Bugzilla encode all outgoing email headers.mkanat%bugzilla.org1-2/+5
2008-09-22Bug 455845: Emails have no header to indicate that they are auto-generated, a...lpsolit%gmail.com1-0/+4
2008-09-16Bug 455430: Add an X-Bugzilla-URL header to identify what install this email ...mkanat%bugzilla.org1-0/+12
2008-08-28Bug 449791 – Allow flag notification emails to be threaded similar to no...dkl%redhat.com1-1/+28
2008-04-09Bug 311563 – Make whining permit utf8 in whining reports.wurblzap%gmail.com1-10/+16
2008-03-19Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ...lpsolit%gmail.com1-1/+2
2008-03-14Bug 304005: Implement SMTP authentication support for email notifications - P...lpsolit%gmail.com1-0/+2
2008-01-28Bug 411544: Subject lines were still being improperly line-broken in emails.mkanat%bugzilla.org1-2/+5
2007-12-14Bug 405362: Bugzilla::Mailer couldn't handle utf-8 strings in the body, becau...mkanat%bugzilla.org1-1/+9
2007-11-27Bug 374424: unnecessary line breaks and excessive indentation in email subjec...mkanat%bugzilla.org1-0/+2
2007-11-26Bug 405350: Email is broken on tip, "can't send mail from '1' to '1'"mkanat%bugzilla.org1-1/+1
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-1/+3
2007-08-23Bug 386860: [SECURITY] Insufficient escaping of From address when using Sendm...lpsolit%gmail.com1-1/+9
2007-08-02Bug 387860 – Subject lines in mails may contain mangled multi-byte chara...wurblzap%gmail.com1-0/+1
2007-06-18Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org1-1/+2
2007-06-16Bug 384501: If you have a port name in the urlbase, SMTP may not workmkanat%bugzilla.org1-1/+1
2007-05-25Bug 304999: Emails not generating Date header for non-sendmail methods - Patc...lpsolit%gmail.com1-0/+7
2007-02-05Bug 365317: Must add 'MIME-Version: 1.0' to avoid charset being possibly ignoredolav%bkor.dhs.org1-0/+3
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-155/+51
2006-08-04Bug 346667: No header field "MIME-Version: 1.0" in e-mails, encoded as Quoted...lpsolit%gmail.com1-0/+1
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-9/+14
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org1-2/+3