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 ?
�
I am using the IMAP::Admin Perl module and�it fails.
That command is not part of the IMAP spec. It is an extension spec. ACL's are not supported by Courier, to my knowledge.
-jab
