Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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