This commit is contained in:
grant-kun 2022-10-07 13:58:51 -05:00
parent de182b9c30
commit 99199e7787

View file

@ -4,7 +4,7 @@ because the internet needs rewriting
security project to ~~learn client and server encryption~~ mail & advanced requests 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` run `npm i` & `npm start`
@ -27,7 +27,14 @@ visit the [main git](https://git.disroot.org/grantsquires/kanna-site) or the [gi
## currently ## currently
- [ ] learning how mail works - [x] learning how mail works
- [ ] imap cli - [ ] make mail prettier
- [ ] add functionality
- [ ] send
- [ ] reply
- [ ] draft
- [ ] forward
- [ ] sender info
- [ ] allow for email account adding (soon)
FeMail (iron mail) FeMail (iron mail)