aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Mailer.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 387860 – Subject lines in mails may contain mangled multi-byte ↵wurblzap%gmail.com2007-08-021-0/+1
| | | | | | | characters. Patch by Ilya Slobodin <islobodin@yandex.ru>, r=Wurblzap, a=mkanat
* Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org2007-06-171-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 384501: If you have a port name in the urlbase, SMTP may not workmkanat%bugzilla.org2007-06-161-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 304999: Emails not generating Date header for non-sendmail methods - ↵lpsolit%gmail.com2007-05-251-0/+7
| | | | Patch by Brion Vibber <brion@pobox.com> r=glob a=mkanat
* Bug 365317: Must add 'MIME-Version: 1.0' to avoid charset being possibly ignoredolav%bkor.dhs.org2007-02-041-0/+3
| | | | Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat a=mkanat
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-155/+51
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 346667: No header field "MIME-Version: 1.0" in e-mails, encoded as ↵lpsolit%gmail.com2006-08-041-0/+1
| | | | Quoted-Printable - Patch by Vance Baarda <vrb@novell.com> r=wurblzap a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-9/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org2006-06-291-2/+3
| | | | | | Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵lpsolit%gmail.com2006-06-021-0/+211
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave