amalfra / maildir

A Go package for reading & writing messages in maildir format
MIT License
17 stars 1 forks source link

Make Maildir creation be handled automagically #3

Closed shymega closed 5 years ago

shymega commented 5 years ago

Hi,

I've tweaked the code to allow for the Maildir directories to be automagically created if they don't exist, removing the need for a manual flag to create the necessary directories.

I've updated the documentation and tests as well.

Please do let me know what you think :smile:

amalfra commented 5 years ago

@shymega Thanks a lot for the improvement!