Migration implementation (part 1)
This commit is contained in:
@@ -43,10 +43,12 @@ pub async fn test(params: &mut JMAPTest) {
|
||||
EncryptionMethod::PGP => EncryptionType::PGP {
|
||||
algo,
|
||||
certs: certs.clone(),
|
||||
allow_spam_training: true,
|
||||
},
|
||||
EncryptionMethod::SMIME => EncryptionType::SMIME {
|
||||
algo,
|
||||
certs: certs.clone(),
|
||||
allow_spam_training: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user