문제

I need to get informations out from my tree of Thunderbird message folders (which contains a large amount of email).

I need to be able to search the messages (optionally the attachments) and to report to the calling program.

There is some python module able to do it?

도움이 되었습니까?

해결책

As you apparently figured out yourself already, yes.

The vanilla python module mailbox, which exists in any python 2 or 3 version, is all you need:

http://docs.python.org/2/library/mailbox.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top