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

@@ -7,6 +7,7 @@
],
"SessionStore": "SessionStore",
"service_owner": "a minisrv user",
"service_owner_account": "minisrvuser",
"service_name": "WebTV",
"service_logo": "WebTVLogoJewel.gif",
"service_splash_logo": "file://ROM/images/SplashLogo1.gif",
@@ -71,6 +72,10 @@
"flags": "0x00000010",
"connections": 3
},
"wtv-music": {
"port": 1656,
"connections": 3
},
"wtv-cookie": {
"port": 1619,
"connections": 1
@@ -83,6 +88,10 @@
"port": 1635,
"connections": 3
},
"wtv-mail": {
"port": 1608,
"connections": 3
},
"http": {
"port": 1650,
"connections": 3,
@@ -101,8 +110,8 @@
"external_proxy_port": 1080,
"flags": "0x00000001"
},
"wtv-music": {
"port": 1656,
"wtv-guide": {
"port": 1621,
"connections": 3
}
}