Commit Graph

141 Commits

Author SHA1 Message Date
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
e564110348 pop65.c: Fixed bug where CRLF.CRLF would not be detected on packet boundary 2020-06-30 22:53:23 -04:00
Bobbi Webber-Manners
ec3e4d8e8a Added screenshots of POP65 and SMTP64 2020-06-30 20:58:50 -04:00
Bobbi Webber-Manners
1d249d1bc5 Added screenshots to README-emailler.md 2020-06-30 15:51:43 -04:00
Bobbi Webber-Manners
71ef8c6f76 Checked in screenshots 2020-06-30 15:49:46 -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
34d334cadb smtp.c: Fixed typo in comment 2020-06-30 10:57:34 -04:00
Bobbi Webber-Manners
2111259899 pop65.c: Fixed bug where spinner text was corrupted by DELE command 2020-06-30 10:57:03 -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
Bobbi Webber-Manners
2339275bb4 Minor code cleanup 2020-06-29 19:54:57 -04:00
Bobbi Webber-Manners
6d9fcc5dbe email.c: Automatically put date/time string in outgoing emails 2020-06-29 19:51:34 -04:00
Bobbi Webber-Manners
9c19434397 Show system date in status bar. Code cleanup. 2020-06-29 19:23:53 -04:00
Bobbi Webber-Manners
aecf9496ec Prompt for Subject, To, Cc when composing a new message 2020-06-29 18:29:05 -04:00
Bobbi Webber-Manners
7198868fb2 POP65: Added option to delete messages from POP3 server 2020-06-29 17:51:12 -04:00
Bobbi Webber-Manners
1b75b8f708 Finished SMTP65 - copy msg to SENT, clean up OUTBOX. Multiple recipients. 2020-06-29 16:59:46 -04:00
Bobbi Webber-Manners
eebbf62cac email.c: Removed debug printout accidentally checked in 2020-06-29 16:00:51 -04:00
Bobbi Webber-Manners
1c274a02a8 email.c: Create files with correct file type. Handle <> in From field. 2020-06-29 15:58:16 -04:00
Bobbi Webber-Manners
a83df5ad8b POP65 - create files with correct type. Clean up spool dir. 2020-06-29 15:57:29 -04:00
Bobbi Webber-Manners
efb66656e6 Fixed X-Mailer header. 2020-06-29 00:22:52 -04:00
Bobbi Webber-Manners
effe9ee473 Sender and recipient were back to front in SMTP65! 2020-06-28 23:42:38 -04:00
Bobbi Webber-Manners
219c435a49 SMTP65 can send messages now - still not complete though! 2020-06-28 23:15:09 -04:00
Bobbi Webber-Manners
b616df27f7 In progress checkin of SMTP65. Not working yet. 2020-06-28 13:14:29 -04:00
Bobbi Webber-Manners
260e9dde20 Added write, reply & forward functions. No editor yet. 2020-06-28 00:25:49 -04:00
Bobbi Webber-Manners
530efc85f1 Beginnings of support for sending messages 2020-06-27 21:00:50 -04:00
Bobbi Webber-Manners
b621b4eb64 Removed dead code 2020-06-27 20:38:08 -04:00
Bobbi Webber-Manners
40738651d0 Stop showing message numbers in the UI. It is debug really. 2020-06-27 20:02:09 -04:00
Bobbi Webber-Manners
901b67396e Use cursor row location (0x25) in the pager; robust to long lines! 2020-06-27 19:54:40 -04:00
Bobbi Webber-Manners
fb7647357e Added logo graphic for Emai//er. 2020-06-27 19:15:39 -04:00
Bobbi Webber-Manners
7a1b29128b Implemented purge feature to permanently delete emails 2020-06-27 02:53:46 -04:00
Bobbi Webber-Manners
c2ab1ceb17 Forgot to update TODO comment 2020-06-26 23:50:21 -04:00
Bobbi Webber-Manners
2e19576cad Move to next email automatically when tagging, to allow rapid tagging 2020-06-26 23:47:05 -04:00
Bobbi Webber-Manners
ac968c032f Show count when copying tagged group of messages 2020-06-26 23:42:03 -04:00
Bobbi Webber-Manners
42cd7b65c1 Copy and move of a group of tagged emails to another mbox is implemented 2020-06-26 23:27:59 -04:00
Bobbi Webber-Manners
24041072bb Added support for tagging messages (nothing uses it yet) 2020-06-26 20:28:41 -04:00
Bobbi Webber-Manners
d263f86941 More refinements to the error handling 2020-06-26 19:30:06 -04:00
Bobbi Webber-Manners
60d910aacb Improved error handling 2020-06-26 19:17:05 -04:00
Bobbi Webber-Manners
1628f98009 Improved UI prompts and validation 2020-06-26 17:57:38 -04:00
Bobbi Webber-Manners
455ffbdab8 Sped up email copies between mboxes 2020-06-26 14:12:58 -04:00