A note about KIO and password management

2012-04-20 Thread Dawit A
Though this is documented in multiple places, it might not be apparent to a lot of developers as I have encountered and addressed this issue in multiple places recently. If you are using KIO in your application and you want user provided credentials to be cached for the duration of your applicatio

Re: Kmail API: deleting emails from a kmail maildir folder.

2012-04-20 Thread Kevin Krammer
Hi Augustin, I recommend you subscribe to the KDE PIM developer mailing list and we continue the thread there. On Friday, 2012-04-20, augustin wrote: > Hello, > > I'd like to write an application to help me programmatically sort and > delete some emails that are currently stored in maildirs be

Re: Kmail API: deleting emails from a kmail maildir folder.

2012-04-20 Thread Kevin Krammer
On Friday, 2012-04-20, Cedric Bellegarde wrote: > Le vendredi 20 avril 2012 23:08:41 augustin a écrit : > > But where I am a bit uncertain, is how to handle the deletion of the > > emails. Deleting a specific email is certainly easy (delete the > > corresponding file), but what about regenerating

Re: Kmail API: deleting emails from a kmail maildir folder.

2012-04-20 Thread Cedric Bellegarde
Le vendredi 20 avril 2012 23:08:41 augustin a écrit : > But where I am a bit uncertain, is how to handle the deletion of the > emails. Deleting a specific email is certainly easy (delete the > corresponding file), but what about regenerating indexes? Hello, as you can already remove email from o

Kmail API: deleting emails from a kmail maildir folder.

2012-04-20 Thread augustin
Hello, I'd like to write an application to help me programmatically sort and delete some emails that are currently stored in maildirs belonging to kmail. (I mean kmail receives, handles and stores the emails, but I'd like a 3rd-party software to delete the emails under certain conditions). I