Hi,
I have just tested the dbox format mailbox, it works fine.
But when I create dir through imap with create
command, it only
creates the dir onder ~/dbox/mailboxes, such as
~/dbox/mailboxes/newfolder. There was no dbox-Mails
dir created. So
the newfolder was 'noselect'.
But the new folders created by autocreate
plugin was correct.
-- Xueron Nee http://www.xueron.com
On Apr 9, 2009, at 5:37 AM, Xueron Nee wrote:
But when I create dir through imap with
create
command, it only creates the dir onder ~/dbox/mailboxes, such as ~/dbox/mailboxes/newfolder. There was nodbox-Mails
dir created. So the newfolder was 'noselect'.
Are you sure you created the mailbox using "CREATE newfolder", not
"CREATE newfolder/"? The latter would do what you describe, but the
former works fine with me and creates dbox-Mails.
Oh, yes.
I use Becky
MUA to do such tests. It adds a slash after the folder
name.
It's ok without the slash :)
Thanks Timo ^_^
0004 LIST "" *
- LIST (\HasNoChildren) "/" "INBOX"
- LIST (\Noselect \HasNoChildren) "/" "kkk"
- LIST (\HasNoChildren) "/" "Trash"
- LIST (\HasNoChildren) "/" "Junk"
- LIST (\HasNoChildren) "/" "Draft"
- LIST (\HasNoChildren) "/" "Sent"
- LIST (\HasNoChildren) "/" "Spam"
- LIST (\Noselect \HasNoChildren) "/" "aaaaa"
- LIST (\Noselect \HasNoChildren) "/" "test"
- LIST (\Noselect \HasChildren) "/" "dbox"
- LIST (\HasNoChildren) "/" "dbox/INBOX"
- LIST (\Noselect \HasNoChildren) "/" "dbox/kkk"
- LIST (\HasNoChildren) "/" "dbox/Trash"
- LIST (\HasNoChildren) "/" "dbox/Junk"
- LIST (\HasNoChildren) "/" "dbox/Draft"
- LIST (\HasNoChildren) "/" "dbox/Sent"
- LIST (\HasNoChildren) "/" "dbox/Spam"
- LIST (\Noselect \HasNoChildren) "/" "dbox/aaaaa"
- LIST (\Noselect \HasNoChildren) "/" "dbox/test" 0004 OK List completed. 0005 LIST "dbox/" *
- LIST (\HasNoChildren) "/" "dbox/INBOX"
- LIST (\Noselect \HasNoChildren) "/" "dbox/kkk"
- LIST (\HasNoChildren) "/" "dbox/Trash"
- LIST (\HasNoChildren) "/" "dbox/Junk"
- LIST (\HasNoChildren) "/" "dbox/Draft"
- LIST (\HasNoChildren) "/" "dbox/Sent"
- LIST (\HasNoChildren) "/" "dbox/Spam"
- LIST (\Noselect \HasNoChildren) "/" "dbox/aaaaa"
- LIST (\Noselect \HasNoChildren) "/" "dbox/test" 0005 OK List completed. 0006 STATUS "INBOX" (MESSAGES UNSEEN UIDNEXT)
- STATUS "INBOX" (MESSAGES 35 UIDNEXT 36 UNSEEN 0) 0006 OK Status completed. 0007 CREATE "dbox/Remote274E/" 0007 OK Create completed. 0008 SUBSCRIBE "dbox/Remote274E/" 0008 NO Invalid mailbox name: dbox/Remote274E/ 0009 LIST "" "dbox/Remote274E"
- LIST (\Noselect \HasNoChildren) "/" "dbox/Remote274E" 0009 OK List completed. 0010 UNSUBSCRIBE "dbox/Remote274E" 0010 OK Unsubscribe completed. 0011 RENAME "dbox/Remote274E" "dbox/aaaa" 0011 OK Rename completed. 0012 SUBSCRIBE "dbox/aaaa" 0012 NO [TRYCREATE] Mailbox doesn't exist: dbox/aaaa
On Thu, 9 Apr 2009 11:12:31 -0400 Timo Sirainen tss@iki.fi wrote:
On Apr 9, 2009, at 5:37 AM, Xueron Nee wrote:
But when I create dir through imap with
create
command, it only creates the dir onder ~/dbox/mailboxes, such as ~/dbox/mailboxes/newfolder. There was nodbox-Mails
dir created. So the newfolder was 'noselect'.Are you sure you created the mailbox using "CREATE newfolder", not
"CREATE newfolder/"? The latter would do what you describe, but the
former works fine with me and creates dbox-Mails.
-- Xueron Nee http://www.xueron.com
On Thu, 2009-04-09 at 23:27 +0800, Xueron Nee wrote:
Oh, yes.
I use
Becky
MUA to do such tests. It adds a slash after the folder name.It's ok without the slash :)
Sounds like a bug in Becky. The / suffix means that you really want to create a "directory", not a selectable mailbox.
It should not be a bug. I am using a Chinese version of Becky, the tips when I create a mailbox is not described much clear.
When use IMAP in Becky, It can create 3 type folders:
- For store mail items
- As a parent of sub folders (some mail server supports the folder which can contain both mail items and sub folders. In that case, it doesn't matter whichever you choose.)
- Local Folder(On your PC)
I choosed the second one. Which was OK when I use Maildir format, but not the same with dbox.
The first type was translated to Chinese with the meaning of 'For classfication'. So, I skiped and made such a mistake :)
Thanks!
On Thu, 09 Apr 2009 11:57:04 -0400 Timo Sirainen tss@iki.fi wrote:
On Thu, 2009-04-09 at 23:27 +0800, Xueron Nee wrote:
Oh, yes.
I use
Becky
MUA to do such tests. It adds a slash after the folder name.It's ok without the slash :)
Sounds like a bug in Becky. The / suffix means that you really want to create a "directory", not a selectable mailbox.
-- Xueron Nee http://www.xueron.com
On Fri, 2009-04-10 at 01:29 +0800, Xueron Nee wrote:
It should not be a bug. I am using a Chinese version of Becky, the tips when I create a mailbox is not described much clear.
When use IMAP in Becky, It can create 3 type folders:
- For store mail items
- As a parent of sub folders (some mail server supports the folder which can contain both mail items and sub folders. In that case, it doesn't matter whichever you choose.)
Just a minor correction: dbox supports folders that can contain both mails and subfolders. It just doesn't force the "both" part like Maildir does.
On Thu, 09 Apr 2009 13:54:17 -0400 Timo Sirainen tss@iki.fi wrote:
On Fri, 2009-04-10 at 01:29 +0800, Xueron Nee wrote:
It should not be a bug. I am using a Chinese version of Becky, the tips when I create a mailbox is not described much clear.
When use IMAP in Becky, It can create 3 type folders:
- For store mail items
- As a parent of sub folders (some mail server supports the folder which can contain both mail items and sub folders. In that case, it doesn't matter whichever you choose.) This is copyed from Becky's tips :) The difference between 1 and 2 is just 2 plus a slash at the last of CREATE command :)
Just a minor correction: dbox supports folders that can contain both mails and subfolders. It just doesn't force the "both" part like Maildir does.
Yes, I just tested :)
-- Xueron Nee http://www.xueron.com
Is dbox be suitable enough for product use?
I am so interested in the alt_path feature :) That was what I need :)
On Thu, 09 Apr 2009 11:57:04 -0400 Timo Sirainen tss@iki.fi wrote:
On Thu, 2009-04-09 at 23:27 +0800, Xueron Nee wrote:
Oh, yes.
I use
Becky
MUA to do such tests. It adds a slash after the folder name.It's ok without the slash :)
Sounds like a bug in Becky. The / suffix means that you really want to create a "directory", not a selectable mailbox.
-- Xueron Nee http://www.xueron.com
participants (2)
-
Timo Sirainen
-
Xueron Nee