Commit Graph

734 Commits

Author SHA1 Message Date
Bobbi Webber-Manners
caf217a29b Renamed config file to EMAIL.CFG. Added blank 800K ProDOS image. 2020-07-15 17:20:13 -04:00
Bobbi Webber-Manners
1f338e98ca Fixed crashing with cursor down at end of file. Belt and braces. 2020-07-13 00:05:15 -04:00
Bobbi Webber-Manners
2c0c746b9f Fixed bug whereby you could scroll off top (can still scroll off bottom) 2020-07-12 23:12:01 -04:00
Bobbi Webber-Manners
fd4a85b767 Convert tab to spaces for keyboard input 2020-07-12 19:05:25 -04:00
Bobbi Webber-Manners
419bcf4e5c Fixes to scrolling, cursor positioning. 2020-07-12 18:19:06 -04:00
Bobbi Webber-Manners
1849e63590 Merge branch 'master' of https://github.com/bobbimanners/ip65 2020-07-12 18:03:40 -04:00
Bobbi Webber-Manners
adabb7c0f3 Fixed bug where screen did not get properly updated after deletion 2020-07-12 18:03:05 -04:00
Bobbi Webber-Manners
1943dc2558 First sort-of-working version of edit.c. Work-in-progress. 2020-07-12 17:34:11 -04:00
Bobbi Webber-Manners
24314c2a58 Fixed typo (Thanks Andrew!) 2020-07-10 15:02:17 -04:00
Bobbi Webber-Manners
7175a78ec8 Bump version to v0.6 2020-07-08 19:20:08 -04:00
Bobbi Webber-Manners
477d677b60 A few doc fixes 2020-07-08 18:36:28 -04:00
Bobbi Webber-Manners
49ecd167ff Fixed get_line.c in pop65.c and smtp65.c. Fixed smtp65 error handling. 2020-07-08 18:28:33 -04:00
Bobbi Webber-Manners
56874574f3 get_line() fixes for rebuild.c 2020-07-08 17:11:53 -04:00
Bobbi Webber-Manners
9c85bf5d78 Fixed get_line() bugs in email.c 2020-07-08 17:05:20 -04:00
Bobbi Webber-Manners
27a0a05ae2 Improvements to rebuild.c so messages processed in numerical order 2020-07-08 14:46:49 -04:00
Bobbi Webber-Manners
ac1b02dba6 Fixup to README-emailler.md 2020-07-08 02:20:27 -04:00
Bobbi Webber-Manners
44c5cdd1c6 Cropped mime-view.png 2020-07-08 02:14:17 -04:00
Bobbi Webber-Manners
62c68cb1ff Updated screenshots and README-emailler.md 2020-07-08 02:12:34 -04:00
Bobbi Webber-Manners
5493171d14 Fixed bug with aborting F)wd 2020-07-08 00:50:20 -04:00
Bobbi Webber-Manners
42a92f2fa5 More README-emailler.md updates 2020-07-08 00:30:18 -04:00
Bobbi Webber-Manners
3b2b7088af Finally, some documentation updates. 2020-07-08 00:00:43 -04:00
Bobbi Webber-Manners
009c70fcc0 Fixed bugs when there are no messages in mbox (no selection!) 2020-07-07 23:09:47 -04:00
Bobbi Webber-Manners
3c88170354 Bail out gracefully if not able to seek empty mbox in reverse view 2020-07-07 22:52:36 -04:00
Bobbi Webber-Manners
c2617a21e4 Made my ASCII art fancier. 2020-07-07 22:12:28 -04:00
Bobbi Webber-Manners
b50cf66eb4 Do not include cc if blank. Added ASCII art image for empty mailbox. 2020-07-07 22:04:56 -04:00
Bobbi Webber-Manners
7feef999b0 Fixed bug in get_db_index() when reverse == 1 2020-07-07 21:33:56 -04:00
Bobbi Webber-Manners
dd2e545c4a rebuild.c marks messages as read when rebuilding EMAIL.DB 2020-07-07 20:09:15 -04:00
Bobbi Webber-Manners
9ba05ef98b Added utility for rebuilding EMAIL.DB. Other minor fixes. 2020-07-07 19:23:16 -04:00
Bobbi Webber-Manners
a8a81a4acf Fixed bug that was corrupting EMAIL.DB by using wrong idx when order reversed 2020-07-07 04:15:04 -04:00
Bobbi Webber-Manners
3aab6c2df5 Conditionally compile out reverse mode keys. Dangerous atm. 2020-07-07 03:52:36 -04:00
Bobbi Webber-Manners
6fa7af0931 Show spinner when downloading text file attachments 2020-07-07 03:12:15 -04:00
Bobbi Webber-Manners
f008dfc529 Added function to reverse order of mailbox summary using '<'/'>' keys 2020-07-07 02:23:07 -04:00
Bobbi Webber-Manners
0d0d562320 Fixed memory leak when read_email_db() is called with initialize==1 2020-07-07 01:36:49 -04:00
Bobbi Webber-Manners
f806be152b Scrolling preserves the screen holes now. 2020-07-06 12:10:47 -04:00
Bobbi Webber-Manners
369b6b4799 Fixed bug - readp uninitialized in email_pager() 2020-07-05 23:52:35 -04:00
Bobbi Webber-Manners
22b032a003 Bumped up version to v0.5 for the hell of it 2020-07-05 23:34:43 -04:00
Bobbi Webber-Manners
5fe4fb7148 Implemented scrollback dumping/restoring screen memory from disk file 2020-07-05 23:31:38 -04:00
Bobbi Webber-Manners
52a40d6bf4 Finished refactoring of MIME decoding, display & save to file 2020-07-05 19:01:31 -04:00
Bobbi Webber-Manners
b0b92c555d Truncate strings without spaces to 80 chars 2020-07-05 18:09:48 -04:00
Bobbi Webber-Manners
5feea91a24 More minor fixup to email_pager() 2020-07-05 17:32:54 -04:00
Bobbi Webber-Manners
2e478b0da3 Code cleanup. Show spinner when skipping attachment. 2020-07-05 17:29:36 -04:00
Bobbi Webber-Manners
856067e9ce Implemented line wrapping for plain text and MIME quoted-printable 2020-07-05 16:33:16 -04:00
Bobbi Webber-Manners
d8f446a41c First part of refactoring of email_pager() function. More to come. 2020-07-04 23:22:23 -04:00
Bobbi Webber-Manners
76217e68bf Renamed label 2020-07-04 19:51:33 -04:00
Bobbi Webber-Manners
db376e06e0 Code cleanup in email_pager() 2020-07-04 19:48:59 -04:00
Bobbi Webber-Manners
71cc1073e9 Reset get_line() buffer when seeking 2020-07-04 19:38:01 -04:00
Bobbi Webber-Manners
8bf4b0e50a Sanitize MIME filenames for ProDOS 2020-07-03 04:12:12 -04:00
Bobbi Webber-Manners
e18aa8680d Fixed type of base64 decode table. Should be int8_t[] 2020-07-02 23:28:16 -04:00
Bobbi Webber-Manners
b96a26ddc9 Minor efficiency improvements in email_pager() loop. 2020-07-02 19:30:38 -04:00
Bobbi Webber-Manners
6d09addf98 Improved the efficiency of Base64 decoding a bit 2020-07-02 19:02:24 -04:00