Home
last modified time | relevance | path

Searched refs:NNTP (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Doc/library/
Dnntplib.rst2 :mod:`nntplib` --- NNTP protocol client
6 :synopsis: NNTP protocol client (requires sockets).
10 pair: NNTP; protocol
17 This module defines the class :class:`NNTP` which implements the client side of
18 the NNTP protocol. It can be used to implement a news reader or poster, or
19 automated news processors. For more information on NNTP (Network News Transfer
25 >>> s = NNTP('news.gmane.org')
48 >>> s = NNTP('news.gmane.org')
58 .. class:: NNTP(host[, port [, user[, password [, readermode] [, usenetrc]]]])
60 Return a new instance of the :class:`NNTP` class, representing a connection
[all …]
Demail.rst19 messages to SMTP (:rfc:`2821`), NNTP, or other servers; those are functions of
75 NNTP protocol client
/external/python/cpython2/Lib/test/
Dtest_nntplib.py55 nntp = nntplib.NNTP('localhost', self.port)
65 nntplib.NNTP, 'localhost', self.port)
/external/python/cpython2/Demo/scripts/
DREADME15 newslist.py List all newsgroups on a NNTP server as HTML pages
/external/python/cpython2/Lib/
Dnntplib.py100 class NNTP: class
627 s = NNTP(newshost, readermode=mode)
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1194 * The :mod:`nntplib` module's :class:`NNTP` class gained :meth:`description` and
/external/python/cpython2/Misc/
Dcheatsheet1930 nntplib An NNTP client class. Based on RFC 977.
DHISTORY4373 - Several methods of nntplib.NNTP have grown an optional file argument
6570 - The nntplib module's NNTP.body() method has grown a 'file' argument
12722 and password arguments to NNTP.__init__(), for nntp servers that need
16673 nntplib: a client interface to NNTP servers