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
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
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
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
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