Commit Graph

34 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 675073a6c9 SMTP65/NNTP65.UP: Stop looking for headers on finding blank line 2021-11-16 15:02:03 -05:00
Bobbi Webber-Manners 62ec27c1f9 Merge branch 'usenet' 2020-10-10 21:42:22 -04:00
Bobbi Webber-Manners 8674739cd1 SMTP65: Fixed minor formatting issue on console 2020-09-19 20:23:51 -04:00
Bobbi Webber-Manners e07f5ef545 EMAIL: Improved parsing of MIME headers 2020-09-17 20:46:53 -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 6d0715eb5b SMTP65: Removed redundant variable 2020-09-16 21:07:11 -04:00
Bobbi Webber-Manners baf92b3531 SMTP65: Added prompt to allow user to hold or delete messages from OUTBOX 2020-09-16 20:57:40 -04:00
Bobbi Webber-Manners bb5f4f316f NNTP65UP: New program to handle posting of Usenet articles. 2020-09-13 22:47:42 -04:00
Bobbi Webber-Manners 1461a5674b SMTP65: Adopted the improved w5100_tcp_send_recv(). 2020-09-13 18:59:07 -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 faf3a66c53 SMTP65: Do not connect to SMTP server unless there are messages to send 2020-09-05 23:55:49 -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 d6841c517c Replaced get_line() with new implementation which is faster, less buggy! 2020-07-29 17:28:35 -04:00
Bobbi Webber-Manners d5358955f2 Fixed bug in smtp65 which was breaking long messages. CR->CRLF conversion. 2020-07-26 23:26:00 -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 3aab6c2df5 Conditionally compile out reverse mode keys. Dangerous atm. 2020-07-07 03:52:36 -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 71ef8c6f76 Checked in screenshots 2020-06-30 15:49:46 -04:00
Bobbi Webber-Manners 34d334cadb smtp.c: Fixed typo in comment 2020-06-30 10:57:34 -04:00
Bobbi Webber-Manners 017f9abd87 Fixed a bug copying message to the SENT mailbox 2020-06-30 00:20:03 -04:00
Bobbi Webber-Manners 359eb7b3f0 More README-emailler.md 2020-06-29 23:07:50 -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 1b75b8f708 Finished SMTP65 - copy msg to SENT, clean up OUTBOX. Multiple recipients. 2020-06-29 16:59:46 -04:00
Bobbi Webber-Manners efb66656e6 Fixed X-Mailer header. 2020-06-29 00:22:52 -04:00
Bobbi Webber-Manners effe9ee473 Sender and recipient were back to front in SMTP65! 2020-06-28 23:42:38 -04:00
Bobbi Webber-Manners 219c435a49 SMTP65 can send messages now - still not complete though! 2020-06-28 23:15:09 -04:00
Bobbi Webber-Manners b616df27f7 In progress checkin of SMTP65. Not working yet. 2020-06-28 13:14:29 -04:00