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 |
|
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 |
|