Re: [Zope] WorldPilot 1.1.0 - Possible bug and solution ?

2000-07-26 Thread Bryan Stillwell

This seems to have worked fine for me.  Thanks Paolo!

Bryan

On Wed, 26 Jul 2000, Paolo Bizzarri wrote:

> Hi Zopers,
> 
> apparently, WorldPilot has an error in the getIMAPFolders function, that
> do not allow the creation of folders. 
> 
> The line is the following:
> 
> cf.AddChild(IMAPFolder(Folder,TmpFolderFullName[:-1] , padding+Folder))
> 
> 
> I have changed it in:
> 
> cf.AddChild(IMAPFolder(Folder,TmpFolderFullName[1:] , padding+Folder))
> 
> and now I can happily create folders and move messages around.
> 
> I am using courier IMAP on a Red Hat Linux.
> 
> Can someone confirm the patch ?
> 
> Many thanks
> 
> Paolo 


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] WorldPilot 1.1.0 - Possible bug and solution ?

2000-07-26 Thread Paolo Bizzarri

Hi Zopers,

apparently, WorldPilot has an error in the getIMAPFolders function, that
do not allow the creation of folders. 

The line is the following:

cf.AddChild(IMAPFolder(Folder,TmpFolderFullName[:-1] , padding+Folder))


I have changed it in:

cf.AddChild(IMAPFolder(Folder,TmpFolderFullName[1:] , padding+Folder))

and now I can happily create folders and move messages around.

I am using courier IMAP on a Red Hat Linux.

Can someone confirm the patch ?

Many thanks

Paolo 

-- 
Paolo Bizzarri - Responsabile Marketing  I3 Icube Srl
Sede:   Via Ridolfi 15 - 56124 Pisa (PI), Italia 
E-mail: [EMAIL PROTECTED] WWW: www.icube.it   
Tel:(+39) 050 97 02 07  Fax: (+39) 050 31 36 588

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )