Home
last modified time | relevance | path

Searched refs:SMIMEFormat (Results 1 – 14 of 14) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/utils/
H A Dkleo_util.h17 Kleo::SMIMEFormat,
22 Kleo::SMIMEFormat,
49 return f == Kleo::SMIMEFormat || f == Kleo::SMIMEOpaqueFormat; in isSMIME()
59 return f & (Kleo::SMIMEFormat | Kleo::SMIMEOpaqueFormat); in containsSMIME()
H A Dutil.cpp147 case Kleo::SMIMEFormat: { in makeToplevelContentType()
190 case Kleo::SMIMEFormat: { in setNestedContentType()
212 } else if (sign && format & Kleo::SMIMEFormat) { in setNestedContentDisposition()
227 case Kleo::SMIMEFormat: in makeMultiMime()
/dports/security/libkleo/libkleo-21.12.3/src/kleo/
H A Denum.h36 SMIMEFormat = 4, enumerator
39 AnySMIME = SMIMEOpaqueFormat | SMIMEFormat,
H A Denum.cpp40 Kleo::SMIMEFormat,
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/job/
H A Dsignjob.cpp49 case Kleo::SMIMEFormat: in binaryHint()
67 case Kleo::SMIMEFormat: in signingMode()
97 …GPMIMEFormat || format == Kleo::InlineOpenPGPFormat || format == Kleo::SMIMEFormat || format == Kl… in setCryptoMessageFormat()
H A Dencryptjob.cpp48 case Kleo::SMIMEFormat: in binaryHint()
66 case Kleo::SMIMEFormat: in signingMode()
H A Dsignencryptjob.cpp52 case Kleo::SMIMEFormat: in binaryHint()
88 …GPMIMEFormat || format == Kleo::InlineOpenPGPFormat || format == Kleo::SMIMEFormat || format == Kl… in setCryptoMessageFormat()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/conversion/
H A Dkabcconversion.cpp22 SMIMEFormat = 4, enumerator
25 AnySMIME = SMIMEOpaqueFormat | SMIMEFormat,
56 {SMIMEFormat, ("S/MIME"), "s/mime"},
785 if (cryptoFormats & SMIMEFormat) { in fromKABC()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/composer/
H A Dkeyresolver.cpp554 if (item.format & (Kleo::SMIMEFormat | Kleo::SMIMEOpaqueFormat) in operator ()()
1236 … << encryptionItems(SMIMEFormat).size() << encryptionItems(SMIMEOpaqueFormat).size(); in resolveEncryptionKeys()
1265 if (!encryptionItems(SMIMEFormat).empty() || !encryptionItems(SMIMEOpaqueFormat).empty()) { in resolveEncryptionKeys()
1289 addToAllSplitInfos(d->mSMIMEEncryptToSelfKeys, SMIMEFormat | SMIMEOpaqueFormat); in resolveEncryptionKeys()
1318 …if ((!encryptionItems(SMIMEFormat).empty() || !encryptionItems(SMIMEOpaqueFormat).empty()) && d->m… in resolveSigningKeysForEncryption()
1820 if (mCryptoMessageFormats & (SMIMEFormat | SMIMEOpaqueFormat)) { in lookup()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dsignencrypttest.cpp51 QTest::newRow("SMIMEFormat") << (int)Kleo::SMIMEFormat << QStringLiteral("Not implemented"); in testContent_data()
H A Dcryptofunctions.cpp79 if (f & Kleo::SMIMEFormat) { in verifySignature()
H A Dcryptocomposertest.cpp878 f = Kleo::SMIMEFormat; in runSMIMETest()
/dports/net/mailcommon/mailcommon-21.12.3/src/filter/filteractions/
H A Dfilteractionencrypt.cpp179 …yptoMessageFormat(mKey.protocol() == GpgME::OpenPGP ? Kleo::OpenPGPMIMEFormat : Kleo::SMIMEFormat); in process()
/dports/deskutils/kmail/kmail-21.12.3/src/identity/
H A Didentitydialog.cpp436 …essageFormatToLabel(Kleo::OpenPGPMIMEFormat) << Kleo::cryptoMessageFormatToLabel(Kleo::SMIMEFormat) in IdentityDialog()