Commit Graph

824 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
f87ec0fca7 Revert "Fixed corner case in cursor_right()"
This reverts commit 50a304d5ef.
2020-08-02 22:49:53 -04:00
Bobbi Webber-Manners
50a304d5ef Fixed corner case in cursor_right() 2020-08-02 22:45:47 -04:00
Bobbi Webber-Manners
51369640a3 EDIT: Set filetype to TXT. Improved error handling on gap buffer interfacce. 2020-08-02 22:28:01 -04:00
Bobbi Webber-Manners
de28945057 Use NCOLS rather than hard-coding value 2020-08-02 17:28:42 -04:00
Bobbi Webber-Manners
f30e82362f Fixed cursor position bug with cursor left at end of wrapped line 2020-08-02 17:25:15 -04:00
Bobbi Webber-Manners
c4d68b9588 v0.93 release 2020-08-02 00:15:45 -04:00
Bobbi Webber-Manners
d906e23930 Tidied up commented out code 2020-08-02 00:13:32 -04:00
Bobbi Webber-Manners
827b994dc6 Fixed cursor right bug when line >80 chars 2020-08-01 23:18:13 -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
2917f00f14 Fixed bug with highlighting of selection 2020-08-01 20:35:34 -04:00
Bobbi Webber-Manners
d30af5e7da Improved status bar, reporting of modes etc. 2020-08-01 20:29:19 -04:00
Bobbi Webber-Manners
04b4d29eef Added OA-U 'unwrap paragraph' function 2020-08-01 15:38:56 -04:00
Bobbi Webber-Manners
0239a03923 Fixed cursor left bug. Fixed load file bug also. 2020-08-01 15:32:58 -04:00
Bobbi Webber-Manners
038cc6bdcc Implemented OA-W word-wrap paragraph feature 2020-08-01 02:29:33 -04:00
Bobbi Webber-Manners
06657eaa94 Fixed bug in block highlight. Start of word_wrap_para() function WIP. 2020-08-01 01:53:56 -04:00
Bobbi Webber-Manners
28e2b8d020 Improved OA-I 'Insert File' function. 2020-08-01 01:24:38 -04:00
Bobbi Webber-Manners
039dceeff7 Fixed help screen to show Open Apple character 2020-08-01 01:14:49 -04:00
Bobbi Webber-Manners
4012deb091 EDIT: Modified to load help from file, switched to 100% conio calls for screen 2020-08-01 00:25:08 -04:00
Bobbi Webber-Manners
61c8763ff4 Fixed a screen update bug in EDIT when deleting char on last line of file 2020-07-31 00:16:12 -04:00
Bobbi Webber-Manners
769be4a11a Added prebuild 800KB disk image for emai//er v0.91 2020-07-29 23:40:31 -04:00
Bobbi Webber-Manners
875b01a5f5 Removed obsolete TODOs 2020-07-29 23:32:16 -04:00
Bobbi Webber-Manners
47340307ba Bump up version to v0.91. 2020-07-29 22:51:31 -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
514ff964e2 README-emailler.md updates 2020-07-28 21:41:41 -04:00
Bobbi Webber-Manners
e2c962b899 Updates to README-emailler.md 2020-07-28 20:56:45 -04:00
Bobbi Webber-Manners
b77c7ad996 The filesize needs a 32 bit variable, not 16 2020-07-28 19:20:00 -04:00
Bobbi Webber-Manners
15c0e90323 Only use basename of filename for MIME attachment metadata 2020-07-28 17:32:03 -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
0b5150cf3b Reinstated all the IP65 programs on the floppy image 2020-07-27 10:09:00 -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
98cb6c4077 Added OA-I "Insert file" command 2020-07-24 21:30:16 -04:00
Bobbi Webber-Manners
fc7f6ae684 EDIT now looks for EMAIL.SYSTEM in current dir (not /IP65) 2020-07-24 01:19:52 -04:00
Bobbi Webber-Manners
567e1a55d9 Fixed bug in edit.c - incorrect screen update if EOL is first insertation 2020-07-23 22:32:37 -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
c02182e3a3 Bumped up version to 0.85 2020-07-20 23:06:10 -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