aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Mailer.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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