AusweisApp2
Lade ...
Suche ...
Keine Treffer
Email.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include <QString>
8#include <QUrl>
9
10namespace governikus
11{
12
13class GlobalStatus;
14
15QString generateMailBody(const GlobalStatus& pStatus, const QUrl& pServiceUrl = {}, bool pPercentEncoding = false, bool pAddLogNotice = false);
16
17} // namespace governikus
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16
QString generateMailBody(const GlobalStatus &pStatus, const QUrl &pServiceUrl, bool pPercentEncoding, bool pAddLogNotice)
Definition Email.cpp:14