Hi,
Thanks for reporting this bug. We changed the way folder updates happen to speed up retrieving mail. Unfortunately I missed adding a line in webmail.cgi that was needed for this. I apologize for any trouble.
In webmail.cgi under
add:
Cheers,
Scott
Thanks for reporting this bug. We changed the way folder updates happen to speed up retrieving mail. Unfortunately I missed adding a line in webmail.cgi that was needed for this. I apologize for any trouble.
In webmail.cgi under
Code:
use GMail::NoAuth;Code:
use GMail::Folders;Scott