aboutsummaryrefslogtreecommitdiffstats
path: root/email_in.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-221-20/+0
| | | | | or the WebService Bug.create method. r=LpSolit, a=LpSolit
* Bug 546867: Prevent email_in.pl from throwing a cryptic error on receivingMax Kanat-Alexander2010-02-201-0/+1
| | | | | an invalid email r=LpSolit, a=LpSolit
* Bug 494403: "Default" groups don't get set on bug creation using email_in.plFrédéric Buclin2010-02-171-1/+22
| | | | r/a=mkanat
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-0/+11
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 381912:Add the ability to add attachments by email using email_in.plmkanat%bugzilla.org2009-12-121-5/+66
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs ↵mkanat%bugzilla.org2009-12-101-60/+32
| | | | | | instead of requiring post_bug.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 518404: Make email_in.pl run in taint modemkanat%bugzilla.org2009-11-021-3/+7
| | | | Patch by Vitaliy Filippov <vitalif@yourcmc.ru> r=mkanat, a=mkanat
* Bug 418672: Make email_in.pl chdir to the abs_path to avoid working from ↵mkanat%bugzilla.org2009-04-281-4/+3
| | | | | | /etc/smrsh with Sendmail Patch by Marques Johansson <bugzilla@displague.com> r=mkanat, a=mkanat
* Bug 487904 Allow email_in.pl to accept replies with localized or modified ↵mkanat%bugzilla.org2009-04-171-1/+1
| | | | | | "Bug" in the header. Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat
* Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov ↵lpsolit%gmail.com2009-04-051-1/+1
| | | | <dottedmag@altlinux.org> r/a=mkanat
* Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ↵mkanat%bugzilla.org2009-02-261-1/+1
| | | | | | CRLF (which is the actual RFC standard email line ending). Patch by Eric Olson <Eric.Olson@adm.com> r=mkanat, a=mkanat
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com2009-02-021-0/+2
| | | | bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 444185: Make email_in.pl send errors with From as "mailfrom".mkanat%bugzilla.org2008-07-121-1/+3
| | | | Patch By Vincent Castellano <surye80@gmail.com> r=mkanat, a=mkanat
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-3/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch ↵lpsolit%gmail.com2008-05-141-1/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter ↵lpsolit%gmail.com2008-05-051-0/+10
| | | | instead of only checking the "From" header - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 422258: Let @cc be used to add new users to the CC list when editing ↵lpsolit%gmail.com2008-05-021-3/+7
| | | | bugs, for consistency with creating bugs which already uses @cc - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by ↵lpsolit%gmail.com2008-05-021-6/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 92274: email_in.pl using the From address doesn't work with emailsuffix ↵lpsolit%gmail.com2008-03-251-0/+5
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com2008-02-121-56/+0
| | | | required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by ↵lpsolit%gmail.com2008-01-261-1/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 391669: Modifying a bug via email_in.pl fails because there are many ↵lpsolit%gmail.com2008-01-241-11/+6
| | | | fields that process_bug.cgi requires but aren't provided to it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 383850: email_in.pl documentation does not contain all required fields ↵lpsolit%gmail.com2007-12-061-3/+18
| | | | for new bug creation - Patch by fedor ezeev <fe@alterplast.ru> r/a=mkanat
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-3/+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
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 369835: email_in.pl should convert character encoding to utf8mkanat%bugzilla.org2007-09-241-0/+9
| | | | Patch By Fedor Ezeev <fe@alterplast.ru> r=mkanat, a=mkanat
* Bug 395727: email_in.pl has not ability to add attachments by email, as ↵lpsolit%gmail.com2007-09-151-6/+3
| | | | documentation says - Patch by fedor ezeev <fe@alterplast.ru> r=Colin r=mkanat a=mkanat
* Bug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when ↵mkanat%bugzilla.org2007-08-131-0/+4
| | | | | | PatchReader not installed because it was calling die_handler for eval {} blocks. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=vladd, a=LpSolit
* Bug 362996: email_in.pl throws warnings of uninitialized values when no ↵lpsolit%gmail.com2007-01-061-2/+2
| | | | content-type is given - Patch by Bill Barry <after.fallout@gmail.com> r=mkanat a=myk
* Bug 365229: email_in.pl modifies bug permissions without user entering fieldsmkanat%bugzilla.org2007-01-041-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 365696: Posting a new bug via email_in.pl fails due to typo in default ↵lpsolit%gmail.com2007-01-031-4/+4
| | | | platform and severity - Patch by Albert Ting <altlst@sonic.net> r=mkanat a=myk
* Bug 353994: [email_in] Make the email interface able to update (process) bugsmkanat%bugzilla.org2006-10-171-1/+106
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
* Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org2006-10-171-0/+423
Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk