Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: [patch] gnus.el::gnus-invalid-group-regexp - Support IMAP
Date: Fri, 22 Aug 2003 02:50:22 +0200	[thread overview]
Message-ID: <ilu65kqecs1.fsf@latte.josefsson.org> (raw)
In-Reply-To: <v965kr144m.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Thu, 21 Aug 2003 16:23:21 +0200")

Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:

> On Thu, Aug 21 2003, Simon Josefsson wrote:
>
>> Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes:
>>
>>> On Tue, Aug 19 2003, Simon Josefsson wrote:
>>>
>>>> A potential problem may be if you create, e.g., a nnml or nnfolder
>>>> group with the name containing '/'.  Does it work?  With Agent/Caching
>>>> too?  Does it do what users expect?  With all
>>>> nnmail-use-long-file-names settings?  No problems with having two
>>>> groups 'foo' and 'foo/bar'?  Many questions.
> [...]
>>> - The problem that we were discussing was only the character `/' in
>>>   IMAP groups.  I don't think it's a good idea to let the user create
>>>   _any_ invalid group, e.g. with [: `'\"] and even empty group names.
>>
>> All of those characters are valid in IMAP, 
>
> Okay, we can change the "(string-match "/" match)" part.  But at least
> empty or other group names, that will most probably fail when used in
> Gnus groups (which chars?) sooner or later[1] should remain forbidden,
> IMHO.  If the user is absolutely sure, he can always customize
> `gnus-invalid-group-regexp'.

Of the default values in gnus-invalid-group-regexp, I think only the :
and empty group name are really off-limit.  The others look even
likely to occur, and should work.

>> and since some IMAP servers export regular file systems ($HOME/), I
>> think it is even likely that people have group names containing some
>> of those characters.
>
> I know that it exists, but I remembered some problems related to this,
> e.g. with "Unerwünschte Nachrichten" (?).

There is code to IMAP-UTF-7 encode at least ISO-8859-1 characters, and
it used to work when I tried it long time ago; I used to name my spam
folder as INBOX.räksmörgås.  Doesn't it work?

Perhaps we should add a UTF-7 coding system to Emacs, btw...

> [1] Will Gcc to a group containing `"' work?  And the other issues you
>     mentioned previously (see quote at the top).

Maybe if you put a

Gcc: "nnimap+foo:bar\"baz"

although I haven't tested it, although quoted Gcc group names should
be supported.  Hm.  I recall there actually being some low-level
imap.el bug when " is used in a mailbox name though, it doesn't use a
literal instead of a string, which is necessary in the IMAP protocol,
IIRC.




  reply	other threads:[~2003-08-22  0:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-19 16:16 Jari Aalto+mail.linux
2003-08-19 17:21 ` Simon Josefsson
2003-08-20 17:14   ` Reiner Steib
2003-08-20 22:46     ` Simon Josefsson
2003-08-21 14:23       ` Reiner Steib
2003-08-22  0:50         ` Simon Josefsson [this message]
2003-08-22 16:07           ` Reiner Steib
2003-08-19 18:17 Jari Aalto+mail.linux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ilu65kqecs1.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).