Copies a resource identified by source_uri to destination_uri on the server.
The source_uri can reference also collections, in which case the depth influences whether only the collection
itself is copied (e_webdav_depth_this) or whether the collection with all its children is copied (
e_webdav_depth_infinity).
| this | |
| source_uri |
URI of the resource or collection to copy |
| destination_uri |
URI of the destination |
| depth |
requested depth, can be one of e_webdav_depth_this or e_webdav_depth_infinity |
| can_overwrite |
whether can overwrite |
| cancellable |
optional Cancellable object, or null |
|
Whether succeeded. |