[imp] Imp issuing improper "SORT" command at login?
James Noyes
jnoyes-horde at retrogeeks.com
Sun Feb 24 09:18:38 UTC 2019
I have a current up-to-date-via-pear install of horde/imp webmail, using
imp's IMAP for user authentication.
This setup was working well until recently.
Horde/imp is now reporting "IMAP error reported by server." at user login.
Capturing the IMAP conversation shows that horde/imp is issuing an
improper IMAP "SORT" command, leaving out the mandatory charset
specification, at login. This breaks imp functionality, and appears to
be a reasonably recent change in behavior.
The IMAP command being issued by horde/imp is:
"<n> UID SORT (ARRIVAL) ALL"
when the proper structure of this command is something like:
"<n> UID SORT (ARRIVAL) UTF-8 ALL"
or
"<n> UID SORT (ARRIVAL) US-ASCII ALL"
Is this a configuration mistake on my part, or is this a bug?
Do I need to explicitly set/declare a charset somewhere in my configuration?
More information about the imp
mailing list