A folder to access USENET news via NNTP protocol (RFC 977). One newsgroup is treated as a folder.
Format:
`-' newsgroup [[`:' username][`@' hostname][`:' port]][`!']
default:
hostname -> The value ofelmo-nntp-default-server
. Initial setting is `localhost'. username -> The value ofelmo-nntp-default-user
. Initial setting isnil
. port -> The value ofelmo-nntp-default-port
. Initial setting is 119.
AUTHINFO is used as authentication method if the username is
non-nil. SSL will be default method if
elmo-nntp-default-stream-type
is non-nil even if the folder name
doesn't end with `!'. If a folder name ends with `!!',
STARTTLS connection will be established. if the value of
elmo-nntp-default-stream-type
is starttls
, STARTTLS will
be the default connection.
Example:
-fj.rec.tv -> Newsgroup `fj.rec.tv'. -fj.rec.tv@newsserver -> Newsgroup `fj.rec.tv' on `newsserver'.
Go to the first, previous, next, last section, table of contents.