[EMAIL PROTECTED] writes:
« HTML content follows »
Message
Hello guys,
I am building an IMAP 'driver' in Perl and I am having some issues. Does
Imap fully implement the RFC ?
I am trying to get informations about a user's mailbox.
a05 getacl INBOX
a05 NO Error in IMAP command received by server.
is there anything that I am doing wrong ?
Yes. You are assuming that the server implements an optional IMAP extension
that is not a part of the base IMAP protocol specification.
IMAP ACL is an optional IMAP extension, which is not implemented by
Courier-IMAP.
I am using the IMAP::Admin Perl module and it fails.
Your code should check the server's CAPABILITY response, to determine
which optional IMAP extensions are supported by the server, and only use
those extensions that are actually announced.
-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users