summaryrefslogtreecommitdiffstats
path: root/email_in.pl
AgeCommit message (Expand)AuthorFilesLines
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-8/+8
2016-12-21Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ...Dylan William Hardison1-7/+1
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-21/+15
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...Dylan William Hardison1-15/+21
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-21/+15
2014-06-05Bug 1016273: Bugzilla whine emails missing change to From header made by bug ...David Lawrence1-2/+1
2014-05-29Bug 1016273: Bugzilla whine emails missing change to From header made by bug ...David Lawrence1-1/+2
2012-06-21Bug 762785: Attachments are attached to the wrong comment when created by ema...A. Shimono1-1/+2
2011-12-05Bug 422256: email_in.pl should send an email if user matching fails or return...Albert Ting1-5/+14
2011-07-18Bug 662883: email_in.pl should ignore "out of the office" auto-reply emailsFrédéric Buclin1-0/+8
2010-11-04Bug 596611: Add a hook to email_in.plFrédéric Buclin1-0/+6
2010-09-22Bug 598147: Can't call method "isa" without a package or object referenceFrédéric Buclin1-1/+3
2010-08-04Bug 584018: @foo= bar in email_in.pl is not parsed correctly, due to a missin...Frédéric Buclin1-1/+1
2010-08-02Bug 547748: Wrong parsing of email_in emails if some @field has no dataFrédéric Buclin1-1/+1
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-7/+0
2010-06-22Bug 564082: Allow specifying defaults and overrides for incoming emailMax Kanat-Alexander1-7/+21
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden1-1/+1
2010-04-22Bug 539865: Make Bugzilla::Object pass $params to validators during create()Max Kanat-Alexander1-1/+2
2010-04-20Bug 559573: Update the POD of email_in.pl to reflect its actual,Max Kanat-Alexander1-6/+0
2010-02-23Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander1-20/+0
2010-02-20Bug 546867: Prevent email_in.pl from throwing a cryptic error on receivingMax Kanat-Alexander1-0/+1
2010-02-17Bug 494403: "Default" groups don't get set on bug creation using email_in.plFrédéric Buclin1-1/+22
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-0/+11
2009-12-12Bug 381912:Add the ability to add attachments by email using email_in.plmkanat%bugzilla.org1-5/+66
2009-12-10Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead...mkanat%bugzilla.org1-60/+32
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-1/+1
2009-11-02Bug 518404: Make email_in.pl run in taint modemkanat%bugzilla.org1-3/+7
2009-04-28Bug 418672: Make email_in.pl chdir to the abs_path to avoid working from /etc...mkanat%bugzilla.org1-4/+3
2009-04-18Bug 487904 Allow email_in.pl to accept replies with localized or modified "Bu...mkanat%bugzilla.org1-1/+1
2009-04-05Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov <do...lpsolit%gmail.com1-1/+1
2009-02-26Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ...mkanat%bugzilla.org1-1/+1
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com1-0/+2
2008-07-12Bug 444185: Make email_in.pl send errors with From as "mailfrom".mkanat%bugzilla.org1-1/+3
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-3/+2
2008-05-14Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch by...lpsolit%gmail.com1-1/+3
2008-05-05Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter inst...lpsolit%gmail.com1-0/+10
2008-05-02Bug 422258: Let @cc be used to add new users to the CC list when editing bugs...lpsolit%gmail.com1-3/+7
2008-05-02Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Fré...lpsolit%gmail.com1-6/+0
2008-03-25Bug 92274: email_in.pl using the From address doesn't work with emailsuffix -...lpsolit%gmail.com1-0/+5
2008-02-12Bug 384009: Global fields (priority, severity, OS, and platform) are required...lpsolit%gmail.com1-56/+0
2008-01-26Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by Fré...lpsolit%gmail.com1-1/+2
2008-01-24Bug 391669: Modifying a bug via email_in.pl fails because there are many fiel...lpsolit%gmail.com1-11/+6
2007-12-06Bug 383850: email_in.pl documentation does not contain all required fields fo...lpsolit%gmail.com1-3/+18
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-3/+3
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-0/+2
2007-09-24Bug 369835: email_in.pl should convert character encoding to utf8mkanat%bugzilla.org1-0/+9
2007-09-15Bug 395727: email_in.pl has not ability to add attachments by email, as docum...lpsolit%gmail.com1-6/+3
2007-08-13Bug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when Pat...mkanat%bugzilla.org1-0/+4
2007-01-06Bug 362996: email_in.pl throws warnings of uninitialized values when no conte...lpsolit%gmail.com1-2/+2
2007-01-04Bug 365229: email_in.pl modifies bug permissions without user entering fieldsmkanat%bugzilla.org1-0/+2