bamthomas / aioimaplib

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

Error fetch uid param #17

Closed cyberlis closed 7 years ago

cyberlis commented 7 years ago

Error in line 611 return (yield from self.protocol.fetch(message_set, message_parts, self.timeout)) Third param is by_uid. timeout is forth param