36 Q_ENUM(ConnectionType)
60 void setStashKey(
const QString &stashKey);
70 void setDefaultContentType(
const QByteArray &contentType);
86 void setDefaultCharset(
const QByteArray &charset);
96 void setDefaultEncoding(
const QByteArray &encoding);
106 void setSenderHost(
const QString &host);
111 int senderPort()
const;
116 void setSenderPort(
int port);
121 ConnectionType senderConnectionType()
const;
126 void setSenderConnectionType(ConnectionType ct);
131 AuthMethod senderAuthMethod()
const;
136 void setSenderAuthMethod(AuthMethod method);
146 void setSenderUser(
const QString &user);
151 QString senderPassword()
const;
156 void setSenderPassword(
const QString &password);
167 void setAsync(
bool enable);