Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@equator.com>
Subject: Re: nnimap subfolder problem
Date: 10 Dec 2001 11:48:29 -0800	[thread overview]
Message-ID: <r24rmyj1pu.fsf@kakarot.equator.com> (raw)
In-Reply-To: <iluy9kekew5.fsf@dhcp128.extundo.com>

[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]

Simon Josefsson <jas@extundo.com> writes:

> Kevin Hilman <khilman@equator.com> writes:
> 
> > Simon Josefsson <jas@extundo.com> writes:
> >
> >> Kevin Hilman <khilman@equator.com> writes:
> >> 
> >> > If I tell Gnus to create folders with the '\' character it works fine,
> >> > however as new folders are created, I don't see them when i do a 'B'
> >> > (gnus-group-browse-foreign-server).  I can see them in the folder
> >> > listing of other clients (like Mozilla) though.  If I do a 'j'
> >> > (gnus-group-jump-to-group) and type the full group name (for example
> >> > nnimap+mailserver:foo\bar) I can get to it just fine.
> >> >
> >> > So, I have a couple of questions
> >> >
> >> > 1) How can the browse-foreign server pick up these folders and
> >> >    subfolders?
> >>
> >> It should find them automatically.  Do you see them if you do ^ and
> >> then RET on the IMAP server?  
> >
> > No. If I use '.' or '/' as a separator, it will see those, but not when
> > using '\' .
> 
> Could you frob `imap-log' and send the contents after doing ^ and RET?
> Maybe the parser fails.  This should work, thanks for debugging it.

OK, here you go.  Note that there are indeed subfolders of the
'equator' and the 'lists' folders that can be seen from the mozilla
IMAP client just fine.

-kev-


[-- Attachment #2: imap-log contents --]
[-- Type: text/plain, Size: 1788 bytes --]

133 LIST "" "*%"
* LIST () "\\" Drafts
* LIST () "\\" equator
* LIST (\Noinferiors) "\\" INBOX
* LIST () "\\" lists
* LIST () "\\" Sent
* LIST () "\\" Trash
133 OK LIST completed
134 EXAMINE "INBOX"
* 9 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 4] UIDs valid
* FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
* OK [PERMANENTFLAGS ()] Permanent flags
134 OK [READ-ONLY] EXAMINE completed
135 FETCH 1,* UID
* 1 FETCH (UID 62)
* 9 FETCH (UID 649)
135 OK FETCH completed
136 EXAMINE "Drafts"
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 16] UIDs valid
* FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
* OK [PERMANENTFLAGS ()] Permanent flags
136 OK [READ-ONLY] EXAMINE completed
137 EXAMINE "Trash"
* 1 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 5] UIDs valid
* FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
* OK [PERMANENTFLAGS ()] Permanent flags
137 OK [READ-ONLY] EXAMINE completed
138 FETCH 1,* UID
* 1 FETCH (UID 9)
138 OK FETCH completed
139 EXAMINE "equator"
* 57 EXISTS
* 0 RECENT
* OK [UNSEEN 57] Message 57 is first unseen
* OK [UIDVALIDITY 28] UIDs valid
* FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
* OK [PERMANENTFLAGS ()] Permanent flags
139 OK [READ-ONLY] EXAMINE completed
140 FETCH 1,* UID
* 1 FETCH (UID 2)
* 57 FETCH (UID 65)
140 OK FETCH completed
141 EXAMINE "lists"
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 29] UIDs valid
* FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
* OK [PERMANENTFLAGS ()] Permanent flags
141 OK [READ-ONLY] EXAMINE completed
142 EXAMINE "Sent"
* 15 EXISTS
* 0 RECENT
* OK [UNSEEN 3] Message 3 is first unseen
* OK [UIDVALIDITY 17] UIDs valid
* FLAGS (\Flagged \Seen \Answered \Deleted \Draft)
* OK [PERMANENTFLAGS ()] Permanent flags
142 OK [READ-ONLY] EXAMINE completed
143 FETCH 1,* UID
* 1 FETCH (UID 2)
* 15 FETCH (UID 16)
143 OK FETCH completed

  reply	other threads:[~2001-12-10 19:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-04 23:48 Kevin Hilman
2001-12-07 14:26 ` Simon Josefsson
2001-12-07 17:23   ` Kevin Hilman
2001-12-07 19:29     ` Simon Josefsson
2001-12-10 19:48       ` Kevin Hilman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-10-16 11:13 Nicolas KOWALSKI
2001-10-16 11:41 ` Simon Josefsson
2001-10-16 12:02   ` Nicolas KOWALSKI
2001-10-16 12:35     ` Simon Josefsson
2001-10-16 13:04       ` Nicolas KOWALSKI
2001-10-16 13:32         ` Simon Josefsson
2001-10-16 13:46           ` Kai Großjohann
2001-10-16 14:01             ` Nicolas KOWALSKI
2001-10-16 18:12             ` Simon Josefsson
2001-10-17  4:27               ` Amos Gouaux
2001-10-16 13:59           ` Nicolas KOWALSKI
2001-10-16 18:27 ` Steinar Bang

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=r24rmyj1pu.fsf@kakarot.equator.com \
    --to=khilman@equator.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).