Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikvk/sketches
My various useful scripts
https://github.com/ikvk/sketches
Last synced: 15 days ago
JSON representation
My various useful scripts
- Host: GitHub
- URL: https://github.com/ikvk/sketches
- Owner: ikvk
- Created: 2013-08-27T03:10:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T10:31:06.000Z (7 months ago)
- Last Synced: 2024-06-06T11:57:43.556Z (7 months ago)
- Language: Python
- Homepage:
- Size: 605 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
test go go
==========.. image:: https://github.com/ikvk/test/blob/master/tux.png
Internal crossreference, like `example link`_.
How it works
==============1. one
::
https://github.com/ikvk
2. two
.. code-block:: python
def a():
a = b.encode('https://github.com')3. 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.. _`example link`:
end
ัะตัั ๐ง
=======taram param
|shield_dm| |shield_ver| |shield_py| |shield_lec|
imap_tools ๐ง
=============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.. |shield_dm| image:: https://img.shields.io/pypi/dm/imap_tools.svg
.. |shield_ver| image:: https://img.shields.io/pypi/v/imap_tools.svg
.. |shield_lec| image:: https://img.shields.io/pypi/l/imap_tools.svg
.. |shield_py| image:: https://img.shields.io/pypi/pyversions/imap_tools.svg=============== ================================================================================================
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
=============== ================================================================================================Installation
------------
::$ pip install imap-tools