Em Sábado 28 Junho 2003 17:35, Gianni Mariani escreveu:
> I downloaded the perl module "Mail-IMAPClient-2.2.8" and ran the test
> suite over dbmail (current CVS with the non-existant mailbox patch) and
> it does well except for a 2 failures.
>
> Has anyone used this test suite and can tell me if the failures are
> significant.
>
> I have attached the test results.  It seems it has to do with folder
> separators.
>
> G

I ran the same tests here, but I had a little different result, 93.3%
I looked at the code, and apparently the problem is with the NAMESPACE 
capability. dbmail supports it? Cyrus imap supports it, and it is present at 
the new imap rfc 3501 (http://www.isi.edu/in-notes/rfc3501.txt)

5.1.2.  Mailbox Namespace Naming Convention

   By convention, the first hierarchical element of any mailbox name
   which begins with "#" identifies the "namespace" of the remainder of
   the name.  This makes it possible to disambiguate between different
   types of mailbox stores, each of which have their own namespaces.

        For example, implementations which offer access to USENET
        newsgroups MAY use the "#news" namespace to partition the
        USENET newsgroup namespace from that of other mailboxes.
        Thus, the comp.mail.misc newsgroup would have a mailbox
        name of "#news.comp.mail.misc", and the name
        "comp.mail.misc" can refer to a different object (e.g., a
        user's private mailbox).

The problem seems to happen during the LIST command:
If a server implementation has no concept of break out
           characters, the canonical form is normally the reference
           name appended with the mailbox name.  Note that if the
           server implements the namespace convention (section
           5.1.2), "#" is a break out character and must be treated
           as such.

-----------------------------------------------------------------------------------------

TESTS

t/basic.............FAILED tests 3, 7, 45 Failed 3/45 tests, 93.33% okay
t/cram-md5..........ok
t/fast_io...........FAILED tests 3, 7, 45 Failed 3/45 tests, 93.33% okay
t/ranges............FAILED tests 3, 7, 45 Failed 3/45 tests, 93.33% okay
t/uidfast...........FAILED tests 3, 7, 45 Failed 3/45 tests, 93.33% okay
t/uidplus...........FAILED tests 3, 7, 45 Failed 3/45 tests, 93.33% okay
Failed Test Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------
t/basic.t                     45    3   6.67%  3, 7, 45
t/fast_io.t                   45    3   6.67%  3, 7, 45
t/ranges.t                    45    3   6.67%  3, 7, 45
t/uidfast.t                   45    3   6.67%  3, 7, 45
t/uidplus.t                   45    3   6.67%  3, 7, 45

[]s, gandhi

-- 
Ricardo Andere de Mello
Quilombo Digital - Presidente
[EMAIL PROTECTED] - 55 11 32717928

Reply via email to