Commit Graph

149 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
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
Bobbi Webber-Manners
5aeb10cf0b Fixed email_pager() so it shows correct # of lines in all cases 2020-07-21 23:01:02 -04:00
Bobbi Webber-Manners
8a4b99441f Refactored some of email_pager() in preparation for bug fix 2020-07-21 22:54:56 -04:00
Bobbi Webber-Manners
927944ce4c Added Base64 encoder for attachments. 2020-07-21 22:26:32 -04:00
Bobbi Webber-Manners
359a7c1018 Can now decode MIME messages which are not multi-part 2020-07-21 21:16:39 -04:00
Bobbi Webber-Manners
4e8ea63c4e The MIME line wrapping code is now used for plain text (7bit) too 2020-07-21 11:30:45 -04:00
Bobbi Webber-Manners
c21e07fac3 Finished up loose ends. Quoted-printable word wraps properly now. 2020-07-20 23:00:55 -04:00
Bobbi Webber-Manners
a8dc30962a Reworking of email_pager() / word_wrap_line_mime() is working now. 2020-07-20 22:41:30 -04:00
Bobbi Webber-Manners
4231d627b9 Updates to email_pager() / wrap_line_mime() are *mostly* working now 2020-07-20 22:20:40 -04:00
Bobbi Webber-Manners
c4c80165c2 Reworked word_wrap_line() to handle MIME properly. Can't enable it yet. 2020-07-20 18:16:53 -04:00
Bobbi Webber-Manners
34c097b962 More refactoring of email_pager(). 2020-07-20 18:07:12 -04:00
Bobbi Webber-Manners
9dd6b2bd3c Refactoring of email_pager() (work-in-progress) 2020-07-20 17:53:22 -04:00
Bobbi Webber-Manners
c4d062ae48 Added explicit param to decode_...() functions to specify buffer. 2020-07-20 17:30:30 -04:00