Re: [python-win32] PyIMAPIFolder.DeleteFolder ??

2012-04-20 Thread Sriram ET.
On Tue, Apr 17, 2012 at 11:12 AM, Mark Hammond mhamm...@skippinet.com.auwrote: On 17/04/2012 3:37 PM, Sriram ET. wrote: Hi Mark, is there anything I can do (like raise a feature request) or something that will put it somewhere in your roadmap? A feature request at

Re: [python-win32] PyIMAPIFolder.DeleteFolder ??

2012-04-16 Thread Mark Hammond
On 14/04/2012 1:39 AM, Sriram ET. wrote: I am trying to programatically delete a Contacts folder (that I programatically created using PyIMAPI.CreateFolder), when I get the following exception: AttributeError: 'PyIMAPIFolder' object has no attribute 'DeleteFolder' I can see there is an

Re: [python-win32] PyIMAPIFolder.DeleteFolder ??

2012-04-16 Thread Mark Hammond
On 17/04/2012 3:37 PM, Sriram ET. wrote: On Tue, Apr 17, 2012 at 6:49 AM, Mark Hammond skippy.hamm...@gmail.com mailto:skippy.hamm...@gmail.com wrote: On 14/04/2012 1:39 AM, Sriram ET. wrote: I am trying to programatically delete a Contacts folder (that I programatically

[python-win32] PyIMAPIFolder.DeleteFolder ??

2012-04-13 Thread Sriram ET.
I am trying to programatically delete a Contacts folder (that I programatically created using PyIMAPI.CreateFolder), when I get the following exception: AttributeError: 'PyIMAPIFolder' object has no attribute 'DeleteFolder' I can see there is an EmptyFolder() implemented, and documented at: