aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fix SubscriberFromHashRefdakkar2017-01-29
| | | | it made it easy to set prefs, but impossible to set aliases
* moderation messages work enough, kill TODOdakkar2017-01-29
|
* "better" CTE for moderation forwardsdakkar2017-01-14
| | | | | | Apparently claws-mail gets confused when a rfc822 attachment is base64-encoded (or even qp-encoded). I don't know how other clients cope, but this Works For Me™
* more notes from live testdakkar2017-01-05
|
* 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
|
* bugs from live testingdakkar2017-01-04
|
* documentation for the base classdakkar2017-01-02
|
* remove unused --verbose optiondakkar2017-01-02
|
* ReplyTo can set a post address != return pathdakkar2017-01-02
|
* clean all the namespacesdakkar2017-01-02
|
* let's not worry about bad inputdakkar2017-01-02
|
* stricter type for tag namesdakkar2017-01-02
| | | | we really don't want to tag something "../foo/bar"!
* tests for moderation cmdlinedakkar2016-12-29
|
* tweak TODOdakkar2016-12-28
|
* test for CmdLinedakkar2016-12-28
|
* test for mail_store coerciondakkar2016-12-28
|
* simpler command-line scriptdakkar2016-12-28
|
* make example executabledakkar2016-12-27
|
* auto-complete mail-ids for moderation commandsdakkar2016-12-27
|
* mailstore: retrieve_ids_by_tagsdakkar2016-12-27
|
* list & show moderation queue contentsdakkar2016-12-27
|
* minor cli fixesdakkar2016-12-27
|
* fix MailStore::FS test & impldakkar2016-12-27
|
* more tododakkar2016-12-27
|
* cpanfile fixdakkar2016-12-27
|
* command line handlingdakkar2016-12-27
|
* update dependenciesdakkar2016-12-26
|
* 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.
* use more signaturesdakkar2016-10-21
| | | | | as long as you don't need coercions, Type::Params and sub signatures can be used together
* 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
* notes on footerdakkar2016-09-12
|
* 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
* fix RFC link for list headersdakkar2016-09-10
|
* add cpanfile with all dependenciesdakkar2016-09-10
|
* Merge remote-tracking branch 'origin/sub-signatures'dakkar2016-08-29
|\
| * 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)
* Add .provercDagfinn Ilmari Mannsåker2016-08-09
| | | | I keep forgetting -r and getting NOTESTS
* Use postderef for hash k/v sliceDagfinn Ilmari Mannsåker2016-08-09
|
* use the new deliveries comparatordakkar2016-06-21
|
* ignore editor backup filesdakkar2016-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
|