Displaying 4 results from an estimated 4 matches for "namespace_find".
2005 Jul 13
0
Minor bugs still in test77
...to the main distribution?
1) LIST bugs:
LIST "~/mail/" ""
and
LIST "" "~/mail/"
(where "~/mail/" is a namespace prefix) don't reply the same way as
UW-IMAP does and in at least the first case, still violates the spec
(your fix breaks, as namespace_find() modifies its argument)
The second issue breaks Pine 4.x, I think.
2) Angle-addresses
If a header address is just "<someone at somewhere.org>" rather than
"Someone <someone at somewhere.org>" or "someone at somewhere.org", then the
FETCH ... ENVELOPE...
2005 Mar 18
2
Pine and prefix - LIST command bug?
I've been having problems with Pine 4.62 talking to Dovecot 1.0 stable.
It's fine when the folder collection path is empty, but if I have
"~/mail/" or "mail/" it gives access errors (I'm using the "~/mail/",
"mail/" etc. hidden namespaces for backwards compatability).
It seems to me that Dovecot is not replying correctly to a "LIST"
2005 Mar 12
2
problems with migration to Maildir
I'm attempting to use Maildir and mbox together until I can finish
migrating all mailboxes and figure out issues I'm having with a couple
other mailboxes. But, I want to officially start using Maildir as the
primary msg. store. Now...when I configure Dovecot as follows, it
creates new folders in the ~/mail folder, which is where my mboxes reside:
#default_mail_env =
2006 Jan 14
2
20060114 snapshot compilation warnings
Timo,
I've noticed a couple of extra compilation errors in last night's
snapshot compared to the snapshot I downloaded on Tuesday, probably due
to the int -> bool change :- (gcc 3.3.2 on Solaris 8)
mbox-sync.c: In function `mbox_sync':
mbox-sync.c:1568: warning: comparison is always false due to limited
range of data type
index-search.c: In function `search_index_arg':