aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Mailer.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-1/+6
* Bug 460590: Add a hook in Bugzilla::Mailer right before mail is sentmkanat%bugzilla.org2008-10-201-0/+3
* Bug 405453: Make Bugzilla encode all outgoing email headers.mkanat%bugzilla.org2008-10-031-2/+5
* Bug 455845: Emails have no header to indicate that they are auto-generated, a...lpsolit%gmail.com2008-09-221-0/+4
* Bug 455430: Add an X-Bugzilla-URL header to identify what install this email ...mkanat%bugzilla.org2008-09-161-0/+12
* Bug 449791 – Allow flag notification emails to be threaded similar to no...dkl%redhat.com2008-08-281-1/+28
* Bug 311563 – Make whining permit utf8 in whining reports.wurblzap%gmail.com2008-04-091-10/+16
* Bug 423733: mail_delivery_method = 'Test' doesn't generate a valid mbox file ...lpsolit%gmail.com2008-03-191-1/+2
* Bug 304005: Implement SMTP authentication support for email notifications - P...lpsolit%gmail.com2008-03-141-0/+2
* Bug 411544: Subject lines were still being improperly line-broken in emails.mkanat%bugzilla.org2008-01-281-2/+5
* Bug 405362: Bugzilla::Mailer couldn't handle utf-8 strings in the body, becau...mkanat%bugzilla.org2007-12-141-1/+9
* Bug 374424: unnecessary line breaks and excessive indentation in email subjec...mkanat%bugzilla.org2007-11-271-0/+2
* Bug 405350: Email is broken on tip, "can't send mail from '1' to '1'"mkanat%bugzilla.org2007-11-261-1/+1
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-1/+3
* Bug 386860: [SECURITY] Insufficient escaping of From address when using Sendm...lpsolit%gmail.com2007-08-231-1/+9
* Bug 387860 – Subject lines in mails may contain mangled multi-byte chara...wurblzap%gmail.com2007-08-021-0/+1
* Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org2007-06-171-1/+2
* Bug 384501: If you have a port name in the urlbase, SMTP may not workmkanat%bugzilla.org2007-06-161-1/+1
* Bug 304999: Emails not generating Date header for non-sendmail methods - Patc...lpsolit%gmail.com2007-05-251-0/+7
* Bug 365317: Must add 'MIME-Version: 1.0' to avoid charset being possibly ignoredolav%bkor.dhs.org2007-02-041-0/+3
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-155/+51
* Bug 346667: No header field "MIME-Version: 1.0" in e-mails, encoded as Quoted...lpsolit%gmail.com2006-08-041-0/+1
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-9/+14
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-2/+3
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com2006-06-021-0/+211