Commit Graph

43 Commits

Author SHA1 Message Date
zefie
fdfb408ed9 mail fixes 2022-10-16 20:23:12 -04:00
zefie
84e875fa3e sendmail fixes
- clear should actually clear now
- reply to mail message populates To and Subj fields now
2022-10-16 13:19:06 -04:00
zefie
c67a5c713d fix DiplomaMail redirecting to mail when in usenet 2022-10-16 13:18:28 -04:00
zefie
894b2e733e make welcome message templatable 2022-10-15 20:03:30 -04:00
zefie
faccf4806a fix draft data not showing due to caching 2022-10-14 13:01:51 -04:00
zefie
616db1ce44 fix "Erase" on sendmail doesn't clear server side draft data 2022-10-14 12:49:46 -04:00
zefie
80b5dcbdc8 signature updates 2022-10-14 12:49:28 -04:00
zefie
6cfb0b7b42 send demotext outside of sanitation so that the user can preview what links on the page may look like 2022-10-14 00:05:15 -04:00
zefie
9bea13151c fix 301 and 302 not redirecting in http(s) proxy
- also add experimental beta mail signature preview option
2022-10-13 23:54:39 -04:00
zefie
5cdd67fd27 a lot of usenet updates
- webtv can post attachments
- webtv signatures
- TODO: user control disable rendering of post signatures
- TODO: as above but for mail too
2022-10-13 22:43:04 -04:00
zefie
73dc2aea25 workaround for object cloning 2022-10-12 17:06:56 -04:00
zefie
f48da37f22 wtv-news goodies 2022-10-11 21:44:18 -04:00
zefie
37f1ab67ad BREAKING CHANGES: (for SeCuRiTy):
By default:
- `ssid_sessions[socket.ssid]` is now `session_data`
- `require` is no longer allowed in user scripts

To access global `socket_sessions` and `ssid_sessions`, as well as `require` additional modules, you must set `privileged: true` for the specific service. See `config.json`.
2022-10-09 13:26:14 -04:00
zefie
dcd13d6ace another feature, another rabbit hole 2022-10-08 13:19:03 -04:00
zefie
993d4f3237 last commit was hasty 2022-10-08 11:43:30 -04:00
zefie
bec78d01f9 add at least some sanity checking to verify-address 2022-10-08 11:30:47 -04:00
zefie
c31d7dd6bf more updates to webtv messenger, fix adding users 2022-10-08 11:23:07 -04:00
zefie
1752bfed35 fix parsing of discuss boolean in sendmail 2022-10-01 22:37:10 -04:00
zefie
8b49e1ec29 fix new issues in sendmail 2022-09-26 16:53:48 -04:00
zefie
b2aece5437 incomplete NNTP usenet support 2022-09-25 22:52:18 -04:00
zefie
ffa0d7e63e implement mail signature colors 2022-03-18 16:35:44 -04:00
zefie
2ebc2d392b implement message_url support 2022-03-18 15:59:33 -04:00
zefie
f32c4b1926 fix DealerDemo and other stuff 2022-03-09 17:38:13 -05:00
zefie
445e28c91a implement internal shared ROMCache
- make most ROMCache URLS relative
- create wtvshared.htmlEntitize function
- update wtv-mail:/readmail to use wtvshared.htmlEntitize
2022-03-09 17:38:12 -05:00
zefie
afb236e7da remove 'D:\test.jpg' testing from get-attachment 2022-03-09 17:38:12 -05:00
zefie
bc401765e8 remove iconv-lite module and accomplish the same failure with our own function 2022-03-09 17:38:11 -05:00
zefie
35471fd098 new module (iconv-lite) to attempt char encodings 2022-03-09 17:38:11 -05:00
zefie
81b2ea8faf handle message elements with special characters that get flagged as binary 2022-03-09 17:38:11 -05:00
zefie
264b7f576c readmail update 2022-03-09 17:38:11 -05:00
zefie
9e7549cec8 fix mail always sent to sender 2022-03-09 17:38:11 -05:00
zefie
9a7d4ec035 signatures still need voodoo for bgcolor and such 2022-03-09 17:38:10 -05:00
zefie
51a0576a3e only embed signature if its html, otherwise just write it 2022-03-09 17:38:10 -05:00
zefie
56e8fdd215 fix post on sendmail 2022-03-09 17:38:10 -05:00
zefie
dd38f65ec9 fix cache:snapshot.jpg >.> 2022-03-09 17:38:10 -05:00
zefie
06ea64fb07 more mail stuff again 2022-03-09 17:38:10 -05:00
zefie
123c8f7823 even more mail stuff 2022-03-09 17:38:09 -05:00
zefie
a5a035438b implement saveoff (saves draft when leaving compose) 2022-03-09 17:38:09 -05:00
zefie
4e6893ab02 add delete message function 2022-03-09 17:38:09 -05:00
zefie
ccf48f3093 some more mail stuff 2022-03-09 17:38:08 -05:00
zefie
ee0b2fb09d Update unread message support
- also tweaked listmail string
- still cannot send messages yet
2022-01-11 01:21:30 -05:00
zefie
75a5266b9d maybe add unread support whatever 2022-01-10 04:53:45 -05:00
zefie
ee76fd5190 more mail stuff
- todo: alot, but mainly track new/read and get local working
2021-11-15 00:51:31 -05:00
zefie
a088ea1e42 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
2021-11-13 02:41:30 -05:00