Docs (and new screenshots)

This commit is contained in:
Bobbi Webber-Manners 2020-10-29 21:44:09 -04:00
parent df1fc96b91
commit d9506d3fdb
13 changed files with 17 additions and 4 deletions

View File

@ -6,10 +6,21 @@
## `ATTACHER.SYSTEM`
*Automatically invoked when exiting `EDIT.SYSTEM` when using W)rite, F)orward or R)eply in `EMAIL.SYSTEM`*
*Automatically invoked when exiting `EDIT.SYSTEM` when using the `W` (write email), `F` (forward email) or `R` (reply) commands in `EMAIL.SYSTEM`*
`ATTACHER.SYSTEM` is used for attaching files to outgoing email messages. This program is started automatically by `EDIT.SYSTEM` and is not normally invoked directly.
Here is how it looks when it first starts up - there are no attachments yet:
<p align="center"><img src="img/attacher-0.png" alt="Attacher Startup" height="400px"></p>
Using the file selector to choose an attachment:
<p align="center"><img src="img/attacher-fileui.png" alt="Attacher File UI" height="300px"></p>
<p align="center"><img src="img/attacher-vols.png" alt="Attacher File UI" height="300px"></p>
<p align="center"><img src="img/attacher-select.png" alt="Attacher File UI" height="300px"></p>
After having attached a file:
<p align="center"><img src="img/attacher-1.png" alt="Attacher with One File" height="300px"></p>
When `EDIT.SYSTEM` invokes `ATTACHER.SYSTEM`, the following operations occur:
- The outgoing email message is loaded from `OUTBOX` and copied to a temporary file. While copying, additional email headers are appended to indicate that this is a MIME multi-part message.
@ -24,5 +35,9 @@ When `EDIT.SYSTEM` invokes `ATTACHER.SYSTEM`, the following operations occur:
- `ATTACHER.SYSTEM` will terminate the MIME document, erase the original email file from `OUTBOX` and rename the temporary file to replace the original.
- `ATTACHER.SYSTEM` will reload `EMAIL.SYSTEM` once it is done.
Here is how the Base64-encoded email attachment is encoded:
<p align="center"><img src="img/edit-email-base64.png" alt="Base64 Encoded" height="400px"></p>
[Back to Main emai//er Docs](README-emailler.md#detailed-documentation-for-email-functions)

View File

@ -8,9 +8,7 @@
*Run using `Closed Apple`-`R` in `EMAIL.SYSTEM`*
<p align="center"><img src="img/NNTP65_1.jpg" alt="NNTP65" height="400px"></p>
<p align="center"><img src="img/NNTP65_2.jpg" alt="NNTP65" height="400px"></p>
<p align="center"><img src="img/NNTP65.jpg" alt="NNTP65" height="400px"></p>
`NNTP65.SYSTEM` is a Network News Transport Protocol (NNTP) client for the Apple II. It requires an Uthernet-II ethernet card and will not work with other interfaces without modification, because it uses the W5100 hardware TCP/IP stack.

View File

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

BIN
img/attacher-0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
img/attacher-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
img/attacher-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
img/attacher-fileui.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/edit-email-attach.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
img/edit-email-base64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
img/edit-email-example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB