Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python imap ライブラリのドキュメントで、電子メールの添付ファイルの抽出と検出に関する情報を見つけることができませんでした。メッセージのヘッダーを読むと、「添付ファイル」「タイプ」などのキーワードが表示されていましたが、天国へのまっすぐな道があるかどうかを知りたいです (メール添付ファイルの境界とデータ抽出)
email.parser モジュールを調べてください
http://docs.python.org/library/email.parser.html