diff options
author | grant-kun <[email protected]> | 2022-10-07 13:58:51 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-07 13:58:51 -0500 |
commit | 99199e778755421a642b7a1d796acceb511b5936 (patch) | |
tree | 4097daf6b90ed72810fdb037f53fd2654faba58c | |
parent | de182b9c304f3e1e6460622f0bca60f6fa8ff277 (diff) |
readme
-rw-r--r-- | readme.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -4,7 +4,7 @@ because the internet needs rewriting security project to ~~learn client and server encryption~~ mail & advanced requests -create generic keys `openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./selfsigned.key -out selfsigned.crt` +create generic keys `openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./certs/selfsigned.key -out ./certs/selfsigned.crt` run `npm i` & `npm start` @@ -27,7 +27,14 @@ visit the [main git](https://git.disroot.org/grantsquires/kanna-site) or the [gi ## currently -- [ ] learning how mail works -- [ ] imap cli +- [x] learning how mail works + - [ ] make mail prettier + - [ ] add functionality + - [ ] send + - [ ] reply + - [ ] draft + - [ ] forward + - [ ] sender info + - [ ] allow for email account adding (soon) FeMail (iron mail) |