index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
email_in.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-27
Bug 218917 - Allow the login name to be different from the email address
Frédéric Buclin
1
-4
/
+0
2016-02-29
Bug 1136137: Require Perl 5.14
Frédéric Buclin
1
-1
/
+1
2016-02-23
Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local d...
Dylan Hardison
1
-1
/
+1
2016-01-20
Bug 1240029 - The REST API doesn't work correctly with mod_perl
David Lawrence
1
-1
/
+1
2015-05-18
Bug 1155009: Cache::Memcached causes email_in.pl to stop working
Frédéric Buclin
1
-1
/
+1
2015-03-15
Bug 902395: Enforce utf8 = true for all installations and remove the utf8 par...
Frédéric Buclin
1
-4
/
+1
2014-08-13
Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules
Frédéric Buclin
1
-1
/
+1
2013-11-15
Bug 927900: Kill longdesclength
Frédéric Buclin
1
-1
/
+0
2012-09-01
Bug 787529: Use |use 5.10.1| everywhere
Frédéric Buclin
1
-0
/
+1
2012-08-01
Slight change in comment wording.
Reed Loden
1
-1
/
+1
2012-08-01
Bug 625437 - Use 'Importance' / 'X-Priority' headers in incoming mail to infl...
Reed Loden
1
-0
/
+25
2012-06-21
Bug 762785: Attachments are attached to the wrong comment when created by ema...
A. Shimono
1
-1
/
+2
2012-01-11
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...
Frédéric Buclin
1
-18
/
+5
2011-12-05
Bug 422256: email_in.pl should send an email if user matching fails or return...
Albert Ting
1
-5
/
+14
2011-08-09
Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.pl
Max Kanat-Alexander
1
-7
/
+34
2011-08-09
Bug 437076: Allow email_in to accept multipart/alternative HTML email with
Max Kanat-Alexander
1
-35
/
+81
2011-07-18
Bug 662883: email_in.pl should ignore "out of the office" auto-reply emails
Frédéric Buclin
1
-0
/
+8
2010-11-04
Bug 596611: Add a hook to email_in.pl
Frédéric Buclin
1
-0
/
+6
2010-09-22
Bug 598147: Can't call method "isa" without a package or object reference
Frédéric Buclin
1
-1
/
+3
2010-08-04
Bug 584018: @foo= bar in email_in.pl is not parsed correctly, due to a missin...
Frédéric Buclin
1
-1
/
+1
2010-08-02
Bug 547748: Wrong parsing of email_in emails if some @field has no data
Frédéric Buclin
1
-1
/
+1
2010-06-24
Bug 572602: Change the way that Bugzilla::Object determines what fields
Max Kanat-Alexander
1
-7
/
+0
2010-06-22
Bug 564082: Allow specifying defaults and overrides for incoming email
Max Kanat-Alexander
1
-7
/
+21
2010-05-07
Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...
Reed Loden
1
-1
/
+1
2010-04-22
Bug 539865: Make Bugzilla::Object pass $params to validators during create()
Max Kanat-Alexander
1
-1
/
+2
2010-04-20
Bug 559573: Update the POD of email_in.pl to reflect its actual,
Max Kanat-Alexander
1
-6
/
+0
2010-02-23
Bug 526184: Allow groups to be specified when creating bugs using email_in.pl
Max Kanat-Alexander
1
-20
/
+0
2010-02-20
Bug 546867: Prevent email_in.pl from throwing a cryptic error on receiving
Max Kanat-Alexander
1
-0
/
+1
2010-02-17
Bug 494403: "Default" groups don't get set on bug creation using email_in.pl
Frédéric Buclin
1
-1
/
+22
2010-02-01
Bug 534057: Auto-completion no longer works in email_in.pl
Frédéric Buclin
1
-0
/
+11
2009-12-12
Bug 381912:Add the ability to add attachments by email using email_in.pl
mkanat%bugzilla.org
1
-5
/
+66
2009-12-10
Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead...
mkanat%bugzilla.org
1
-60
/
+32
2009-11-10
Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments
mkanat%bugzilla.org
1
-1
/
+1
2009-11-02
Bug 518404: Make email_in.pl run in taint mode
mkanat%bugzilla.org
1
-3
/
+7
2009-04-28
Bug 418672: Make email_in.pl chdir to the abs_path to avoid working from /etc...
mkanat%bugzilla.org
1
-4
/
+3
2009-04-18
Bug 487904 Allow email_in.pl to accept replies with localized or modified "Bu...
mkanat%bugzilla.org
1
-1
/
+1
2009-04-05
Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov <do...
lpsolit%gmail.com
1
-1
/
+1
2009-02-26
Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ...
mkanat%bugzilla.org
1
-1
/
+1
2009-02-02
Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...
lpsolit%gmail.com
1
-0
/
+2
2008-07-12
Bug 444185: Make email_in.pl send errors with From as "mailfrom".
mkanat%bugzilla.org
1
-1
/
+3
2008-06-30
Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID
mkanat%bugzilla.org
1
-3
/
+2
2008-05-14
Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch by...
lpsolit%gmail.com
1
-1
/
+3
2008-05-05
Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter inst...
lpsolit%gmail.com
1
-0
/
+10
2008-05-02
Bug 422258: Let @cc be used to add new users to the CC list when editing bugs...
lpsolit%gmail.com
1
-3
/
+7
2008-05-02
Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Fré...
lpsolit%gmail.com
1
-6
/
+0
2008-03-25
Bug 92274: email_in.pl using the From address doesn't work with emailsuffix -...
lpsolit%gmail.com
1
-0
/
+5
2008-02-12
Bug 384009: Global fields (priority, severity, OS, and platform) are required...
lpsolit%gmail.com
1
-56
/
+0
2008-01-26
Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by Fré...
lpsolit%gmail.com
1
-1
/
+2
2008-01-24
Bug 391669: Modifying a bug via email_in.pl fails because there are many fiel...
lpsolit%gmail.com
1
-11
/
+6
2007-12-06
Bug 383850: email_in.pl documentation does not contain all required fields fo...
lpsolit%gmail.com
1
-3
/
+18
[next]