maildump icon indicating copy to clipboard operation
maildump copied to clipboard

A python-based mailcatcher clone

Results 4 maildump issues
Sort by recently updated
recently updated
newest added

added option to handle smtp authorization. There exists stuff that requires SMTP authorization, and cannot use no auth at all. So I added an option to enable this using options:...

we're using maildump for testing emails send by our web application. i'm running it with `/maildumpctl --http-ip 0.0.0.0` i'd like to have access to the webinterface via http://yourproject.com/maildump with the...

enhancement

I admit, I was rather lazy when writing maildump initially. Anyway, having unittests would be a good thing. They should be [pytest](http://pytest.org/) based since it's much nicer than the stdlib's...

enhancement