Skip to content

Configurations, Testing, Refactoring and Docker

Latest
Compare
Choose a tag to compare
@da-coda da-coda released this 09 Feb 21:46
· 28 commits to main since this release
8926f0f

v0.2

With v0.2 I focused on refactoring code and making it more testable.

Special thanks

First of all a special thank you to my first and (currently) only GitHub Sponsor: Christian (TalonTR)

Features

  • MailPie is now able to get configured via config file or flags. Read more in the Wiki.
  • MailPie is now on Dockerhub

Code

  • MailPie has now a code coverage of ~80%. The missing percent are mostly if err != nil and the IMAP handling. The current implementation of IMAP within MailPie will be fully refactored within the next minor versions.
  • The code got refactored so that it is more testable and more consistent
  • parsemail got removed as an dependency because it wasn't needed anymore