Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus-search & imap: always "CHARSET UTF-8" when literal+ is supported
@ 2021-10-22  7:34 David Edmondson
  2021-10-22 17:47 ` Eric Abrahamsen
  0 siblings, 1 reply; 4+ messages in thread
From: David Edmondson @ 2021-10-22  7:34 UTC (permalink / raw)
  To: info-gnus-english

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.
-- 
You know, somebody somewhere owes us a favor.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-25 16:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22  7:34 gnus-search & imap: always "CHARSET UTF-8" when literal+ is supported David Edmondson
2021-10-22 17:47 ` Eric Abrahamsen
2021-10-25  8:19   ` David Edmondson
2021-10-25 16:37     ` Eric Abrahamsen

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).