Independently developed, simple CLI based email client.
Built principally with
- Terminal.Gui (GitHub)
- MailKit (GitHub)
- Microsft .NET Core Configuration, Hosting and Logging Extensions
- McMaster CommandLineUtils and Hosting.CommandLine extensions
- Serilog and Hosting/Configuration extensions
Not affiliated any other project, just using them.
Still in pre-alpha.
Also supports light and dark mode as well as custom themes, which are saved in the json settings file.
- 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.
- JSON File format (mostly human editable, except encrypted values- tamper evident): https://github.com/FreddieMercurial/PhantomMail/wiki/PhantomKit-Settings-Vault
- Includes another copy of crc32 library cloned from BrightChain (Source), itself derived from stackoverflow and incrementally improved.