Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@NGIZero >Email is a minuscule text file that you transmit across the internet.
I wish, but it's kind of a session based TCP protocol with no "file" to speak of - only addresses, a header and body.
With a protocol reference, sending an email with netcat manually is trivial, unfortunately most mail servers will refuse to accept email sent via that method.
Due to MIME and the huge amount of inflation base64 results in, any emails with attached files are hardly minuscule.
Indeed email should just be files transmitted encrypted over the internet anonymously via rsync or a similar file transfer protocol, but we can't have that can we?