Commit Graph

90 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
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
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
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
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
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
Bobbi Webber-Manners
9e97d399ac Improved base64 decoder performance a little (using table) 2020-07-02 00:19:16 -04:00
Bobbi Webber-Manners
5b520be724 Added y/n prompt to download attachment. 2020-07-01 23:26:39 -04:00
Bobbi Webber-Manners
9bdb194695 Clean up spinner after downloading attachment 2020-07-01 23:14:28 -04:00
Bobbi Webber-Manners
0de9fc34a0 Some MIME bugfixes (closing files etc.) Added spinner for saving attachment. 2020-07-01 23:07:02 -04:00
Bobbi Webber-Manners
6a4889bf63 Initial support for saving attachments to file 2020-07-01 19:48:22 -04:00
Bobbi Webber-Manners
d2da9ddaec Initial support for MIME decoding of quoted-printable 2020-07-01 17:01:54 -04:00
Bobbi Webber-Manners
0931186084 Don't create EMAIL.DB in OUTBOX. Prompt for email addr when forwarding. 2020-07-01 00:10:27 -04:00
Bobbi Webber-Manners
ec3e4d8e8a Added screenshots of POP65 and SMTP64 2020-06-30 20:58:50 -04:00
Bobbi Webber-Manners
552ff8600b Removed extraneous linebreak in email headers 2020-06-30 13:33:25 -04:00
Bobbi Webber-Manners
11901d908e Fixed line-endings in blank new email 2020-06-30 13:28:00 -04:00
Bobbi Webber-Manners
b586c108fe email.c: Reload mailbox after P)urge command 2020-06-30 10:56:38 -04:00
Bobbi Webber-Manners
87d4b8e94f Fixed bug - X-Mailer: header missing when creating blank email 2020-06-30 02:33:06 -04:00
Bobbi Webber-Manners
8d7ece7173 Fixed bug - 19 messages total, 18 per page, can't advance to page 2. 2020-06-30 00:43:54 -04:00
Bobbi Webber-Manners
017f9abd87 Fixed a bug copying message to the SENT mailbox 2020-06-30 00:20:03 -04:00
Bobbi Webber-Manners
359eb7b3f0 More README-emailler.md 2020-06-29 23:07:50 -04:00