aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 314544: Bugzilla/BugMail.pm should not 'use Bugzilla::DB' - Patch by Olav...lpsolit%gmail.com2005-11-031-1/+0
* Bugzilla Bug 306207: sendmail support under Windows bypasses message encodingwurblzap%gmail.com2005-11-031-11/+13
* Bug 282132: BugMail.pm: Eliminate deprecated Bugzilla::DB routines - Patch by...lpsolit%gmail.com2005-10-311-70/+76
* Bug 313661: New bug bugmail omits initial CC list - Patch by Olav Vitters <bu...lpsolit%gmail.com2005-10-261-2/+16
* Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to em...lpsolit%gmail.com2005-10-151-0/+2
* Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by Fré...lpsolit%gmail.com2005-08-301-1/+52
* Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron <ced...lpsolit%gmail.com2005-08-251-2/+2
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patc...lpsolit%gmail.com2005-08-161-28/+2
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org2005-08-151-1/+0
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones (gl...lpsolit%gmail.com2005-08-131-0/+8
* Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch by...lpsolit%gmail.com2005-08-131-4/+7
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-8/+8
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-8/+8
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-8/+8
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ...lpsolit%gmail.com2005-08-041-4/+95
* Bug 282632: Eliminate AUTOLOAD section from BugMail.pmmkanat%kerio.com2005-07-191-28/+20
* Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an un...lpsolit%gmail.com2005-07-111-0/+11
* Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin <...lpsolit%gmail.com2005-04-051-1/+3
* Bug 73665 - migrate email preferences to their own table, and rearchitect ema...gerv%gerv.net2005-03-301-465/+196
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-9/+6
* Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)travis%sedsystems.ca2005-03-101-5/+5
* Bug 178370 : global param for whether or not to send mailtravis%sedsystems.ca2005-03-011-4/+1
* Bug 282748: uninitialized value in localtime in Format.pmmkanat%kerio.com2005-02-251-5/+3
* Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com2005-02-251-1/+1
* Bug 281733: testfile mail transport cannot write to testfilemkanat%kerio.com2005-02-171-1/+4
* Bug 281599: Remove RelationSet from Bugzilla::BugMailmkanat%kerio.com2005-02-171-5/+7
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-2/+1
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-1/+1
* Bug 280973 : BugMail includes the headers in the email bodytravis%sedsystems.ca2005-02-091-1/+1
* Bug 277623 : Move PerformSubsts() out of globals.pltravis%sedsystems.ca2005-02-041-0/+26
* Bug 280775 : Bug 277437 reversed the meaning of param(sendmailnow)travis%sedsystems.ca2005-02-041-1/+1
* Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca2005-02-021-12/+19
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-1/+2
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-2/+1
* Bug 31314 : Support for "In-Reply-To" header in emailstravis%sedsystems.ca2005-01-241-0/+12
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-3/+10
* Patch for bug 277618: Move FormatTimeUnit() out of globals.pl; patch by Max K...jocuri%softhome.net2005-01-161-3/+3
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-13/+1
* Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r...gerv%gerv.net2005-01-011-6/+15
* Patch for bug 175222: Add product and component fields to change mails; patch...jocuri%softhome.net2004-12-051-0/+2
* [SECURITY] Bug 250605: Changes to the metadata (filename, description, mime t...justdave%bugzilla.org2004-10-251-0/+10
* Whitespace-only fix to indentation in BugMail.pm, bear with me.kiko%async.com.br2004-08-311-3/+3
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-041-2/+2
* Bug 227172: Deal with race condition between a user being removed from the CC...justdave%bugzilla.org2004-05-261-0/+3
* Remove stray resid from BugMail.pm. r,a=justdavejouni%heikniemi.net2004-05-251-2/+0
* Patch for bug 179351: improve variable scoping issues in order to fix a bug c...jocuri%softhome.net2004-03-201-4/+3
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-2/+2
* Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzil...myk%mozilla.org2004-01-261-0/+1
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-1/+3
* Bug 216019 Change various sentences in BugMail.pmtimeless%mozdev.org2003-08-151-15/+15