Internal crossreference, like example link.
- one
https://github.com/ikvk
- two
def a():
a = b.encode('https://github.com')
- three 2
Definition lists:
- what
- Definition lists associate a term with a definition.
- how
- The term is a one-line phrase, and the definition is one or more paragraphs
end
taram param
High level lib for work with email by IMAP:
- Basic message operations: fetch, uids, numbers
- Parsed email message attributes
- Query builder for search criteria
- Actions with emails: copy, delete, flag, move, append
- Actions with folders: list, set, get, create, exists, rename, subscribe, delete, status
- IDLE commands: start, poll, stop, wait
- Exceptions on failed IMAP operations
- No external dependencies, tested
Python version | 3.5+ |
PyPI | https://pypi.python.org/pypi/imap_tools/ |
RFC | IMAP4.1, EMAIL, IMAP related RFCs |
Repo mirror | https://gitflic.ru/project/ikvk/imap-tools |
$ pip install imap-tools