* gnus-search & imap: always "CHARSET UTF-8" when literal+ is supported
@ 2021-10-21 19:11 David Edmondson
0 siblings, 0 replies; only message in thread
From: David Edmondson @ 2021-10-21 19:11 UTC (permalink / raw)
To: ding
Using current emacs git head, talking to outlook.office365.com over
IMAP.
Attempts to use gnus-search always fail with the server reporting:
(("NO" ("BADCHARSET" "(US-ASCII)") "The" "specified" "charset" "is" "not" "supported."))
Looking at gnus-search.el, `gnus-search-imap-search-command' always
sends CHARSET UTF-8 if the server supports literal+ (which this one
does). Sending US-ASCII (or no charset at all) causes the server to
return the required results in simple test cases.
Is there a way to determine whether a server supports UTF-8 in searches,
and adjust the command sent accordingly? If not, could the use of UTF-8
be controlled with (yet another!) variable?
Thanks.
dme.
--
We're deep in discussion, the party's on mute.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-22 23:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 19:11 gnus-search & imap: always "CHARSET UTF-8" when literal+ is supported David Edmondson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).