blob: 9b0acb7714abbbfd26d8de9dfb5947145f81a3e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
A Python package for retrieving, parsing, and sending emails.
Features
- Simplified IMAP client
- Retrieve email from any folder
- Create new folders
- Move messages to other folders
- Delete messages
- Monitor folders for new messages using the IMAP ``IDLE`` command
- Always use ``/`` as the folder hierarchy separator, and convert to the
server's hierarchy separator in the background
- Always remove folder name characters that conflict with the server's
hierarchy separators
- Prepend the namespace to the folder path when required
|