Commit Graph

47 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
95615458aa Rebased on latest IP65. Needs latest CC65 to build. 2022-09-14 13:02:41 -04:00
Bobbi Webber-Manners
62ec27c1f9 Merge branch 'usenet' 2020-10-10 21:42:22 -04:00
Bobbi Webber-Manners
de5520203f All apps: fixed get_line() to handle final line without CR termination 2020-09-17 18:49:04 -04:00
Bobbi Webber-Manners
906446544e NNTP65/POP65: Removed commented out code. 2020-09-13 18:49:09 -04:00
Bobbi Webber-Manners
1fbeda9e5f NNTP65/POP65: Cleanup of error handling code in w5100_tcp_send_recv(). 2020-09-13 18:34:12 -04:00
Bobbi Webber-Manners
5c855c825e NNTP65/POP65: Minor cleanup of error handling code. 2020-09-13 17:40:56 -04:00
Bobbi Webber-Manners
1389c4948c ATTACHER/NNTP65/POP65/REBUILD/SMTP65: Improvements to robustness. Tested. 2020-09-13 16:04:42 -04:00
Bobbi Webber-Manners
f52d76f990 NNTP65: More development. Improved robustness of w5100_tcp_send_recv(). 2020-09-12 18:46:41 -04:00
Bobbi Webber-Manners
7a548df618 POP65/SMTP65: Fixed bug when :nnn port number is used in EMAIL.CFG 2020-09-11 21:37:38 -04:00
Bobbi Webber-Manners
4a5df18e46 EMAIL/DATE65: OA-D in EMAIL invokes DATE65.SYSTEM, which calls EMAIL one exit. 2020-09-04 21:00:21 -04:00
Bobbi Webber-Manners
fdd5daa61f POP65/SMTP65: Allow port number to be changed in email.cfg 2020-09-03 16:43:33 -04:00
Bobbi Webber-Manners
b4f16857a2 POP65: bug fix, just expect "+OK" after login - ignore rest of line 2020-08-24 15:59:55 -04:00
Bobbi Webber-Manners
d6841c517c Replaced get_line() with new implementation which is faster, less buggy! 2020-07-29 17:28:35 -04:00
Bobbi Webber-Manners
bdfa35db41 Broke out MIME attachment functionality into a separate program (ATTACHER) 2020-07-28 17:14:43 -04:00
Bobbi Webber-Manners
c02af8d466 EMAIL can now invoke POP65 and SMTP65, and they will invoke it in return 2020-07-15 19:45:25 -04:00
Bobbi Webber-Manners
49ecd167ff Fixed get_line.c in pop65.c and smtp65.c. Fixed smtp65 error handling. 2020-07-08 18:28:33 -04:00
Bobbi Webber-Manners
9ba05ef98b Added utility for rebuilding EMAIL.DB. Other minor fixes. 2020-07-07 19:23:16 -04:00
Bobbi Webber-Manners
0931186084 Don't create EMAIL.DB in OUTBOX. Prompt for email addr when forwarding. 2020-07-01 00:10:27 -04:00
Bobbi Webber-Manners
e564110348 pop65.c: Fixed bug where CRLF.CRLF would not be detected on packet boundary 2020-06-30 22:53:23 -04:00
Bobbi Webber-Manners
2111259899 pop65.c: Fixed bug where spinner text was corrupted by DELE command 2020-06-30 10:57:03 -04:00
Bobbi Webber-Manners
87d4b8e94f Fixed bug - X-Mailer: header missing when creating blank email 2020-06-30 02:33:06 -04:00
Bobbi Webber-Manners
7198868fb2 POP65: Added option to delete messages from POP3 server 2020-06-29 17:51:12 -04:00
Bobbi Webber-Manners
a83df5ad8b POP65 - create files with correct type. Clean up spool dir. 2020-06-29 15:57:29 -04:00
Bobbi Webber-Manners
efb66656e6 Fixed X-Mailer header. 2020-06-29 00:22:52 -04:00
Bobbi Webber-Manners
b616df27f7 In progress checkin of SMTP65. Not working yet. 2020-06-28 13:14:29 -04:00
Bobbi Webber-Manners
260e9dde20 Added write, reply & forward functions. No editor yet. 2020-06-28 00:25:49 -04:00
Bobbi Webber-Manners
7a1b29128b Implemented purge feature to permanently delete emails 2020-06-27 02:53:46 -04:00
Bobbi Webber-Manners
24041072bb Added support for tagging messages (nothing uses it yet) 2020-06-26 20:28:41 -04:00
Bobbi Webber-Manners
fa59ce9a2e Added function to create new mailbox 2020-06-26 11:29:45 -04:00
Bobbi Webber-Manners
84cac8efd4 Initial support for reading multiple mboxes 2020-06-26 11:00:11 -04:00
Bobbi Webber-Manners
872c5c3339 Show count of new message. Bug fix for multi-page summary. 2020-06-25 22:35:14 -04:00
Bobbi Webber-Manners
68069a2ac8 Added email status byte (del, read etc.) Support for multiple summary pages. 2020-06-25 21:47:03 -04:00
Bobbi Webber-Manners
b3b556b440 Improvements to EMAIL.DB format. Don't delete headers, just hide them. 2020-06-25 14:23:38 -04:00
Bobbi Webber-Manners
71cfe5f60b POP65 can now append messages to the INBOX 2020-06-24 23:57:32 -04:00
Bobbi Webber-Manners
4f35b52c2b Further improvements to email reader 2020-06-24 22:05:55 -04:00
Bobbi Webber-Manners
2d01f84982 First hack at email summary UI with highlight bar 2020-06-24 20:25:31 -04:00
Bobbi Webber-Manners
9cee699f99 Further improvements to pop65.c and email.c user interface 2020-06-24 17:50:19 -04:00
Bobbi Webber-Manners
3183a67ce1 Initial work on EMAIL.SYSTEM, the user agent 2020-06-24 17:22:35 -04:00
Bobbi Webber-Manners
5a6d968c9d Creates a summary database so the UI can access headers quickly 2020-06-24 16:16:23 -04:00
Bobbi Webber-Manners
9abeb415dc Copy messages to INBOX, CRLF->CR line endings, find headers 2020-06-24 14:05:38 -04:00
Bobbi Webber-Manners
e52d5146f5 Slightly improved header parsing 2020-06-24 01:12:02 -04:00
Bobbi Webber-Manners
8ae1b5a05e First pass at parsing email headers, populating INBOX. 2020-06-24 00:58:39 -04:00
Bobbi Webber-Manners
294f77c4e8 Improved status display 2020-06-23 22:50:52 -04:00
Bobbi Webber-Manners
e0c33191c5 POP65 downloads to files now, and has a nice progress spinner 2020-06-23 19:05:44 -04:00
Bobbi Webber-Manners
d72fefa0f4 New version of POP65.c (work-in-progress). Uses Uthernet-II TCP. 2020-06-22 22:40:32 -04:00
Bobbi Webber-Manners
14ccbd1a1d Maybe slightly less slow?? 2020-06-21 23:01:22 -04:00
Bobbi Webber-Manners
1b1e391e32 Started work on POP3 client for ProDOS 2020-06-21 22:21:26 -04:00