The document discusses several key protocols and concepts related to email:
1) File Transfer Protocol (FTP) allows clients to transfer files from a remote server using separate TCP connections for control commands and data transfer.
2) Simple Mail Transfer Protocol (SMTP) is used by email servers to send and receive email messages. It uses TCP port 25 and involves greeting, message transfer, and closure phases between servers.
3) Email messages are formatted according to RFC 822 with headers, body, and MIME extensions that allow encoding of attachments and multimedia content.