Commit Graph

421 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
97049e7421 EMAIL: Progress on CA-F "Follow up article" command. Not done yet though. 2020-09-15 00:01:30 -04:00
Bobbi Webber-Manners
80c7636428 EMAIL: Changed keybindings for news to CA. Implemented CA-P "Post article" 2020-09-14 23:17:29 -04:00
Bobbi Webber-Manners
ec4e461cbb EDIT: Bump to v1.27 2020-09-14 21:09:43 -04:00
Bobbi Webber-Manners
aeea320586 EDIT: Changed 'Quit to Email?' to 'Return to Email?' 2020-09-14 20:54:22 -04:00
Bobbi Webber-Manners
33e00c8a61 EMAIL: Fixed bug in email_pager() where already freed memory was referenced 2020-09-14 20:35:47 -04:00
Bobbi Webber-Manners
aa6de05e74 EDIT: Minor fix - change back to startdir before exec() EMAIL or ATTACHER 2020-09-14 20:14:04 -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
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
1f5f193657 EMAIL: Fortified get_line() code. 2020-09-13 16:30:10 -04:00
Bobbi Webber-Manners
67126c6cd9 NNTP65: Removed debug printf() 2020-09-13 16:12:01 -04:00
Bobbi Webber-Manners
bb57b8889e Updated news.cfg 2020-09-13 16:10:47 -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
9433042f5b EMAIL: OA-N command to launch NNTP65.SYSTEM 2020-09-13 02:39:39 -04:00
Bobbi Webber-Manners
c725fa04f6 EMAIL: Bugfix in get_email_body(). 2020-09-13 01:58:42 -04:00
Bobbi Webber-Manners
03924c1dcb EMAIL: Bug fix to MIME handling. Make '8bit' an alias for '7bit'. 2020-09-13 01:44:53 -04:00
Bobbi Webber-Manners
ee19a796f6 NNTP65: Finished basic downstream NNTP functionality. 2020-09-13 00:17:44 -04:00
Bobbi Webber-Manners
ab843aa5bd EMAIL: Fixed bug with seeking in EMAIL.DB with offsets >64KB 2020-09-12 19:47:14 -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
5608df5d6a NNTP65: More development of NNTP65. Downstream workflow is almost there now. 2020-09-12 01:56:46 -04:00
Bobbi Webber-Manners
e66cf05ea5 NNTP65: More progress on basic functionality 2020-09-11 23:36:25 -04:00
Bobbi Webber-Manners
ef5d11222e NNTP65: Work-in-progress. Created NNTP65 based on POP65 ... 2020-09-11 21:34:26 -04:00
Bobbi Webber-Manners
79eadb3981 Emai//er v1.10 release. 2020-09-11 18:44:22 -04:00
Bobbi Webber-Manners
564ca35b2f EMAIL: Moved call to load_prefs() to the correct place to fix startup bug. 2020-09-10 19:33:35 -04:00
Bobbi Webber-Manners
8e292fce15 EDIT: Fixed bug where files were saved to wrong directory. Bump to v1.26. 2020-09-08 19:33:45 -04:00
Bobbi Webber-Manners
9d1364f83b EMAIL: Allow attachment filename / path to be manually overriden when saving 2020-09-07 00:48:19 -04:00
Bobbi Webber-Manners
e0d1bdac82 ATTACHER: Some sprintf()->snprintf() cleanup 2020-09-06 21:20:28 -04:00
Bobbi Webber-Manners
3aee93905c EDIT: some sprintf()->snprintf() cleanup 2020-09-06 21:18:35 -04:00
Bobbi Webber-Manners
c5441415d2 EMAIL: swapped sprintf()->snprintf() for safety 2020-09-06 21:16:37 -04:00
Bobbi Webber-Manners
5e0fa3933f EDIT: Added missing comments 2020-09-06 18:58:43 -04:00
Bobbi Webber-Manners
e18d8f8b27 EMAIL: Removed out-of-date and commented-out disconnect_ramdisk() code 2020-09-06 17:55:43 -04:00
Bobbi Webber-Manners
f5260c5435 EDIT: Another fix to RAMdisk detection code. Should be okay now. 2020-09-06 17:52:20 -04:00
Bobbi Webber-Manners
c21d1854e9 EDIT: Fixed breakage caused by RAM disk disconnect/reconnect changes 2020-09-06 17:21:51 -04:00
Bobbi Webber-Manners
94b1389a58 EDIT: Now reconnects /RAM and /RAM3 on exit, if they were connected on entry 2020-09-06 16:47:03 -04:00
Bobbi Webber-Manners
8e095d17b8 EDIT: Disconnect /RAM3 as well as /RAM. Check for files before disconnect. 2020-09-06 14:40:50 -04:00
Bobbi Webber-Manners
3c7649d867 Bumped up emai//er version number to v1.05 2020-09-06 01:16:19 -04:00
Bobbi Webber-Manners
00216bc540 EMAIL: Moved more stuff to LC. Disabled /RAM disconnect - we don't use aux mem 2020-09-06 01:14:51 -04:00
Bobbi Webber-Manners
3608cf7c8c EMAIL: Moved a couple of small routines to LC 2020-09-06 00:29:04 -04:00
Bobbi Webber-Manners
379af62ac6 EMAIL: Fixed out of memory bug (put help() in LC) 2020-09-06 00:27:01 -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
9fc6c5346b EMAIL: Added help screen. Got rid of menu bar in email summary screen. 2020-09-05 23:14:28 -04:00
Bobbi Webber-Manners
a891b08ae8 DATE65: A bit of cleanup. 2020-09-05 01:11:15 -04:00
Bobbi Webber-Manners
680e8c7a0b DATE65: Fixed bug when advancing one hour for DST 2020-09-05 01:06:00 -04:00
Bobbi Webber-Manners
694a48c648 EMAIL: Added preferences file EMAIL.PREFS - only preserves sort order for now 2020-09-04 22:44:12 -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
724a1aa988 EDIT: Removed AUXMEM ifdef. The code now requires aux memory (128K on //e) 2020-09-04 01:23:03 -04:00
Bobbi Webber-Manners
f5dfc72c2b ATTACHER: Display table of attachments. UI improvements. 2020-09-04 00:12:00 -04:00
Bobbi Webber-Manners
1e703aadd0 ATTACHER: Major UI enhancements. Uses file_ui() (from EDIT.SYSTEM) now. 2020-09-03 23:13:44 -04:00