/PhantomMail

Simple CLI Text User Interface mail client in C# using MailKit. (work in progress, pre-alpha)

Primary LanguageC#MIT LicenseMIT

PhantomMail 👻

Independently developed, simple CLI based email client.

Built principally with

Not affiliated any other project, just using them.

Still in pre-alpha.

image image

Also supports light and dark mode as well as custom themes, which are saved in the json settings file.

image

Bonus - PhantomKit

  • Library that makes encrypted json based settings vaults simple to use.
  • Also provides simple code functions for various components of PhantomMail that you can break up, tweak, and re-use in your own variants.

Documentation

Note:

  • Includes another copy of crc32 library cloned from BrightChain (Source), itself derived from stackoverflow and incrementally improved.