initial work on wtv-mail system:

- WTVMail Class
- MailStore functions
- Can show user mail intro page (see home.js for link example)
- Create initial welcome email (poop for now) when creating mailstore
- Can list Inbox
- no sending yet
- no reading yet
- no receiving yet
This commit is contained in:
zefie
2021-11-13 01:19:23 -05:00
parent 3da57455eb
commit a088ea1e42
24 changed files with 683 additions and 6 deletions

View File

@@ -32,6 +32,7 @@
"endianness": "^8.0.2",
"mime-types": "^2.1.33",
"proxy-agent": "^5.0.0",
"strftime": "^0.10.0"
"strftime": "^0.10.0",
"uuid": "^8.3.2"
}
}