aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-07 13:58:51 -0500
committergrant-kun <[email protected]>2022-10-07 13:58:51 -0500
commit99199e778755421a642b7a1d796acceb511b5936 (patch)
tree4097daf6b90ed72810fdb037f53fd2654faba58c
parentde182b9c304f3e1e6460622f0bca60f6fa8ff277 (diff)
readme
-rw-r--r--readme.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 141fe32..761f180 100644
--- a/readme.md
+++ b/readme.md
@@ -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)