File: nntp.el.html

Defined variables (43)

nntp-addressAddress of the physical nntp server.
nntp-authinfo-functionFunction used to send AUTHINFO to the server.
nntp-authinfo-rejectedA custom error condition used to report ‘Authentication Rejected’ errors.
nntp-connection-timeoutNumber of seconds to wait before an nntp connection times out.
nntp-end-of-lineString to use on the end of lines when talking to the NNTP server.
nntp-large-newsgroupThe number of articles which indicates a large newsgroup.
nntp-maximum-requestThe maximum number of the requests sent to the NNTP server at one time.
nntp-netcat-commandNetcat command used to connect to the nntp server.
nntp-netcat-switchesSwitches given to the netcat command ‘nntp-netcat-command’.
nntp-never-echoes-commandsNon-nil means the nntp server never echoes commands.
nntp-nov-gapMaximum allowed gap between two articles.
nntp-nov-is-evilIf non-nil, nntp will never attempt to use XOVER when talking to the server.
nntp-open-connection-functionMethod for connecting to a remote system.
nntp-open-connection-functions-never-echo-commandsList of functions that never echo commands.
nntp-open-telnet-envuserIf non-nil, telnet session supports the ENVIRON option.
nntp-port-numberPort number on the physical nntp server.
nntp-pre-commandPre-command to use with the various nntp-open-via-* methods.
nntp-prepare-post-hookHook run just before posting an article. It is supposed to be used
nntp-prepare-server-hookHook run before a server is opened.
nntp-record-commandsIf non-nil, nntp will record all commands in the "*nntp-log*" buffer.
nntp-rlogin-parametersParameters to ‘nntp-open-rlogin’.
nntp-rlogin-programProgram used to log in on remote machines.
nntp-rlogin-user-nameUser name on remote system when using the rlogin connect method.
nntp-server-action-alistAlist of regexps to match on server types and actions to be taken.
nntp-server-list-active-groupIf nil, then always use GROUP instead of LIST ACTIVE.
nntp-server-opened-hookHook used for sending commands to the server at startup.
nntp-telnet-commandTelnet command used to connect to the nntp server.
nntp-telnet-parametersParameters to ‘nntp-open-telnet’.
nntp-telnet-passwdPassword to use to log in via telnet with.
nntp-telnet-shell-promptRegular expression to match the shell prompt on the remote machine.
nntp-telnet-switchesSwitches given to the telnet command ‘nntp-telnet-command’.
nntp-telnet-user-nameUser name to log in via telnet with.
nntp-via-addressAddress of an intermediate host to connect to.
nntp-via-envuserWhether both telnet client and server support the ENVIRON option.
nntp-via-rlogin-commandRlogin command used to connect to an intermediate host.
nntp-via-rlogin-command-switchesSwitches given to the rlogin command ‘nntp-via-rlogin-command’.
nntp-via-shell-promptRegular expression to match the shell prompt on an intermediate host.
nntp-via-telnet-commandTelnet command used to connect to an intermediate host.
nntp-via-telnet-switchesSwitches given to the telnet command ‘nntp-via-telnet-command’.
nntp-via-user-nameUser name to log in on an intermediate host with.
nntp-via-user-passwordPassword to use to log in on an intermediate host with.
nntp-xover-commandsList of strings that are used as commands to fetch NOV lines from a server.
nntp-xref-number-is-evilIf non-nil, Gnus never trusts article numbers in the Xref header.

Defined functions (68)

nntp-accept-process-output(PROCESS)
nntp-accept-response()
nntp-after-change-function(BEG END LEN)
nntp-async-stop(PROC)
nntp-async-trigger(PROCESS)
nntp-async-wait(PROCESS WAIT-FOR BUFFER DECODE CALLBACK)
nntp-close-group(GROUP &optional SERVER)
nntp-close-server(&optional SERVER DEFS)
nntp-copy-to-buffer(BUFFER START END)
nntp-decode-text(&optional CR-ONLY)
nntp-do-callback(ARG)
nntp-encode-text()
nntp-erase-buffer(BUFFER)
nntp-find-connection(BUFFER)
nntp-find-connection-buffer(BUFFER)
nntp-find-connection-entry(BUFFER)
nntp-find-group-and-number(&optional GROUP)
nntp-finish-retrieve-group-infos(SERVER INFOS COUNT)
nntp-handle-authinfo(PROCESS)
nntp-kill-buffer(BUFFER)
nntp-list-active-group(GROUP &optional SERVER)
nntp-make-process-buffer(BUFFER)
nntp-open-connection(BUFFER)
nntp-open-netcat-stream(BUFFER)
nntp-open-rlogin(BUFFER)
nntp-open-server(SERVER &optional DEFS CONNECTIONLESS)
nntp-open-telnet(BUFFER)
nntp-open-telnet-stream(BUFFER)
nntp-open-via-rlogin-and-netcat(BUFFER)
nntp-open-via-rlogin-and-telnet(BUFFER)
nntp-open-via-telnet-and-telnet(BUFFER)
nntp-possibly-change-group(GROUP SERVER &optional CONNECTIONLESS)
nntp-read-server-type()
nntp-record-command(STRING)
nntp-report(&rest ARGS)
nntp-request-article(ARTICLE &optional GROUP SERVER BUFFER COMMAND)
nntp-request-body(ARTICLE &optional GROUP SERVER)
nntp-request-group(GROUP &optional SERVER DONT-CHECK INFO)
nntp-request-group-articles(GROUP &optional SERVER)
nntp-request-head(ARTICLE &optional GROUP SERVER)
nntp-request-list(&optional SERVER)
nntp-request-list-newsgroups(&optional SERVER)
nntp-request-newgroups(DATE &optional SERVER)
nntp-request-post(&optional SERVER)
nntp-request-type(GROUP ARTICLE)
nntp-retrieve-articles(ARTICLES &optional GROUP SERVER)
nntp-retrieve-data(COMMAND ADDRESS PORT BUFFER &optional WAIT-FOR CALLBACK DECODE)
nntp-retrieve-group-data-early(SERVER INFOS)
nntp-retrieve-groups(GROUPS &optional SERVER)
nntp-retrieve-headers(ARTICLES &optional GROUP SERVER FETCH-OLD)
nntp-retrieve-headers-with-xover(ARTICLES &optional FETCH-OLD)
nntp-send-authinfo(&optional SEND-IF-FORCE)
nntp-send-buffer(WAIT-FOR)
nntp-send-command(WAIT-FOR &rest STRINGS)
nntp-send-command-and-decode(WAIT-FOR &rest STRINGS)
nntp-send-command-nodelete(WAIT-FOR &rest STRINGS)
nntp-send-mode-reader()
nntp-send-string(PROCESS STRING)
nntp-send-xover-command(BEG END &optional WAIT-FOR-REPLY)
nntp-server-opened(&optional SERVER)
nntp-service-to-port(SVC)
nntp-snarf-error-message()
nntp-status-message(&optional SERVER)
nntp-try-list-active(GROUP)
nntp-wait-for(PROCESS WAIT-FOR BUFFER &optional DECODE DISCARD)
nntp-wait-for-string(REGEXP)
nntp-with-open-group(GROUP SERVER &optional CONNECTIONLESS &rest FORMS)
nntp-with-open-group-function(GROUP SERVER CONNECTIONLESS BODYFUN)

Defined faces (0)