Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-23 | Bug 561362: Remove the 'sendmailnow' parameter | Frédéric Buclin | 1 | -2/+0 | |
r=justdave a=LpSolit | |||||
2009-12-04 | Bug 531500: Allow the mailer_before_send hook to modify the arguments passed ↵ | mkanat%bugzilla.org | 1 | -1/+2 | |
to Email::Send Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-10-09 | Bug 514913: Eliminate ssl="authenticated sessions" | mkanat%bugzilla.org | 1 | -4/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-02-22 | Bug 467920: Remove multiple CRs in a row from the email template and make ↵ | mkanat%bugzilla.org | 1 | -1/+14 | |
sure all email lines end in CRLF. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat | |||||
2008-12-24 | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 1 | -1/+6 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat | |||||
2008-10-20 | Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sent | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-10-03 | Bug 405453: Make Bugzilla encode all outgoing email headers. | mkanat%bugzilla.org | 1 | -2/+5 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, a=mkanat | |||||
2008-09-22 | Bug 455845: Emails have no header to indicate that they are auto-generated, ↵ | lpsolit%gmail.com | 1 | -0/+4 | |
and so get auto-responses - Patch by Ralf Hildebrandt <ralf.hildebrandt@charite.de> r/a=mkanat | |||||
2008-09-16 | Bug 455430: Add an X-Bugzilla-URL header to identify what install this email ↵ | mkanat%bugzilla.org | 1 | -0/+12 | |
comes from Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | |||||
2008-08-28 | Bug 449791 â Allow flag notification emails to be threaded similar to ↵ | dkl%redhat.com | 1 | -1/+28 | |
normal bug change emails Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit | |||||
2008-04-09 | Bug 311563 â Make whining permit utf8 in whining reports. | wurblzap%gmail.com | 1 | -10/+16 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=LpSolit | |||||
2008-03-19 | Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | |||||
2008-03-14 | Bug 304005: Implement SMTP authentication support for email notifications - ↵ | lpsolit%gmail.com | 1 | -0/+2 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-01-28 | Bug 411544: Subject lines were still being improperly line-broken in emails. | mkanat%bugzilla.org | 1 | -2/+5 | |
Patch By Jeff Lawson <jlawson-mozilla@bovine.net> r=mkanat, a=mkanat | |||||
2007-12-14 | Bug 405362: Bugzilla::Mailer couldn't handle utf-8 strings in the body, ↵ | mkanat%bugzilla.org | 1 | -1/+9 | |
because encoding_set doesn't understand utf8 perl strings. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat | |||||
2007-11-27 | Bug 374424: unnecessary line breaks and excessive indentation in email ↵ | mkanat%bugzilla.org | 1 | -0/+2 | |
subject lines Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-11-26 | Bug 405350: Email is broken on tip, "can't send mail from '1' to '1'" | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2007-11-23 | Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain | mkanat%bugzilla.org | 1 | -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 | |||||
2007-08-23 | Bug 386860: [SECURITY] Insufficient escaping of From address when using ↵ | lpsolit%gmail.com | 1 | -1/+9 | |
Sendmail - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit | |||||
2007-08-02 | Bug 387860 â Subject lines in mails may contain mangled multi-byte ↵ | wurblzap%gmail.com | 1 | -0/+1 | |
characters. Patch by Ilya Slobodin <islobodin@yandex.ru>, r=Wurblzap, a=mkanat | |||||
2007-06-18 | Bug 384497: Add a parameter that enables debug mode for SMTP | mkanat%bugzilla.org | 1 | -1/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2007-06-16 | Bug 384501: If you have a port name in the urlbase, SMTP may not work | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-05-25 | Bug 304999: Emails not generating Date header for non-sendmail methods - ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
Patch by Brion Vibber <brion@pobox.com> r=glob a=mkanat | |||||
2007-02-05 | Bug 365317: Must add 'MIME-Version: 1.0' to avoid charset being possibly ignored | olav%bkor.dhs.org | 1 | -0/+3 | |
Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat a=mkanat | |||||
2006-11-03 | Bug 353711: Move to Email:: modules for email sending | mkanat%bugzilla.org | 1 | -155/+51 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk | |||||
2006-08-04 | Bug 346667: No header field "MIME-Version: 1.0" in e-mails, encoded as ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Quoted-Printable - Patch by Vance Baarda <vrb@novell.com> r=wurblzap a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -9/+14 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-30 | Bug 342121: Remove usage of Config qw(:locations) in favor of ↵ | mkanat%bugzilla.org | 1 | -2/+3 | |
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-02 | Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵ | lpsolit%gmail.com | 1 | -0/+211 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave |