diff --git a/README-attacher.md b/README-attacher.md index 7267cbf..a48de39 100644 --- a/README-attacher.md +++ b/README-attacher.md @@ -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: +

Attacher Startup

+ +Using the file selector to choose an attachment: +

Attacher File UI

+

Attacher File UI

+

Attacher File UI

+ +After having attached a file: +

Attacher with One File

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

Base64 Encoded

+ + [Back to Main emai//er Docs](README-emailler.md#detailed-documentation-for-email-functions) diff --git a/README-nntp65.md b/README-nntp65.md index 35e99cc..81b163d 100644 --- a/README-nntp65.md +++ b/README-nntp65.md @@ -8,9 +8,7 @@ *Run using `Closed Apple`-`R` in `EMAIL.SYSTEM`* -

NNTP65

- -

NNTP65

+

NNTP65

`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. diff --git a/img/NNTP65_1.jpg b/img/NNTP65.jpg similarity index 100% rename from img/NNTP65_1.jpg rename to img/NNTP65.jpg diff --git a/img/NNTP65_2.jpg b/img/NNTP65_2.jpg deleted file mode 100644 index 4ff0117..0000000 Binary files a/img/NNTP65_2.jpg and /dev/null differ diff --git a/img/attacher-0.png b/img/attacher-0.png new file mode 100644 index 0000000..244b8b2 Binary files /dev/null and b/img/attacher-0.png differ diff --git a/img/attacher-1.png b/img/attacher-1.png new file mode 100644 index 0000000..d6a567e Binary files /dev/null and b/img/attacher-1.png differ diff --git a/img/attacher-2.png b/img/attacher-2.png new file mode 100644 index 0000000..0c46e5f Binary files /dev/null and b/img/attacher-2.png differ diff --git a/img/attacher-fileui-select.png b/img/attacher-fileui-select.png new file mode 100644 index 0000000..d3ed132 Binary files /dev/null and b/img/attacher-fileui-select.png differ diff --git a/img/attacher-fileui-vols.png b/img/attacher-fileui-vols.png new file mode 100644 index 0000000..38d55af Binary files /dev/null and b/img/attacher-fileui-vols.png differ diff --git a/img/attacher-fileui.png b/img/attacher-fileui.png new file mode 100644 index 0000000..dfa140d Binary files /dev/null and b/img/attacher-fileui.png differ diff --git a/img/edit-email-attach.png b/img/edit-email-attach.png new file mode 100644 index 0000000..74a78a0 Binary files /dev/null and b/img/edit-email-attach.png differ diff --git a/img/edit-email-base64.png b/img/edit-email-base64.png new file mode 100644 index 0000000..d13d553 Binary files /dev/null and b/img/edit-email-base64.png differ diff --git a/img/edit-email-example.png b/img/edit-email-example.png new file mode 100644 index 0000000..ce09654 Binary files /dev/null and b/img/edit-email-example.png differ