Short: Web browser with JS + HTML mail client
Author: Juen/APX+NAH+R3D (Pawel Nowak)
Uploader: biuro cdlabel info (Pawel Nowak)
Type: comm/www
Version: 1.1.0
Architecture: m68k-amigaos; i386-aros
Amelinium 1.1.0 - web browser AND mail client for classic Amiga
===============================================================
Support me: http://juen.in/support
Always new version here: http://juen.in
A browser AND a mail client. The archive holds two programs that share one
rendering engine, so a message with HTML and CSS looks the same in your inbox
as a page does in the browser:
Amelinium - the web browser
Emalinium - the mail client (POP3 / IMAP / SMTP). It is not a plain-text
reader: a message is laid out by the SAME engine as a web page.
Requirements:
- bsdsocket.library v4+ (works with IMPBOX bsdsocket.library!)
- AmiSSL v5 for HTTPS support (without that still http:// sites works fine)
Amelinium_AROS_i386 needs NO extra library at all - not AmiSSL, and nothing
to copy into LIBS:. Only the AROS system itself and its bsdsocket.library.
Its TLS (1.2 and 1.3) is BUILT INTO the executable, so the download is one
file and there is no libs_aros_i386 drawer to install.
Why: AmiSSL has no AROS release at all. What ships for Amiga is m68k HUNK
code, and an i386 system cannot load it - so the choice was a built-in TLS
or no https at all on that machine.
Third-party code in Amelinium_AROS_i386:
Mbed TLS 3.6.7 (https://www.trustedfirmware.org/projects/mbed-tls/) is
compiled into that one executable, unmodified. It is dual-licensed
Apache-2.0 OR GPL-2.0-or-later - you may take it under either. The full
text is in mbedtls-LICENSE.txt next to this readme. No other build
contains it.
!! HTTPS is encrypted but the server's CERTIFICATE IS NOT VERIFIED - i do not
check who is on the other end. Treat it as protection against passive
eavesdropping, not against an attacker who can redirect your traffic. The
same applies to Emalinium's mail passwords.
Builds:
- Amelinium - 68000 (works on all Amigas, slowest)
- Amelinium_020 - 68020+
- Amelinium_040 - 68040+
- Amelinium_060 - 68060+ (fastest, recommended for RTG)
- Amelinium_low - AmigaOS 1.3 (Kickstart 34+). No images, no downloads
and NO MENU BAR - so no settings, bookmarks, tabs or
About.
- Amelinium_020_JS - 68020+ with built-in JavaScript
- Amelinium_040_JS - 68040+ with built-in JavaScript
- Amelinium_060_JS - 68060+ with built-in JavaScript
- Emalinium - the mail client (any 68020+)
- Amelinium_AROS_i386 - AROS on i386 (x86 PC)
- Amelinium_MOS - MorphOS - in development
- Amelinium_OS4 - AmigaOS 4 - in development
Known issues:
- JavaScript: in the _JS builds. DOM scripting works, and so do jQuery,
Prototype, script.aculo.us and Lightbox - including a jQuery packed with
the Dean Edwards packer. Heavy frameworks (e.g. Google's Closure) still do
not. A page whose scripts do a great deal of work will be slow: the
interpreter is not fast, and that is the honest limit.
- No