7#ifndef KDAV_PROTOCOLINFO_H
8#define KDAV_PROTOCOLINFO_H
11#include "kdav_export.h"
QString contactsMimeType(KDAV::Protocol protocol)
Returns the mimetype that shall be used for contact DAV resources using protocol.
KDAV::Protocol protocolByName(const QString &name)
Returns the protocol matching the given name.
QString principalHomeSetNS(KDAV::Protocol protocol)
Returns the principal home set namespace of protocol.
QString protocolName(KDAV::Protocol protocol)
Returns the untranslated name of the given DAV protocol dialect.
QString principalHomeSet(KDAV::Protocol protocol)
Returns the principal home set of protocol.
bool useMultiget(KDAV::Protocol protocol)
Returns whether the protocol dialect supports the MULTIGET command.
The KDAV namespace.
Definition davjobbase.h:17
Protocol
Describes the DAV protocol dialect.
Definition enums.h:20