Ask a Question related to Ruby, Design and Development.
-
Anders Borch #1
net::imap extension
hi rubyists!
I recently made a small web-interface to some mail administration, it
was a small and easy operation with the kind help ruby :)
but... I found that Net::IMAP lacks ACL support, I know that it's not
IMAP (rfc 2060), but it *is* in rfc 2086. GETACL, SETACL, DELETEACL etc.
would be *very* nice to have in net::imap, and are pretty easy to
implement too:
module Net
class IMAP
def setacl (mailbox, user, acl)
send_command ("SETACL", mailbox, user, acl)
end
def getacl (mailbox)
send_command ("GETACL", mailbox)
end
# ...
end
end
my question is this: how to put this in the official Net::IMAP package
distributed with ruby (I think it should be there, if others disagree
then I'll just keep my acl code to myself and shut up about it :)
/Anders
--
dc -e
4dd*od3*dddn1-89danrn10-dan3+ann6*dan*2*an13dn1+dn2-dn3+5*ddan2/9+an13nap
Anders Borch Guest
-
#40595 [NEW]: IMAP extension: utf8_mime2text() has wrong parameters
From: perske at uni-muenster dot de Operating system: Independent PHP version: 5.2.1 PHP Bug Type: Compile Failure Bug... -
#40595 [Opn->Bgs]: IMAP extension: utf8_mime2text() has wrong parameters
ID: 40595 Updated by: tony2001@php.net Reported By: perske at uni-muenster dot de -Status: Open +Status: ... -
#34163 [Bgs]: text relocation when building imap extension
ID: 34163 User updated by: selsky at columbia dot edu Reported By: selsky at columbia dot edu Status: Bogus Bug... -
#40420 [NEW]: --with-imap fails for imap-2004g from University of Washington IMAP toolkit
From: romanf at trash dot net Operating system: Suse Linux 10.0 64bit PHP version: 5.2.1 PHP Bug Type: Compile Failure Bug... -
Configuring the IMAP extension
I'm trying to get a PHP-based webmail setup going, but I'm running into a problem with IMAP authentication. Specifically, the PHP IMAP extension...



Reply With Quote

