]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Reformat text
authorRuben Beltran del Rio <redacted>
Sat, 25 Jan 2025 12:51:37 +0000 (13:51 +0100)
committerRuben Beltran del Rio <redacted>
Sat, 25 Jan 2025 12:51:37 +0000 (13:51 +0100)
olden-mail.gmi

index 924a2c169375892fa766a3becd482305ca5b8424..667603afd1a607aeb6b94ce9a50061e140beda8c 100644 (file)
@@ -2,12 +2,9 @@
 --- description: IMAP & SMTP proxy to connect vintage clients to modern e-mail.
 ## Olden Mail
 
 --- description: IMAP & SMTP proxy to connect vintage clients to modern e-mail.
 ## Olden Mail
 
-olden-mail is an IMAP & SMTP proxy that allows you to connect to SSL
-enabled mail servers using insecure plaintext connections.
+olden-mail is an IMAP & SMTP proxy that allows you to connect to SSL enabled mail servers using insecure plaintext connections.
 
 
-This is of course very insecure, but it's intended to allow vintage
-computers that don't have SSL capability or ther right ciphers to still
-be used for e-mail.
+This is of course very insecure, but it's intended to allow vintage computers that don't have SSL capability or ther right ciphers to still be used for e-mail.
 
 => https://git.r.bdr.sh/rbdr/olden-mail ⧇ source
 => https://git.sr.ht/~rbdr/olden-mail ⧉ mirror
 
 => https://git.r.bdr.sh/rbdr/olden-mail ⧇ source
 => https://git.sr.ht/~rbdr/olden-mail ⧉ mirror
@@ -23,14 +20,11 @@ You can install using homebrew.
 ```
 
 ### Prebuilt Packages
 ```
 
 ### Prebuilt Packages
-You can find pre-built packages for linux @ build.r.bdr.sh. There you can
-find a `.tar.gz` that includes only the binary, or `.rpm` and `.deb`
-distributions for fedora and debian that include a manpage.
+You can find pre-built packages for linux @ build.r.bdr.sh. There you can find a `.tar.gz` that includes only the binary, or `.rpm` and `.deb` distributions for fedora and debian that include a manpage.
 
 Binaries are provided for x86_64 and aarch64.
 
 
 Binaries are provided for x86_64 and aarch64.
 
-Unstable releases are built directly from the main branch, while tagged
-versions have their own release and can be considered more stable.
+Unstable releases are built directly from the main branch, while tagged versions have their own release and can be considered more stable.
 
 => gemini://build.r.bdr.sh/olden-mail olden-mail pre-built releases @ gemini
 => https://build.r.bdr.sh/olden-mail olden-mail pre-built releases @ https
 
 => gemini://build.r.bdr.sh/olden-mail olden-mail pre-built releases @ gemini
 => https://build.r.bdr.sh/olden-mail olden-mail pre-built releases @ https
@@ -53,23 +47,15 @@ Then copy the file somewhere in your PATH
 The proxy requires you to set environment variables, but otherwise takes
 no options.
 
 The proxy requires you to set environment variables, but otherwise takes
 no options.
 
-* `LOCAL_IMAP_PORT` u16, the port in which the server will listen for
-  IMAP clients. Defaults to 143.
-* `LOCAL_IMAP_BIND_ADDRESS` String, the address on which to listen for
-  IMAP clients. Defaults to 0.0.0.0.
-* `REMOTE_IMAP_PORT` u16, the port to which the server will forward the
-  IMAP messages. Defaults to 993.
-* `REMOTE_IMAP_HOST` String, the host to which the server will forward the
-  IMAP messages. Required.
-
-* `LOCAL_SMTP_PORT` u16, the port in which the server will listen for
-  SMTP clients. Defaults to 25.
-* `LOCAL_SMTP_BIND_ADDRESS` String, the address on which to listen for
-  SMTP clients. Defaults to 0.0.0.0.
-* `REMOTE_SMTP_PORT` u16, the port to which the server will forward the
-  SMTP messages. Defaults to 465.
-* `REMOTE_SMTP_HOST` String, the host to which the server will forward the
-  SMTP messages. Required.
+* `LOCAL_IMAP_PORT` u16, the port in which the server will listen for IMAP clients. Defaults to 143.
+* `LOCAL_IMAP_BIND_ADDRESS` String, the address on which to listen for IMAP clients. Defaults to 0.0.0.0.
+* `REMOTE_IMAP_PORT` u16, the port to which the server will forward the IMAP messages. Defaults to 993.
+* `REMOTE_IMAP_HOST` String, the host to which the server will forward the IMAP messages. Required.
+
+* `LOCAL_SMTP_PORT` u16, the port in which the server will listen for SMTP clients. Defaults to 25.
+* `LOCAL_SMTP_BIND_ADDRESS` String, the address on which to listen for SMTP clients. Defaults to 0.0.0.0.
+* `REMOTE_SMTP_PORT` u16, the port to which the server will forward the SMTP messages. Defaults to 465.
+* `REMOTE_SMTP_HOST` String, the host to which the server will for SMTP messages. Required.
 
 ## Changelog
 
 
 ## Changelog