Re: UTF7 mailbox codification error

2012-02-28 Thread Robert Mueller
> It looks like internal debugging junk from our system leaked > into a public build to me. > > Rob? Should we do a release without the 'contact rjlov'? Richard fixed this, and I've pushed the latest code to: https://github.com/robmueller/mail-imaptalk/ You can get it from there for now. Rob

Re: UTF7 mailbox codification error

2012-02-28 Thread Bron Gondwana
On Tue, Feb 28, 2012 at 04:33:07PM +0100, Manel Gimeno Zaragozá wrote: > > Hello, > > any news about this "issue"? The only way it works in my environment is > "delete" the lines tan set_unicode_folders in IMAPTalk source code. It looks like internal debugging junk from our system leaked into a

RE: UTF7 mailbox codification error

2012-02-28 Thread Manel Gimeno Zaragozá
) Thu Feb 23 19:38:12 2012: "Module" Mail::IMAPTalk · "installed into: /usr/local/share/perl5" · "LINKTYPE: dynamic" · "VERSION: 2.01" · "EXE_FILES: " I guess is the same version that you named on the mail, am

RE: UTF7 mailbox codification error

2012-02-24 Thread Manel Gimeno Zaragozá
nd, I've installed IMAPTalk from "cpan" and I have 2.01 version. #perldoc perllocal PERLLOCAL(1) User Contributed Perl Documentation PERLLOCAL(1) Thu Feb 23 19:38:12 2012: "Module" Mail::IMAPTalk · "installed into: /usr/local/share/perl5"

Re: UTF7 mailbox codification error

2012-02-23 Thread Robert Mueller
> $IMAPs1->set_unicode_folders(1); > $IMAPs2->set_unicode_folders(1); ... > How can I avoid this error? Or force that the method do not "convert" the > strings. You explicitly said you want unicode folder support, but then explicitly pass IMAP UTF-7 folder names rather than a perl unicode string.