Commit Graph

161 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
4280eeca50 EMAIL: Added filter for unprintable chars. Fixed bug in quoted-printable. 2020-10-10 21:36:39 -04:00
Bobbi Webber-Manners
32a6de5229 EMAIL: Fixed off by one bug in word_wrap_line() 2020-10-03 02:33: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
b54f32779a EMAIL: Delete obsolete comment 2020-09-16 21:07:33 -04:00
Bobbi Webber-Manners
a9869757cf EMAIL: Fixed arguments passed to EDIT when composing news 2020-09-16 18:49:13 -04:00
Bobbi Webber-Manners
39c691e406 EMAIL: Fix to computation References field for news follow-up 2020-09-16 18:11:05 -04:00
Bobbi Webber-Manners
11ae65fa08 EDIT/EMAIL: Modified so OA-E will open message READ-ONLY in EDIT.SYSTEM 2020-09-16 16:57:15 -04:00
Bobbi Webber-Manners
d584319aee EMAIL: Saved some more memory with string table. Reinstated help(). 2020-09-16 16:17:10 -04:00
Bobbi Webber-Manners
3f4239f782 EDIT: Fixed bug launching ATTACHER. EMAIL: String literal cleanup. 2020-09-16 00:47:37 -04:00
Bobbi Webber-Manners
42bcbf5c5a EMAIL: New help implemented but disabled (memory!). Handle Re:/Fwd: better. 2020-09-16 00:26:58 -04:00
Bobbi Webber-Manners
1d6bd42bd0 EMAIL: Finished CA-F "Follow-up" cmd. Clean up duplicate string literals. 2020-09-15 21:25:10 -04:00
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
33e00c8a61 EMAIL: Fixed bug in email_pager() where already freed memory was referenced 2020-09-14 20:35:47 -04:00
Bobbi Webber-Manners
1f5f193657 EMAIL: Fortified get_line() code. 2020-09-13 16:30:10 -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
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
9d1364f83b EMAIL: Allow attachment filename / path to be manually overriden when saving 2020-09-07 00:48:19 -04:00
Bobbi Webber-Manners
c5441415d2 EMAIL: swapped sprintf()->snprintf() for safety 2020-09-06 21:16:37 -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
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
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
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
2b484f2d21 EMAIL: Removed unnecessary prompts before opening file in editor 2020-09-03 22:02:14 -04:00
Bobbi Webber-Manners
5f5e0f4d65 EDIT/EMAIL: Made the command line arg passing more flexible 2020-09-03 18:58:47 -04:00
Bobbi Webber-Manners
cba881e184 EMAIL: Added ESC as an option for prompt_okay() 2020-09-03 17:57:27 -04:00
Bobbi Webber-Manners
56f6cda1d5 EMAIL: Added support for ESC to cancel at all text entry prompts 2020-09-03 17:46:52 -04:00
Bobbi Webber-Manners
bb4c98e622 EMAIL: Removed obsolete TODO 2020-08-19 09:48:09 -04:00
Bobbi Webber-Manners
5a464b0da5 EMAIL: Improved MIME attachment handling. 2020-08-17 21:52:59 -04:00
Bobbi Webber-Manners
76b30e919e EMAIL: Added code to disconnect /RAM on startup 2020-08-17 13:17:46 -04:00
Bobbi Webber-Manners
d80e11c9a1 Moved code into LC space in EMAIL. We were unable to open file (no mem) 2020-08-02 23:47:28 -04:00
Bobbi Webber-Manners
9c5d507376 EMAIL.SYSTEM: fixed bug moving/copying messages to another folder 2020-08-01 23:01:31 -04:00
Bobbi Webber-Manners
038cc6bdcc Implemented OA-W word-wrap paragraph feature 2020-08-01 02:29:33 -04:00
Bobbi Webber-Manners
875b01a5f5 Removed obsolete TODOs 2020-07-29 23:32:16 -04:00
Bobbi Webber-Manners
72d5177e98 Improved reply and forward functionality 2020-07-29 22:51:11 -04:00
Bobbi Webber-Manners
be340f0c1c email_pager(): improved status bar and fixed EOF bug (last line shown twice) 2020-07-29 18:21:10 -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
24f022f0bd Inlined decode_base64() 2020-07-28 23:45:56 -04:00
Bobbi Webber-Manners
854227751d Slight optimization to decode_base64. 2020-07-28 23:03:27 -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
d5358955f2 Fixed bug in smtp65 which was breaking long messages. CR->CRLF conversion. 2020-07-26 23:26:00 -04:00
Bobbi Webber-Manners
bf2b75e861 Bug fixes for base64 encoding, scrollback. WIP code for adding attachments. 2020-07-26 19:06:21 -04:00