Subject: | Using of $imap->COMMAND for unsupported commands no longer works |
[Only tested in 3.00, but I have no option to select it]
I have code that does $imap->PROXYAUTH($user) against a Sun Messaging
Server to allow an administrator to login as a normal user. This
non-standard and unsupported command used to be handled by AUTOLOAD in
previous versions. AUTOLOAD no longer appears to exist, so this fails.
The equivalent $imap->_imap_command("PROXYAUTH $user") still works, and
I'm happy to change my code accordingly, but the documentation still
says that they should work (in section "Other IMAP Client Commands and
the Default Object Method").
Mail-IMAPClient-3.00
perl 5.8.8
Debian lenny/sid Linux 2.6.22