Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tested interaction Debounce+Moderate, plus workaround | dakkar | 2017-01-04 |
| | |||
* | allow custom deliveries test message | dakkar | 2017-01-04 |
| | |||
* | fix testing when no recipients specified | dakkar | 2017-01-04 |
| | |||
* | fix&test malformed moderation email | dakkar | 2017-01-04 |
| | |||
* | bugs from live testing | dakkar | 2017-01-04 |
| | |||
* | documentation for the base class | dakkar | 2017-01-02 |
| | |||
* | remove unused --verbose option | dakkar | 2017-01-02 |
| | |||
* | ReplyTo can set a post address != return path | dakkar | 2017-01-02 |
| | |||
* | clean all the namespaces | dakkar | 2017-01-02 |
| | |||
* | let's not worry about bad input | dakkar | 2017-01-02 |
| | |||
* | stricter type for tag names | dakkar | 2017-01-02 |
| | | | | we really don't want to tag something "../foo/bar"! | ||
* | tests for moderation cmdline | dakkar | 2016-12-29 |
| | |||
* | tweak TODO | dakkar | 2016-12-28 |
| | |||
* | test for CmdLine | dakkar | 2016-12-28 |
| | |||
* | test for mail_store coercion | dakkar | 2016-12-28 |
| | |||
* | simpler command-line script | dakkar | 2016-12-28 |
| | |||
* | make example executable | dakkar | 2016-12-27 |
| | |||
* | auto-complete mail-ids for moderation commands | dakkar | 2016-12-27 |
| | |||
* | mailstore: retrieve_ids_by_tags | dakkar | 2016-12-27 |
| | |||
* | list & show moderation queue contents | dakkar | 2016-12-27 |
| | |||
* | minor cli fixes | dakkar | 2016-12-27 |
| | |||
* | fix MailStore::FS test & impl | dakkar | 2016-12-27 |
| | |||
* | more todo | dakkar | 2016-12-27 |
| | |||
* | cpanfile fix | dakkar | 2016-12-27 |
| | |||
* | command line handling | dakkar | 2016-12-27 |
| | |||
* | update dependencies | dakkar | 2016-12-26 |
| | |||
* | Use a hash for the test mailstore | Dagfinn Ilmari Mannsåker | 2016-10-28 |
| | | | | | Most of the operations are by ID, only retrieve_by_tags has to iterate over the messages. | ||
* | use more signatures | dakkar | 2016-10-21 |
| | | | | | as long as you don't need coercions, Type::Params and sub signatures can be used together | ||
* | FS mailstore & tests | dakkar | 2016-10-21 |
| | | | | the store has also gained a ->remove method | ||
* | fix test library for newer Test2::Compare | dakkar | 2016-10-21 |
| | | | | hash/bag/array no longer default to etc(), so we have to be explicit | ||
* | notes on footer | dakkar | 2016-09-12 |
| | |||
* | role to add list command headers | dakkar | 2016-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 headers | dakkar | 2016-09-10 |
| | |||
* | add cpanfile with all dependencies | dakkar | 2016-09-10 |
| | |||
* | Merge remote-tracking branch 'origin/sub-signatures' | dakkar | 2016-08-29 |
|\ | |||
| * | Use sub signatures! | Dagfinn Ilmari Mannsåker | 2016-08-09 |
|/ | | | | | | also: * add Sietima::Policy to enable stuff everywhere * use Test::Sietima everywhere (which imposes Sietima::Policy) | ||
* | Add .proverc | Dagfinn Ilmari Mannsåker | 2016-08-09 |
| | | | | I keep forgetting -r and getting NOTESTS | ||
* | Use postderef for hash k/v slice | Dagfinn Ilmari Mannsåker | 2016-08-09 |
| | |||
* | use the new deliveries comparator | dakkar | 2016-06-21 |
| | |||
* | ignore editor backup files | dakkar | 2016-06-21 |
| | |||
* | role: ReplyTo | dakkar | 2016-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 recipients | dakkar | 2016-06-21 |
| | | | | | this way it's going to be easier to manipulate messages based on subscribers | ||
* | SubjectTag role | dakkar | 2016-06-19 |
| | |||
* | bump perl requirement to 5.24 | dakkar | 2016-06-19 |
| | | | | I can haz postderef! | ||
* | Debounce role | dakkar | 2016-06-19 |
| | |||
* | AvoidDups role | dakkar | 2016-06-19 |
| | |||
* | NoMail role | dakkar | 2016-06-19 |
| | |||
* | TODO list | dakkar | 2016-06-19 |
| | |||
* | ::Subscriber now supports aliases | dakkar | 2016-06-19 |
| | | | | and has a ->match method | ||
* | role: moderate mail from non-subscribers | dakkar | 2016-06-17 |
| |