summaryrefslogtreecommitdiffstats
path: root/email_in.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-02-26Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ↵mkanat%bugzilla.org1-1/+1
CRLF (which is the actual RFC standard email line ending). Patch by Eric Olson <Eric.Olson@adm.com> r=mkanat, a=mkanat
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com1-0/+2
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-07-12Bug 444185: Make email_in.pl send errors with From as "mailfrom".mkanat%bugzilla.org1-1/+3
Patch By Vincent Castellano <surye80@gmail.com> r=mkanat, a=mkanat
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-3/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-05-14Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch ↵lpsolit%gmail.com1-1/+3
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-05-05Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter ↵lpsolit%gmail.com1-0/+10
instead of only checking the "From" header - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-05-02Bug 422258: Let @cc be used to add new users to the CC list when editing ↵lpsolit%gmail.com1-3/+7
bugs, for consistency with creating bugs which already uses @cc - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-05-02Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by ↵lpsolit%gmail.com1-6/+0
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-03-25Bug 92274: email_in.pl using the From address doesn't work with emailsuffix ↵lpsolit%gmail.com1-0/+5
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-12Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com1-56/+0
required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-26Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by ↵lpsolit%gmail.com1-1/+2
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-24Bug 391669: Modifying a bug via email_in.pl fails because there are many ↵lpsolit%gmail.com1-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
2007-12-06Bug 383850: email_in.pl documentation does not contain all required fields ↵lpsolit%gmail.com1-3/+18
for new bug creation - Patch by fedor ezeev <fe@alterplast.ru> r/a=mkanat
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-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
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-09-24Bug 369835: email_in.pl should convert character encoding to utf8mkanat%bugzilla.org1-0/+9
Patch By Fedor Ezeev <fe@alterplast.ru> r=mkanat, a=mkanat
2007-09-15Bug 395727: email_in.pl has not ability to add attachments by email, as ↵lpsolit%gmail.com1-6/+3
documentation says - Patch by fedor ezeev <fe@alterplast.ru> r=Colin r=mkanat a=mkanat
2007-08-13Bug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when ↵mkanat%bugzilla.org1-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
2007-01-06Bug 362996: email_in.pl throws warnings of uninitialized values when no ↵lpsolit%gmail.com1-2/+2
content-type is given - Patch by Bill Barry <after.fallout@gmail.com> r=mkanat a=myk
2007-01-04Bug 365229: email_in.pl modifies bug permissions without user entering fieldsmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2007-01-03Bug 365696: Posting a new bug via email_in.pl fails due to typo in default ↵lpsolit%gmail.com1-4/+4
platform and severity - Patch by Albert Ting <altlst@sonic.net> r=mkanat a=myk
2006-10-17Bug 353994: [email_in] Make the email interface able to update (process) bugsmkanat%bugzilla.org1-1/+106
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
2006-10-17Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org1-0/+423
Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk