aboutsummaryrefslogtreecommitdiffstats
path: root/email_in.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 381912:Add the ability to add attachments by email using email_in.plmkanat%bugzilla.org2009-12-121-5/+66
* Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead...mkanat%bugzilla.org2009-12-101-60/+32
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-1/+1
* Bug 518404: Make email_in.pl run in taint modemkanat%bugzilla.org2009-11-021-3/+7
* Bug 418672: Make email_in.pl chdir to the abs_path to avoid working from /etc...mkanat%bugzilla.org2009-04-281-4/+3
* Bug 487904 Allow email_in.pl to accept replies with localized or modified "Bu...mkanat%bugzilla.org2009-04-171-1/+1
* Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov <do...lpsolit%gmail.com2009-04-051-1/+1
* Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ...mkanat%bugzilla.org2009-02-261-1/+1
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com2009-02-021-0/+2
* Bug 444185: Make email_in.pl send errors with From as "mailfrom".mkanat%bugzilla.org2008-07-121-1/+3
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-3/+2
* Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch by...lpsolit%gmail.com2008-05-141-1/+3
* Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter inst...lpsolit%gmail.com2008-05-051-0/+10
* Bug 422258: Let @cc be used to add new users to the CC list when editing bugs...lpsolit%gmail.com2008-05-021-3/+7
* Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Fré...lpsolit%gmail.com2008-05-021-6/+0
* Bug 92274: email_in.pl using the From address doesn't work with emailsuffix -...lpsolit%gmail.com2008-03-251-0/+5
* Bug 384009: Global fields (priority, severity, OS, and platform) are required...lpsolit%gmail.com2008-02-121-56/+0
* Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by Fré...lpsolit%gmail.com2008-01-261-1/+2
* Bug 391669: Modifying a bug via email_in.pl fails because there are many fiel...lpsolit%gmail.com2008-01-241-11/+6
* Bug 383850: email_in.pl documentation does not contain all required fields fo...lpsolit%gmail.com2007-12-061-3/+18
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-3/+3
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-0/+2
* Bug 369835: email_in.pl should convert character encoding to utf8mkanat%bugzilla.org2007-09-241-0/+9
* Bug 395727: email_in.pl has not ability to add attachments by email, as docum...lpsolit%gmail.com2007-09-151-6/+3
* Bug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when Pat...mkanat%bugzilla.org2007-08-131-0/+4
* Bug 362996: email_in.pl throws warnings of uninitialized values when no conte...lpsolit%gmail.com2007-01-061-2/+2
* Bug 365229: email_in.pl modifies bug permissions without user entering fieldsmkanat%bugzilla.org2007-01-041-0/+2
* Bug 365696: Posting a new bug via email_in.pl fails due to typo in default pl...lpsolit%gmail.com2007-01-031-4/+4
* Bug 353994: [email_in] Make the email interface able to update (process) bugsmkanat%bugzilla.org2006-10-171-1/+106
* Bug 350921: [email_in] Create an email interface that can create a bug in Bug...mkanat%bugzilla.org2006-10-171-0/+423