Commit Graph

  • f30e82362f Fixed cursor position bug with cursor left at end of wrapped line Bobbi Webber-Manners 2020-08-02 17:25:15 -04:00
  • c4d68b9588 v0.93 release emailler-v0.93 Bobbi Webber-Manners 2020-08-02 00:15:45 -04:00
  • d906e23930 Tidied up commented out code Bobbi Webber-Manners 2020-08-02 00:13:32 -04:00
  • 827b994dc6 Fixed cursor right bug when line >80 chars Bobbi Webber-Manners 2020-08-01 23:18:13 -04:00
  • 9c5d507376 EMAIL.SYSTEM: fixed bug moving/copying messages to another folder Bobbi Webber-Manners 2020-08-01 23:01:31 -04:00
  • 2917f00f14 Fixed bug with highlighting of selection Bobbi Webber-Manners 2020-08-01 20:35:34 -04:00
  • d30af5e7da Improved status bar, reporting of modes etc. Bobbi Webber-Manners 2020-08-01 20:29:19 -04:00
  • 04b4d29eef Added OA-U 'unwrap paragraph' function Bobbi Webber-Manners 2020-08-01 15:38:56 -04:00
  • 0239a03923 Fixed cursor left bug. Fixed load file bug also. Bobbi Webber-Manners 2020-08-01 15:32:58 -04:00
  • 038cc6bdcc Implemented OA-W word-wrap paragraph feature Bobbi Webber-Manners 2020-08-01 02:29:33 -04:00
  • 06657eaa94 Fixed bug in block highlight. Start of word_wrap_para() function WIP. Bobbi Webber-Manners 2020-08-01 01:53:56 -04:00
  • 28e2b8d020 Improved OA-I 'Insert File' function. Bobbi Webber-Manners 2020-08-01 01:24:38 -04:00
  • 039dceeff7 Fixed help screen to show Open Apple character Bobbi Webber-Manners 2020-08-01 01:14:49 -04:00
  • 4012deb091 EDIT: Modified to load help from file, switched to 100% conio calls for screen Bobbi Webber-Manners 2020-08-01 00:25:08 -04:00
  • 61c8763ff4 Fixed a screen update bug in EDIT when deleting char on last line of file Bobbi Webber-Manners 2020-07-31 00:16:12 -04:00
  • 769be4a11a Added prebuild 800KB disk image for emai//er v0.91 emailler-v0.91 Bobbi Webber-Manners 2020-07-29 23:40:31 -04:00
  • 875b01a5f5 Removed obsolete TODOs Bobbi Webber-Manners 2020-07-29 23:32:16 -04:00
  • 47340307ba Bump up version to v0.91. Bobbi Webber-Manners 2020-07-29 22:51:31 -04:00
  • 72d5177e98 Improved reply and forward functionality Bobbi Webber-Manners 2020-07-29 22:51:11 -04:00
  • be340f0c1c email_pager(): improved status bar and fixed EOF bug (last line shown twice) Bobbi Webber-Manners 2020-07-29 18:21:10 -04:00
  • d6841c517c Replaced get_line() with new implementation which is faster, less buggy! Bobbi Webber-Manners 2020-07-29 17:28:35 -04:00
  • 24f022f0bd Inlined decode_base64() Bobbi Webber-Manners 2020-07-28 23:45:56 -04:00
  • 854227751d Slight optimization to decode_base64. Bobbi Webber-Manners 2020-07-28 23:03:27 -04:00
  • 514ff964e2 README-emailler.md updates Bobbi Webber-Manners 2020-07-28 21:41:41 -04:00
  • e2c962b899 Updates to README-emailler.md Bobbi Webber-Manners 2020-07-28 20:56:45 -04:00
  • b77c7ad996 The filesize needs a 32 bit variable, not 16 Bobbi Webber-Manners 2020-07-28 19:20:00 -04:00
  • 15c0e90323 Only use basename of filename for MIME attachment metadata Bobbi Webber-Manners 2020-07-28 17:32:03 -04:00
  • bdfa35db41 Broke out MIME attachment functionality into a separate program (ATTACHER) Bobbi Webber-Manners 2020-07-28 17:14:43 -04:00
  • 0b5150cf3b Reinstated all the IP65 programs on the floppy image Bobbi Webber-Manners 2020-07-27 10:09:00 -04:00
  • d5358955f2 Fixed bug in smtp65 which was breaking long messages. CR->CRLF conversion. Bobbi Webber-Manners 2020-07-26 23:26:00 -04:00
  • bf2b75e861 Bug fixes for base64 encoding, scrollback. WIP code for adding attachments. Bobbi Webber-Manners 2020-07-26 19:06:21 -04:00
  • 98cb6c4077 Added OA-I "Insert file" command Bobbi Webber-Manners 2020-07-24 21:30:16 -04:00
  • fc7f6ae684 EDIT now looks for EMAIL.SYSTEM in current dir (not /IP65) Bobbi Webber-Manners 2020-07-24 01:19:52 -04:00
  • 567e1a55d9 Fixed bug in edit.c - incorrect screen update if EOL is first insertation Bobbi Webber-Manners 2020-07-23 22:32:37 -04:00
  • 5aeb10cf0b Fixed email_pager() so it shows correct # of lines in all cases Bobbi Webber-Manners 2020-07-21 23:01:02 -04:00
  • 8a4b99441f Refactored some of email_pager() in preparation for bug fix Bobbi Webber-Manners 2020-07-21 22:54:56 -04:00
  • 927944ce4c Added Base64 encoder for attachments. Bobbi Webber-Manners 2020-07-21 22:26:32 -04:00
  • 359a7c1018 Can now decode MIME messages which are not multi-part Bobbi Webber-Manners 2020-07-21 21:16:39 -04:00
  • 4e8ea63c4e The MIME line wrapping code is now used for plain text (7bit) too Bobbi Webber-Manners 2020-07-21 11:30:45 -04:00
  • c02182e3a3 Bumped up version to 0.85 Bobbi Webber-Manners 2020-07-20 23:06:10 -04:00
  • c21e07fac3 Finished up loose ends. Quoted-printable word wraps properly now. Bobbi Webber-Manners 2020-07-20 23:00:55 -04:00
  • a8dc30962a Reworking of email_pager() / word_wrap_line_mime() is working now. Bobbi Webber-Manners 2020-07-20 22:41:30 -04:00
  • 4231d627b9 Updates to email_pager() / wrap_line_mime() are *mostly* working now Bobbi Webber-Manners 2020-07-20 22:20:40 -04:00
  • c4c80165c2 Reworked word_wrap_line() to handle MIME properly. Can't enable it yet. Bobbi Webber-Manners 2020-07-20 18:16:53 -04:00
  • 34c097b962 More refactoring of email_pager(). Bobbi Webber-Manners 2020-07-20 18:07:12 -04:00
  • 9dd6b2bd3c Refactoring of email_pager() (work-in-progress) Bobbi Webber-Manners 2020-07-20 17:53:22 -04:00
  • c4d062ae48 Added explicit param to decode_...() functions to specify buffer. Bobbi Webber-Manners 2020-07-20 17:30:30 -04:00
  • e203ea3e0c Added explicit param to get_line() to specify write buffer Bobbi Webber-Manners 2020-07-20 17:20:44 -04:00
  • 5c7265980f Made picture larger Bobbi Webber-Manners 2020-07-19 22:01:39 -04:00
  • 20b5bc527a Added screenshot of EDIT's help page, in lieu of proper docs Bobbi Webber-Manners 2020-07-19 22:00:23 -04:00
  • 9376dce5dd Change return type of main() to void, to avoid warning. Bobbi Webber-Manners 2020-07-19 20:25:49 -04:00
  • a04819d630 Updated EMAIL.SYSTEM Ctrl-keys to use Open Apple instead. Bobbi Webber-Manners 2020-07-19 18:03:01 -04:00
  • 4a920c5bbc Fixed some screen corruption bugs. Addressed some other irritations. Bobbi Webber-Manners 2020-07-19 17:53:49 -04:00
  • b2b1a03dec Refinements to OA-L "Load" command. Bobbi Webber-Manners 2020-07-19 12:25:55 -04:00
  • d3f80e9205 Allow ESC to abort when entering names. Minor UI cleanup. Bobbi Webber-Manners 2020-07-19 11:15:57 -04:00
  • eb660103a9 Improved OA-R "Replace" function. Bobbi Webber-Manners 2020-07-19 01:25:29 -04:00
  • f7b574a044 Fixed bug with OA-M Move command Bobbi Webber-Manners 2020-07-19 01:03:27 -04:00
  • 0c53299815 Moved some more code to LC. Allows bigger edit buffer. Bobbi Webber-Manners 2020-07-19 00:21:03 -04:00
  • 8539821d71 Implemented OA-N "Name file" command. Made saving more paranoid. Bobbi Webber-Manners 2020-07-19 00:01:59 -04:00
  • 315fd8d2ac OA-R Replace command is now implemented. More or less feature complete. Bobbi Webber-Manners 2020-07-18 02:09:14 -04:00
  • bc58e3689f Added modified flag and chance to save unsaved changes on exit Bobbi Webber-Manners 2020-07-18 01:45:36 -04:00
  • 0e3e7ee449 Park selection at the end, when not being used Bobbi Webber-Manners 2020-07-18 01:27:23 -04:00
  • 1561c6d8d4 Convenient repeat search Bobbi Webber-Manners 2020-07-18 01:22:33 -04:00
  • 0eccbbf85a OA-F 'Find' command implemented Bobbi Webber-Manners 2020-07-18 00:59:35 -04:00
  • 860ee06a42 Added help screen Bobbi Webber-Manners 2020-07-18 00:03:27 -04:00
  • 8a5905908e Block copy and move working. Other Appleworks keystrokes implemented. Bobbi Webber-Manners 2020-07-17 22:33:25 -04:00
  • 65e7ec6d8d Selection delete is working now Bobbi Webber-Manners 2020-07-17 20:08:26 -04:00
  • 289b54b96e Bug fix to update_after_delete*() routines. Start of support for selection. Bobbi Webber-Manners 2020-07-17 17:30:16 -04:00
  • 5120c43ddd Fixed some cursor movement bugs. More fixes to screen refresh. Bobbi Webber-Manners 2020-07-16 21:10:27 -04:00
  • 6b9a0cf1f2 Fixed some screen refresh bugs in EDIT. Seems okay now. Bobbi Webber-Manners 2020-07-16 19:16:59 -04:00
  • a0a604458f Updated README-emailler.md Bobbi Webber-Manners 2020-07-16 17:42:23 -04:00
  • f0441f5668 Editor improvements. Load/Save/New file. Prompting. Error messages. Bobbi Webber-Manners 2020-07-16 17:38:37 -04:00
  • 90f20a31d7 Added new 'E' command to open message in editor Bobbi Webber-Manners 2020-07-16 17:36:01 -04:00
  • dedb05e6fa Got rid of '!' command (debug) Bobbi Webber-Manners 2020-07-16 16:27:15 -04:00
  • 3a17401b76 Fixed some crashing bugs. Screen refresh is still bug-o-rama. Bobbi Webber-Manners 2020-07-16 00:33:48 -04:00
  • 7c64f5baf2 Minor improvements to editor. Changed keymap. Bobbi Webber-Manners 2020-07-16 00:00:34 -04:00
  • ee2ec27a3c Fixed a couple of typos Bobbi Webber-Manners 2020-07-15 21:30:03 -04:00
  • c45cff7aa1 Updated README-emailler.md Bobbi Webber-Manners 2020-07-15 21:27:28 -04:00
  • 0b6be8bba3 Added save command finally!! Bobbi Webber-Manners 2020-07-15 20:46:43 -04:00
  • c055609f2c Time for a version bump. 0.7. Bobbi Webber-Manners 2020-07-15 20:21:03 -04:00
  • 2ad28c454c EMAIL can now pass filename to be edited to EDIT. Bobbi Webber-Manners 2020-07-15 20:15:57 -04:00
  • c02af8d466 EMAIL can now invoke POP65 and SMTP65, and they will invoke it in return Bobbi Webber-Manners 2020-07-15 19:45:25 -04:00
  • 1a1b499e43 EMAIL can now load EDIT, and vice versa. Bobbi Webber-Manners 2020-07-15 18:51:46 -04:00
  • 532c0cd4a3 Added code to load_file() to convert tabs to spaces Bobbi Webber-Manners 2020-07-15 17:56:40 -04:00
  • 9827442408 Added test file for editor. Bobbi Webber-Manners 2020-07-15 17:24:02 -04:00
  • c30952d246 Updated README-emailler.md to reflect change to config filename Bobbi Webber-Manners 2020-07-15 17:21:59 -04:00
  • caf217a29b Renamed config file to EMAIL.CFG. Added blank 800K ProDOS image. Bobbi Webber-Manners 2020-07-15 17:20:13 -04:00
  • 1f338e98ca Fixed crashing with cursor down at end of file. Belt and braces. Bobbi Webber-Manners 2020-07-13 00:05:15 -04:00
  • 2c0c746b9f Fixed bug whereby you could scroll off top (can still scroll off bottom) Bobbi Webber-Manners 2020-07-12 23:12:01 -04:00
  • fd4a85b767 Convert tab to spaces for keyboard input Bobbi Webber-Manners 2020-07-12 19:05:25 -04:00
  • 419bcf4e5c Fixes to scrolling, cursor positioning. Bobbi Webber-Manners 2020-07-12 18:19:06 -04:00
  • 1849e63590 Merge branch 'master' of https://github.com/bobbimanners/ip65 Bobbi Webber-Manners 2020-07-12 18:03:40 -04:00
  • adabb7c0f3 Fixed bug where screen did not get properly updated after deletion Bobbi Webber-Manners 2020-07-12 18:03:05 -04:00
  • 1943dc2558 First sort-of-working version of edit.c. Work-in-progress. Bobbi Webber-Manners 2020-07-12 17:34:11 -04:00
  • 24314c2a58 Fixed typo (Thanks Andrew!) Bobbi Webber-Manners 2020-07-10 15:02:17 -04:00
  • 7175a78ec8 Bump version to v0.6 Bobbi Webber-Manners 2020-07-08 19:20:08 -04:00
  • 477d677b60 A few doc fixes Bobbi Webber-Manners 2020-07-08 18:36:28 -04:00
  • 49ecd167ff Fixed get_line.c in pop65.c and smtp65.c. Fixed smtp65 error handling. Bobbi Webber-Manners 2020-07-08 18:28:33 -04:00
  • 56874574f3 get_line() fixes for rebuild.c Bobbi Webber-Manners 2020-07-08 17:11:53 -04:00
  • 9c85bf5d78 Fixed get_line() bugs in email.c Bobbi Webber-Manners 2020-07-08 17:05:20 -04:00