Commit Graph

145 Commits

Author SHA1 Message Date
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
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
efb66656e6 Fixed X-Mailer header. 2020-06-29 00:22:52 -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
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
Bobbi Webber-Manners
0feb779b55 First implementation of code to copy messages to another mbox 2020-06-26 13:44:21 -04:00
Bobbi Webber-Manners
a14a347f31 'New mailbox' and 'Change mailbox' implemented 2020-06-26 12:09:20 -04:00
Bobbi Webber-Manners
64cf1e7e58 Added missing break 2020-06-26 11:30:30 -04:00
Bobbi Webber-Manners
fa59ce9a2e Added function to create new mailbox 2020-06-26 11:29:45 -04:00
Bobbi Webber-Manners
84cac8efd4 Initial support for reading multiple mboxes 2020-06-26 11:00:11 -04:00
Bobbi Webber-Manners
4a2a942365 Added code for persisting email read/deleted status in EMAIL.DB 2020-06-25 23:18:23 -04:00
Bobbi Webber-Manners
872c5c3339 Show count of new message. Bug fix for multi-page summary. 2020-06-25 22:35:14 -04:00
Bobbi Webber-Manners
68069a2ac8 Added email status byte (del, read etc.) Support for multiple summary pages. 2020-06-25 21:47:03 -04:00
Bobbi Webber-Manners
03047d9fce Bugfix to EMAIL.SYSTEM 'B' (page up) command 2020-06-25 14:30:10 -04:00
Bobbi Webber-Manners
b3b556b440 Improvements to EMAIL.DB format. Don't delete headers, just hide them. 2020-06-25 14:23:38 -04:00
Bobbi Webber-Manners
71cfe5f60b POP65 can now append messages to the INBOX 2020-06-24 23:57:32 -04:00
Bobbi Webber-Manners
48912b1389 Improvements to email pager (almost usable now!) 2020-06-24 23:08:40 -04:00
Bobbi Webber-Manners
4f35b52c2b Further improvements to email reader 2020-06-24 22:05:55 -04:00
Bobbi Webber-Manners
2d01f84982 First hack at email summary UI with highlight bar 2020-06-24 20:25:31 -04:00
Bobbi Webber-Manners
9cee699f99 Further improvements to pop65.c and email.c user interface 2020-06-24 17:50:19 -04:00
Bobbi Webber-Manners
3183a67ce1 Initial work on EMAIL.SYSTEM, the user agent 2020-06-24 17:22:35 -04:00