Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 11 for smtpd (0.023 sec.)
- 21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 14492
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
» 21. インターネットプロトコルとサポート » 21.18. smtpd --- SMTP サーバー ¶ ソースコード: Lib/smtpd.py この...
ためのいくつかのクラスを提供しています。 参考 The aiosmtpd package is a recommended replacement for this modu...
n asyncio and provides a more straightforward API. smtpd should be considered deprecated. サーバの実装がいく...
ています。 21.18.1. SMTPServer オブジェクト ¶ class smtpd. SMTPServer ( localaddr , remoteaddr , data_size_l...
- https://man.plustar.jp/python/library/smtpd.html - [similar]
- 19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 8481
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
s on disk using a variety standard formats. Module smtpd SMTP server framework (primarily useful for testin...
- https://man.plustar.jp/python/library/email.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 8481
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ging , mailbox , mimetypes , optparse , plistlib , smtpd , subprocess , tarfile , threading and wave . This...
r in bpo-26685 .) The decode_data argument for the smtpd.SMTPChannel and smtpd.SMTPServer constructors is n...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
- 21. インターネットプロトコルとサポート — Python 3.6.5 ドキュメント 8339
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
7.1. SMTP オブジェクト 21.17.2. SMTP 使用例 21.18. smtpd --- SMTP サーバー 21.18.1. SMTPServer オブジェクト...
- https://man.plustar.jp/python/library/internet.html - [similar]
- 21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 8339
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ェクト 21.19.2. Telnet Example 前のトピックへ 21.18. smtpd --- SMTP サーバー 次のトピックへ 21.20. uuid --- U...
- https://man.plustar.jp/python/library/telnetlib.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 8339
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
odule responsible for site-specific configuration. smtpd A SMTP server implementation in Python. smtplib SM...
- https://man.plustar.jp/python/py-modindex.html - [similar]
- What's New In Python 3.3 — Python 3.6.5 ドキュメント 8339
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
になりました: OSError は errno 属性を持っています。 smtpd ¶ smtpd モジュールが RFC 5321 (extended SMTP) と R...
b pickle pydoc re sched select shlex shutil signal smtpd smtplib socket socketserver sqlite3 ssl stat struc...
- https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 8339
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
(Contributed by Giampaolo Rodola' in bpo-21076 .) smtpd ¶ Both the SMTPServer and SMTPChannel classes now...
関数は ensure_future() により非推奨になりました。 smtpd モジュールは過去において、常に email メッセージの...
pickle poplib re readline selectors shutil signal smtpd smtplib sndhdr socket ssl メモリ BIO サポート Appl...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
- Python 標準ライブラリ — Python 3.6.5 ドキュメント 8215
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
17. smtplib --- SMTP プロトコルクライアント 21.18. smtpd --- SMTP サーバー 21.19. telnetlib --- Telnet クラ...
- https://man.plustar.jp/python/library/index.html - [similar]
- 21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 8215
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
と同じ並びの辞書になっています。 exception smtplib. SMTPDataError ¶ SMTPサーバが、メッセージのデータを受け入...
rRefused サーバが from_addr を受理しませんでした。 SMTPDataError サーバが予期しないエラーコードを返しました...
NNTP プロトコルクライアント 次のトピックへ 21.18. smtpd --- SMTP サーバー ナビゲーション 索引 モジュール |...
- https://man.plustar.jp/python/library/smtplib.html - [similar]