-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa34f8c
commit a60abea
Showing
33 changed files
with
924 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
### 1.20210220 | ||
|
||
- Fix db connection cache | ||
- use Email::Sender for report sending | ||
|
||
### 1.20200214 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,23 +6,25 @@ | |
"Marc Bradshaw <[email protected]>" | ||
], | ||
"dynamic_config" : 1, | ||
"generated_by" : "Module::Build version 0.4229, CPAN::Meta::Converter version 2.150010", | ||
"generated_by" : "Module::Build version 0.4231", | ||
"license" : [ | ||
"perl_5" | ||
], | ||
"meta-spec" : { | ||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", | ||
"version" : "2" | ||
"version" : 2 | ||
}, | ||
"name" : "Mail-DMARC", | ||
"prereqs" : { | ||
"build" : { | ||
"requires" : {} | ||
"requires" : { | ||
"Module::Build" : "0.3601" | ||
} | ||
}, | ||
"configure" : { | ||
"requires" : { | ||
"ExtUtils::MakeMaker" : "0", | ||
"File::ShareDir::Install" : "0.06" | ||
"File::ShareDir::Install" : "0.06", | ||
"Module::Build" : "0.3601" | ||
} | ||
}, | ||
"runtime" : { | ||
|
@@ -32,7 +34,6 @@ | |
"Net::SMTPS" : "0" | ||
}, | ||
"requires" : { | ||
"CPAN" : "0", | ||
"Carp" : "0", | ||
"Config::Tiny" : "0", | ||
"DBD::SQLite" : "1.31", | ||
|
@@ -42,17 +43,15 @@ | |
"Email::Simple" : "0", | ||
"Encode" : "0", | ||
"English" : "0", | ||
"File::ShareDir" : "0", | ||
"File::ShareDir" : "1.00", | ||
"Getopt::Long" : "0", | ||
"HTTP::Tiny" : "0", | ||
"IO::Compress::Gzip" : "0", | ||
"IO::Compress::Zip" : "0", | ||
"IO::File" : "0", | ||
"IO::Socket::SSL" : "0", | ||
"IO::Uncompress::Gunzip" : "0", | ||
"IO::Uncompress::Unzip" : "0", | ||
"Mail::DKIM::PrivateKey" : "0", | ||
"Mail::DKIM::Signer" : "0", | ||
"Mail::DKIM::TextWrap" : "0", | ||
"Net::DNS::Resolver" : "0", | ||
"Net::IDN::Encode" : "0", | ||
"Net::IP" : "0", | ||
|
@@ -64,9 +63,9 @@ | |
"Socket6" : "0.23", | ||
"Sys::Hostname" : "0", | ||
"Sys::Syslog" : "0", | ||
"Test::File::ShareDir" : "0", | ||
"URI" : "0", | ||
"XML::LibXML" : "0", | ||
"perl" : "5.008" | ||
"XML::LibXML" : "0" | ||
} | ||
}, | ||
"test" : { | ||
|
@@ -81,111 +80,117 @@ | |
"provides" : { | ||
"Mail::DMARC" : { | ||
"file" : "lib/Mail/DMARC.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Base" : { | ||
"file" : "lib/Mail/DMARC/Base.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::HTTP" : { | ||
"file" : "lib/Mail/DMARC/HTTP.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Policy" : { | ||
"file" : "lib/Mail/DMARC/Policy.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::PurePerl" : { | ||
"file" : "lib/Mail/DMARC/PurePerl.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report" : { | ||
"file" : "lib/Mail/DMARC/Report.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Metadata" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Metadata.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Record" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Record.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Record::Auth_Results" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Record::Identifiers" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Record::Row" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Row.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated" : { | ||
"file" : "lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Receive" : { | ||
"file" : "lib/Mail/DMARC/Report/Receive.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Send" : { | ||
"file" : "lib/Mail/DMARC/Report/Send.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Send::HTTP" : { | ||
"file" : "lib/Mail/DMARC/Report/Send/HTTP.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Send::SMTP" : { | ||
"file" : "lib/Mail/DMARC/Report/Send/SMTP.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Sender" : { | ||
"file" : "lib/Mail/DMARC/Report/Sender.pm" | ||
}, | ||
"Mail::DMARC::Report::Store" : { | ||
"file" : "lib/Mail/DMARC/Report/Store.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Store::SQL" : { | ||
"file" : "lib/Mail/DMARC/Report/Store/SQL.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Store::SQL::Grammars::MySQL" : { | ||
"file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL" : { | ||
"file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::Store::SQL::Grammars::SQLite" : { | ||
"file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Report::URI" : { | ||
"file" : "lib/Mail/DMARC/Report/URI.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Result" : { | ||
"file" : "lib/Mail/DMARC/Result.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Result::Reason" : { | ||
"file" : "lib/Mail/DMARC/Result/Reason.pm", | ||
"version" : "1.20191025" | ||
"version" : "1.20210220" | ||
}, | ||
"Mail::DMARC::Test::Transport" : { | ||
"file" : "lib/Mail/DMARC/Test/Transport.pm" | ||
} | ||
}, | ||
"release_status" : "stable", | ||
|
@@ -201,13 +206,13 @@ | |
"url" : "https://github.com/msimerson/mail-dmarc" | ||
} | ||
}, | ||
"version" : "1.20191025", | ||
"version" : "1.20210220", | ||
"x_contributors" : [ | ||
"Benny Pedersen <[email protected]>", | ||
"Jean Paul Galea <[email protected]>", | ||
"Marisa Clardy <[email protected]>", | ||
"Priyadi Iman Nurcahyo <[email protected]>", | ||
"Ricardo Signes <[email protected]>" | ||
], | ||
"x_serialization_backend" : "JSON::PP version 2.27400_02" | ||
"x_serialization_backend" : "JSON::PP version 4.04" | ||
} |
Oops, something went wrong.