Give the user the choice, for non-critical errors.
Currently only done for get/delete/expunge/put, more code should be ported
to handleJobError().
Added error() and signal result() to FolderJob to allow KMFolderCachedImap
to skip the expunge step if deleting failed.
Earlier versions of this patch were posted to kmail-devel, but Till told me
to go ahead :-)
svn path=/trunk/kdepim/; revision=305206
QStringmyError="<qt><p><b>"+i18n("Error while uploading message")
QStringmyError="<p><b>"+i18n("Error while uploading message")
+"</b></p><p>"+i18n("Could not upload the message %1 on the server from folder %2 with URL %3.").arg((*it).items[0]).arg(mFolder->name()).arg((*it).htmlURL())
+"</p><p>"+i18n("This could be because you do not have permission to do this; the error message from the server communication is here:")+"</p>";