File: pop3.el.html

Post Office Protocol version 3 (RFC 1460) interface.

Most of the standard Post Office Protocol version 3 (RFC 1460) commands are implemented. The LIST command has not been implemented due to lack of actual usefulness. The optional POP3 command TOP has not been implemented.

This program was inspired by Kyle E. Jones's vm-pop program.

Defined variables (12)

pop3-authentication-schemePOP3 authentication scheme.
pop3-leave-mail-on-serverNon-nil if the mail is to be left on the POP server after fetching.
pop3-maildropPOP3 maildrop.
pop3-mailhostPOP3 mailhost.
pop3-passwordPassword to use when connecting to POP server.
pop3-password-requiredNon-nil if a password is required when connecting to POP server.
pop3-portPOP3 port.
pop3-stream-lengthHow many messages should be requested at one time.
pop3-stream-typeTransport security type for POP3 connections.
pop3-timestampTimestamp returned when initially connected to the POP server.
pop3-uidl-fileFile used to save UIDL.
pop3-uidl-file-backupHow to backup the UIDL file ‘pop3-uidl-file’ when updating.

Defined functions (29)

pop3-accept-process-output(PROCESS)
pop3-apop(PROCESS USER)
pop3-clean-region(START END)
pop3-dele(PROCESS MSG)
pop3-get-message-count()
pop3-last(PROCESS)
pop3-list(PROCESS &optional MSG)
pop3-logon(PROCESS)
pop3-make-date(&optional NOW)
pop3-movemail(FILE)
pop3-munge-message-separator(START END)
pop3-noop(PROCESS MSG)
pop3-open-server(MAILHOST PORT)
pop3-pass(PROCESS)
pop3-quit(PROCESS)
pop3-read-response(PROCESS &optional RETURN)
pop3-retr(PROCESS MSG CRASHBUF)
pop3-rset(PROCESS)
pop3-send-command(PROCESS COMMAND)
pop3-send-streaming-command(PROCESS COMMAND MESSAGES TOTAL-SIZE)
pop3-stat(PROCESS)
pop3-uidl-add-xheader(START MSGNO)
pop3-uidl-dele(PROCESS)
pop3-uidl-load()
pop3-uidl-save()
pop3-uidl-stat(PROCESS)
pop3-user(PROCESS USER)
pop3-wait-for-messages(PROCESS COUNT TOTAL-SIZE START-POINT)
pop3-write-to-file(FILE MESSAGES)

Defined faces (0)