Python 3.6.5 ドキュメント 検索
Results of 1 - 5 of about 5 for SMTPServer (0.078 sec.)
- 21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 12759
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
6531 SMTPUTF8 拡張をサポートしています。 21.18.1. SMTPServer オブジェクト ¶ class smtpd. SMTPServer ( localaddr...
able_SMTPUTF8=False , decode_data=False ) ¶ 新たな SMTPServer オブジェクトを作成し、それをローカルのアドレス loc...
ddr ) ¶ 新たなデバッグ用サーバを生成します。引数は SMTPServer と同じです。メッセージが届いても無視し、標準出力に...
単純プロキシ (pure proxy) サーバを生成します。引数は SMTPServer と同じです。全てのメッセージを remoteaddr にリレー...
- https://man.plustar.jp/python/library/smtpd.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 9063
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
e formatted according to RFC 6532 and used with an SMTP server that supports the RFC 6531 SMTPUTF8 extension. (C...
Giampaolo Rodola' in bpo-21076 .) smtpd ¶ Both the SMTPServer and SMTPChannel classes now accept a decode_data k...
ng the "utf-8" codec or is instead provided to the SMTPServer.process_message() method as a byte string. The def...
(Contributed by Maciej Szulik in bpo-19662 .) The SMTPServer class now advertises the 8BITMIME extension ( RFC...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
- 21. インターネットプロトコルとサポート — Python 3.6.5 ドキュメント 8162
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
MTP 使用例 21.18. smtpd --- SMTP サーバー 21.18.1. SMTPServer オブジェクト 21.18.2. DebuggingServer オブジェクト...
- https://man.plustar.jp/python/library/internet.html - [similar]
- What's New In Python 3.4 — Python 3.6.5 ドキュメント 8070
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
moto and Hynek Schlawack in bpo-1492704 .) smtpd ¶ SMTPServer クラスと SMTPChannel クラスが asynchat.async_chat...
synchat.async_chat.__init__(self, conn, map=map) 、SMTPServer は asyncore.dispatcher.__init__(self, map=map) です...
。グローバルなソケットマップを汚さない、というのは SMTPServer の方にだけその具体の意味が書かれていて、 map を指定...
- https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 7868
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
_data argument for the smtpd.SMTPChannel and smtpd.SMTPServer constructors is now False by default. This means t...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV
1
NEXT