bamthomas / aioimaplib

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

fetch timeout param fix #18

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 fourth param

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.469% when pulling 82f26d8acbf4d2d65edc5c2c76a5f01067f04bb4 on cyberlis:master into b9aca842d6b35e98fecd9dd4aafec7bc6c00f328 on bamthomas:master.

bamthomas commented 7 years ago

:) Thx !