Skip to content

Releases: da-coda/mailpie

Configurations, Testing, Refactoring and Docker

09 Feb 21:46
8926f0f
Compare
Choose a tag to compare

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

v0.1 - First Version of Mailpie

19 Jan 22:17
Compare
Choose a tag to compare

v0.1 goes live!

This is the first release of Mailpie. It only includes the basic of the basics and is not meant to be used solely in a functioning dev/testing environment.

Features in this release

  • Functioning basic SMTP-Server supporting only PLAIN Auth
  • Functioning basic IMAP-Server to view mails within mail clients