Updated screenshots and README-emailler.md

This commit is contained in:
Bobbi Webber-Manners 2020-07-08 02:12:34 -04:00
parent 5493171d14
commit 62c68cb1ff
9 changed files with 15 additions and 1 deletions

View File

@ -131,6 +131,8 @@ POP65 runs without any user interaction and performs the following tasks:
EMAIL is a simple mail user agent for reading and managing email.
<p align="center"><img src="img/inbox-zero.png" alt="Inbox Zero" height="400px"></p>
<p align="center"><img src="img/summary-screen.png" alt="Summary Screen" height="400px"></p>
When the EMAIL application is started it will show the `INBOX` in the summary screen. This shows the following important information for each message:
@ -161,7 +163,14 @@ Main menu commands:
- '>' - Switch the order of the email summary to show the most recently added messages last. The indicator in the status bar will change to `<` to indicate the order.
- `Q)uit` - Quit from the EMAIL user interface.
<p align="center"><img src="img/email-pager.png" alt="Email Pager" height="400px"></p>
<p align="center"><img src="img/raw-text.png" alt="Email Pager" height="400px">
Plain Text View</p>
<p align="center"><img src="img/headers-view.png" alt="Email Pager" height="400px">
Headers View</p>
<p align="center"><img src="img/mime-view.png" alt="Email Pager" height="400px">
MIME View</p>
### Mail Pager
@ -186,6 +195,9 @@ Long lines are word-wrapped at 80 columns in all three views.
### MIME Support
<p align="center"><img src="img/attachment.png" alt="Downloading Attachment" height="400px">
Downloading Attachment</p>
EMAIL is able to decode messages encoded with the Multipurpose Internet Mail Extensions (MIME). This allows email bodies which are encoded as anything other than plain text email to be extracted and formatted for the screen, and also provides support for extracting and saving to disk email attachments.
Support for *composing* message with attachments is planned for a later release.

View File

@ -4,6 +4,8 @@
// Bobbi June, July 2020
/////////////////////////////////////////////////////////////////
// - TODO: REBUILD should iterate through EMAIL.1 .. EMAIL.65535
// **in order**. Wonder how slow that is.
// - TODO: BUG- If there is no trailing newlines, the last line of the
// message seems to be shown twice. Probably get_line() error.
// This is most obvious in SENT box if you don't CR final line.

BIN
img/attachment.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

BIN
img/headers-view.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

BIN
img/inbox-zero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
img/mime-view.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

BIN
img/raw-text.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 274 KiB