aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Mailer.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1235395 - whine.pl broken due to a missing generate_email() routineDylan Hardison2016-01-021-1/+67
| | | | r=lpsolit,a=dylan
* Bug 714724: Correctly encode emails as quoted-printableFrédéric Buclin2015-10-231-71/+2
| | | | r=dkl a=sgreen
* Bug 1194987: Editing your email address and make it point to a non-existent ↵Frédéric Buclin2015-09-061-9/+6
| | | | | | email address makes Bugzilla stop working r=gerv a=sgreen
* Bug 1186700: Inserting data into the mail_staging table fails on PostgreSQL ↵Matt Tyson2015-07-281-2/+7
| | | | | | due to unspecified BLOB type r=gerv a=sgreen
* Bug 1095758: Fix use of uninitialized value $hostname in Mailer.pmKoosha KM2014-11-121-1/+1
| | | | r=dkl,a=glob
* Bug 1073380 - Pass the hostname and port as two separate arguments to ↵Dylan William Hardison2014-10-211-1/+3
| | | | | | Email::Sender r=dkl a=glob
* Bug 1082557: Use a persistent connection to the SMTP server for improved ↵Frédéric Buclin2014-10-161-2/+3
| | | | | | performance r=dylan a=glob
* Bug 1070640: Update (and rename) Bugzilla::Send::Sendmail to work with ↵Frédéric Buclin2014-10-011-3/+3
| | | | | | Email::Sender::Transport::Sendmail r=dylan a=justdave
* Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin2014-09-201-36/+21
| | | | r=dylan a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 448574 - Let $dbh->bz_commit_transaction send emails which are generated ↵Simon Green2014-08-101-5/+56
| | | | | | during a transaction r=dkl, a=sgreen
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-0/+2
| | | | r=glob,a=justdave
* Remove unintentional code commitsDave Lawrence2013-04-081-2/+0
|
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-081-0/+2
| | | | | | as the reporter) r=glob,r/a=LpSolit
* Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin2013-01-061-0/+6
| | | | | | loading Email::Send r=wicked a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+10
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 723944: Plain-text only emails are mangled when they contain non-ASCII ↵Frédéric Buclin2012-02-161-1/+5
| | | | | | characters r=glob a=LpSolit
* Bug 715806: Correctly handle fatal sendmail errors when queuing mailByron Jones2012-01-271-1/+3
| | | | r=dkl, a=LpSolit
* Backing out Bug 714724Byron Jones2012-01-251-10/+19
|
* Bug 714724: encode emails as 8bit instead of quoted-printableByron Jones2012-01-251-19/+10
| | | | r=mkanat, a=mkanat
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-30/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 696005: Fix encoding of emails after extensions have hooked the email, ↵Byron Jones2011-11-301-19/+19
| | | | | | not before r=dkl, a=mkanat
* Revert unintended change in Bugzilla/Mailer.pmDavid Lawrence2011-10-241-2/+0
|
* Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence2011-10-241-0/+2
| | | | r/a=mkanat
* Bug 466419: Add SSL support for SMTPFrédéric Buclin2011-08-161-0/+1
| | | | r/a=mkanat
* Bug 600230 - Add a unique Message-ID to all outgoing e-mails.Reed Loden2010-10-241-1/+3
| | | | [r=LpSolit a=LpSolit]
* Bug 516457: Bump the Email::MIME requirement to avoid a memory leak thatMax Kanat-Alexander2010-09-071-2/+0
| | | | | jobqueue.pl was hitting. r=LpSolit, a=LpSolit
* Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden2010-07-071-1/+1
| | | | | | equal to the delta_ts of the bug. This makes emails have the right Date even when they are sent much later by jobqueue.pl. r=mkanat, a=mkanat
* Bug 561362: Remove the 'sendmailnow' parameterFrédéric Buclin2010-04-231-2/+0
| | | | r=justdave a=LpSolit
* Bug 531500: Allow the mailer_before_send hook to modify the arguments passed ↵mkanat%bugzilla.org2009-12-041-1/+2
| | | | | | to Email::Send Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-1/+1
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-4/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 467920: Remove multiple CRs in a row from the email template and make ↵mkanat%bugzilla.org2009-02-221-1/+14
| | | | | | sure all email lines end in CRLF. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-1/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
* Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sentmkanat%bugzilla.org2008-10-201-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 405453: Make Bugzilla encode all outgoing email headers.mkanat%bugzilla.org2008-10-031-2/+5
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, a=mkanat
* Bug 455845: Emails have no header to indicate that they are auto-generated, ↵lpsolit%gmail.com2008-09-221-0/+4
| | | | and so get auto-responses - Patch by Ralf Hildebrandt <ralf.hildebrandt@charite.de> r/a=mkanat
* Bug 455430: Add an X-Bugzilla-URL header to identify what install this email ↵mkanat%bugzilla.org2008-09-161-0/+12
| | | | | | comes from Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 449791 – Allow flag notification emails to be threaded similar to ↵dkl%redhat.com2008-08-281-1/+28
| | | | | | normal bug change emails Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
* Bug 311563 – Make whining permit utf8 in whining reports.wurblzap%gmail.com2008-04-091-10/+16
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=LpSolit
* Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ↵lpsolit%gmail.com2008-03-191-1/+2
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com2008-03-141-0/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 411544: Subject lines were still being improperly line-broken in emails.mkanat%bugzilla.org2008-01-281-2/+5
| | | | Patch By Jeff Lawson <jlawson-mozilla@bovine.net> r=mkanat, a=mkanat
* Bug 405362: Bugzilla::Mailer couldn't handle utf-8 strings in the body, ↵mkanat%bugzilla.org2007-12-141-1/+9
| | | | | | because encoding_set doesn't understand utf8 perl strings. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
* Bug 374424: unnecessary line breaks and excessive indentation in email ↵mkanat%bugzilla.org2007-11-271-0/+2
| | | | | | subject lines Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 405350: Email is broken on tip, "can't send mail from '1' to '1'"mkanat%bugzilla.org2007-11-261-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-1/+3
| | | | | | non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
* Bug 386860: [SECURITY] Insufficient escaping of From address when using ↵lpsolit%gmail.com2007-08-231-1/+9
| | | | Sendmail - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit