summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Mailer.pm
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2015-09-06Bug 1194987: Editing your email address and make it point to a non-existent e...Frédéric Buclin1-9/+6
2015-08-31Bug 714724 - correctly encode emails as quoted-printableByron Jones1-83/+23
2015-07-28Bug 1186700: Inserting data into the mail_staging table fails on PostgreSQL d...Matt Tyson1-1/+4
2015-05-23The utf8 parameter no longer exists, see bug 1105568Frédéric Buclin1-1/+1
2015-05-19Bug 1161068 - Write mailer.testfile as UTF-8. r,a=globGervase Markham1-1/+1
2015-03-19Bug 1105568: Add support for HTML flagmailEd Morley1-1/+63
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 par...Frédéric Buclin1-12/+8
2014-11-12Bug 1095758: Fix use of uninitialized value $hostname in Mailer.pmKoosha KM1-1/+1
2014-10-31Bug 1062739: add the ability for administrators to limit the number of emails...Byron Jones1-2/+51
2014-10-21Bug 1073380 - Pass the hostname and port as two separate arguments to Email::...Dylan William Hardison1-1/+3
2014-10-16Bug 1082557: Use a persistent connection to the SMTP server for improved perf...Frédéric Buclin1-2/+3
2014-10-01Bug 1070640: Update (and rename) Bugzilla::Send::Sendmail to work with Email:...Frédéric Buclin1-3/+3
2014-09-20Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin1-36/+21
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-08-10Bug 448574 - Let $dbh->bz_commit_transaction send emails which are generated ...Simon Green1-5/+56
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-0/+2
2013-04-08Remove unintentional code commitsDave Lawrence1-2/+0
2013-04-08Bug 148564 - Ability to ignore specific bugs (not get email from them, even a...Dave Lawrence1-0/+2
2013-01-06Bug 826678: Disable warnings about the deprecated Return::Value module when l...Frédéric Buclin1-0/+6
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+10
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-02-16Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ch...Frédéric Buclin1-1/+5
2012-01-27Bug 715806: Correctly handle fatal sendmail errors when queuing mailByron Jones1-1/+3
2012-01-25Backing out Bug 714724Byron Jones1-10/+19
2012-01-25Bug 714724: encode emails as 8bit instead of quoted-printableByron Jones1-19/+10
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-30/+5
2011-11-30Bug 696005: Fix encoding of emails after extensions have hooked the email, no...Byron Jones1-19/+19
2011-10-25Revert unintended change in Bugzilla/Mailer.pmDavid Lawrence1-2/+0
2011-10-24Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence1-0/+2
2011-08-16Bug 466419: Add SSL support for SMTPFrédéric Buclin1-0/+1
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