aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAge
* extra dmarc test, just in caseHEADmasterdakkar2023-03-31
|
* new role NoSpoof::DMARCdakkar2023-03-31
|
* NoSpoof for DMARC compliancedakkar2023-02-28
|
* fix tests for App::Spec 0.005dakkar2019-04-29
|
* fix avoid-dups testdakkar2017-06-22
| | | | | | multiple addresses should be comma-separated, it worked by accident before, but Email::MIME 1.943 has more correct parsing, and (correctly) failed it
* use the newer Type2::V0 bundledakkar2017-06-21
|
* depend on a new enough Test2dakkar2017-04-02
| | | | 'etc' was added in 0.000059
* documentation and tests for HeaderURIdakkar2017-03-24
|
* allow List-Post: NOdakkar2017-03-24
|
* fix list headersdakkar2017-03-24
|
* new role: ManualSubscriptiondakkar2017-02-14
|
* fix non-address List-* headersdakkar2017-02-14
| | | | RFC 2369 states that the URIs must be enclosed in <>
* rename 'admin' to 'owner'dakkar2017-02-07
|
* ::Subscriber 'raw_address' is now 'primary'dakkar2017-02-05
| | | | | It was a horrible name. The coercion from hashref is also simplified this way.
* Use the core-provided Digest::SHA instead of Digest::SHA1Dagfinn Ilmari Mannsåker2017-01-30
|
* fix SubscriberFromHashRefdakkar2017-01-29
| | | | it made it easy to set prefs, but impossible to set aliases
* tested interaction Debounce+Moderate, plus workarounddakkar2017-01-04
|
* allow custom deliveries test messagedakkar2017-01-04
|
* fix testing when no recipients specifieddakkar2017-01-04
|
* fix&test malformed moderation emaildakkar2017-01-04
|
* ReplyTo can set a post address != return pathdakkar2017-01-02
|
* tests for moderation cmdlinedakkar2016-12-29
|
* test for CmdLinedakkar2016-12-28
|
* test for mail_store coerciondakkar2016-12-28
|
* mailstore: retrieve_ids_by_tagsdakkar2016-12-27
|
* fix MailStore::FS test & impldakkar2016-12-27
|
* Use a hash for the test mailstoreDagfinn Ilmari Mannsåker2016-10-28
| | | | | Most of the operations are by ID, only retrieve_by_tags has to iterate over the messages.
* FS mailstore & testsdakkar2016-10-21
| | | | the store has also gained a ->remove method
* fix test library for newer Test2::Comparedakkar2016-10-21
| | | | hash/bag/array no longer default to etc(), so we have to be explicit
* role to add list command headersdakkar2016-09-10
| | | | | | it's a bit wonky, in that it expects either Email::Address objects (which get turned into mailto: URIs) or strings (which should be full URIs already), but we can make it better later
* Use sub signatures!Dagfinn Ilmari Mannsåker2016-08-09
| | | | | | also: * add Sietima::Policy to enable stuff everywhere * use Test::Sietima everywhere (which imposes Sietima::Policy)
* Use postderef for hash k/v sliceDagfinn Ilmari Mannsåker2016-08-09
|
* use the new deliveries comparatordakkar2016-06-21
|
* role: ReplyTodakkar2016-06-21
| | | | | | | | | | per-user reply-to munging! also: * deliveries_are can now test whole messages * deliveries_are fails on extra recipients * easier-to-use Subscriber-from-HashRef coercion * nomail.t checks more
* Sietima::Message has subscribers as recipientsdakkar2016-06-21
| | | | | this way it's going to be easier to manipulate messages based on subscribers
* SubjectTag roledakkar2016-06-19
|
* bump perl requirement to 5.24dakkar2016-06-19
| | | | I can haz postderef!
* Debounce roledakkar2016-06-19
|
* AvoidDups roledakkar2016-06-19
|
* NoMail roledakkar2016-06-19
|
* ::Subscriber now supports aliasesdakkar2016-06-19
| | | | and has a ->match method
* role: moderate mail from non-subscribersdakkar2016-06-17
|
* 'bag' is in Test2::Suite 0.000032!dakkar2016-06-17
|
* factor out common test functionsdakkar2016-06-16
|
* role: drop mail from non-subscribersdakkar2016-06-16
|
* test Subscriberdakkar2016-06-10
|
* kill useless linedakkar2016-06-10
|
* some Message testsdakkar2016-06-10
| | | | also, a probably useless ->clone
* move Test2::* tests to subdirdakkar2016-06-10
|
* more tests!dakkar2016-06-10
| | | | also, some test library