aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 100089: Templatise "passwordmail" emailmozilla%colinogilvie.co.uk2006-02-221-5/+9
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com>; r=lpsolit; a=justdave
* Patch for bug 137261: Add X-Bugzilla-Who: an email header specifying the ↵jocuri%softhome.net2006-02-221-0/+4
| | | | bugzilla account that made these changes; patch by Albert Ting <altlst@sonic.net>, r=LpSolit, a=justdave.
* Bug 320529: BugMail.pm crashes when checking email prefs of a deleted user - ↵lpsolit%gmail.com2006-01-081-1/+3
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 304885: UTF-8 encoding mangles multipart messages, breaks whine emails - ↵karl%kornel.name2005-12-241-23/+43
| | | | Patch by A. Karl Kornel <karl@kornel.name> r=glob a=justdave
* Bug 94293: Sendmail "from" header can not be configured in one config file, ↵bugzilla%glob.com.au2005-12-231-1/+15
| | | | | | From header broken in SMTP Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com> r=glob,a=justdave
* Bug 305968: [PostgreSQL] Comparison between TIMESTAMP and TIMESTAMP(0) ↵lpsolit%gmail.com2005-12-191-1/+1
| | | | prevents bugmail delivery - Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=justdave
* Bug 318842: Bugs with "New:" in the header have an extra space before "New:" ↵lpsolit%gmail.com2005-12-081-1/+1
| | | | - Patch by Adam Guthrie <ispiked@gmail.com> r=myk a=justdave
* Bug 319055: Mail::Mailer truncates messages at a line with a period when ↵lpsolit%gmail.com2005-12-061-0/+3
| | | | using sendmail - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 314544: Bugzilla/BugMail.pm should not 'use Bugzilla::DB' - Patch by ↵lpsolit%gmail.com2005-11-031-1/+0
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bugzilla Bug 306207: sendmail support under Windows bypasses message encodingwurblzap%gmail.com2005-11-031-11/+13
| | | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap, a=myk
* Bug 282132: BugMail.pm: Eliminate deprecated Bugzilla::DB routines - Patch ↵lpsolit%gmail.com2005-10-311-70/+76
| | | | by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wicked a=justdave
* Bug 313661: New bug bugmail omits initial CC list - Patch by Olav Vitters ↵lpsolit%gmail.com2005-10-261-2/+16
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to ↵lpsolit%gmail.com2005-10-151-0/+2
| | | | email notifications - Patch by Mark Loeser <halcy0n@gentoo.org> r=LpSolit a=justdave
* Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by ↵lpsolit%gmail.com2005-08-301-1/+52
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron ↵lpsolit%gmail.com2005-08-251-2/+2
| | | | <cedric.caron@urbanet.ch> r=glob a=justdave
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵lpsolit%gmail.com2005-08-161-28/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org2005-08-151-1/+0
| | | | | | | files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones ↵lpsolit%gmail.com2005-08-131-0/+8
| | | | (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch ↵lpsolit%gmail.com2005-08-131-4/+7
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-8/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-8/+8
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-8/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com2005-08-041-4/+95
| | | | installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Bug 282632: Eliminate AUTOLOAD section from BugMail.pmmkanat%kerio.com2005-07-191-28/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an ↵lpsolit%gmail.com2005-07-111-0/+11
| | | | unused variable) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin ↵lpsolit%gmail.com2005-04-051-1/+3
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-465/+196
| | | | email internals. Patch by gerv; r=jake, a=justdave.
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-9/+6
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)travis%sedsystems.ca2005-03-101-5/+5
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=Jake a=myk
* Bug 178370 : global param for whether or not to send mailtravis%sedsystems.ca2005-03-011-4/+1
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
* Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com2005-02-251-5/+3
| | | | Patch By Frederic Buclin <LpSolit@gmail.com> r=wurblzap, a=myk
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap, a=myk
* Bug 281733: testfile mail transport cannot write to testfilemkanat%kerio.com2005-02-171-1/+4
| | | | Patch By Frédéric Buclin <LpSolit@gmail.com> r=joe a=myk
* Bug 281599: Remove RelationSet from Bugzilla::BugMailmkanat%kerio.com2005-02-171-5/+7
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-2/+1
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Bug 280973 : BugMail includes the headers in the email bodytravis%sedsystems.ca2005-02-091-1/+1
| | | | Patch by Albert Ting <altlst@sonic.net> r=glob a=justdave
* Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca2005-02-041-0/+26
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)travis%sedsystems.ca2005-02-041-1/+1
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=vladd a=justdave
* Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca2005-02-021-12/+19
| | | | Patch by Andrei Benea <abenea@gmail.com> r=vladd a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-1/+2
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-2/+1
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 31314 : Support for "In-Reply-To" header in emailstravis%sedsystems.ca2005-01-241-0/+12
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=jake a=myk
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-3/+10
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max ↵jocuri%softhome.net2005-01-161-3/+3
| | | | K-A <mkanat@kerio.com>, r=wurblzap, a=myk.
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-13/+1
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; ↵gerv%gerv.net2005-01-011-6/+15
| | | | r=gerv,vladd; a=justdave.
* Patch for bug 175222: Add product and component fields to change mails; ↵jocuri%softhome.net2004-12-051-0/+2
| | | | patch by Sergei Chechetkin <csl@sunbay.com>, r=wurblzap, a=justdave.
* [SECURITY] Bug 250605: Changes to the metadata (filename, description, mime ↵justdave%bugzilla.org2004-10-251-0/+10
| | | | | | | type, review flags) on attachments which were flagged as private get displayed to users who are not members of the group allowed to see private attachments when receiving bug change notification mails. This only affects sites that use the 'insidergroup' feature. Patch by Joel Peshkin <bugreport@peshkin.net> r=kiko,justdave, a=justdave
* Whitespace-only fix to indentation in BugMail.pm, bear with me.kiko%async.com.br2004-08-311-3/+3
|