-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_webmail: Fix SELECT handling, logging of libetpan errors.
* Use page specified by frontend when handling SELECT, rather than always fetching page 1. * Fix logging of mailimap errors. Previously, we were using maildriver_strerror, but this is wrong as the maildriver codes are not the same as the mailimap ones. The codes are now reported correctly; unfortunately, this still does not provide much of any useful information as to why the error occured. * Use MIME_DEBUG in a few more appropriate cases. * logger.c: Include timestamp in logging failure error messages. * mod_oauth, config.c: Change some verbose logs to debug messages.
- Loading branch information
1 parent
5800b61
commit e63a01e
Showing
4 changed files
with
141 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.