bamthomas / aioimaplib

Python asyncio IMAP4rev1 client library
GNU General Public License v3.0
138 stars 59 forks source link

Add implement for NAMESPACE command #36

Closed ikrivosheev closed 6 years ago

ikrivosheev commented 6 years ago

Create simple implementation for command NAMESPACE

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.03%) to 95.873% when pulling 6b114ce614b76ac906abf9714d83d8f1234d0df2 on WolkoDav:master into e753633a1273a08badb8d4c4f800647bedd0cc4d on bamthomas:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.03%) to 95.873% when pulling 6b114ce614b76ac906abf9714d83d8f1234d0df2 on WolkoDav:master into e753633a1273a08badb8d4c4f800647bedd0cc4d on bamthomas:master.

bamthomas commented 6 years ago

Thank you @WolkoDav