PGP/MIME encrypted messages injected into a Vaultive O365 frontend via IMAP or SMTP have their Content-Type changed from:
Content-Type: multipart/encrypted; protocol="application/pgp-encrypted"; boundary="abc123abc123"
#include <stdio.h> | |
#include <sys/types.h> | |
#include <unistd.h> | |
#include <sys/socket.h> | |
#include <sys/un.h> | |
#include <stdlib.h> | |
#include <errno.h> | |
#include <string.h> | |
/* Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
PGP/MIME encrypted messages injected into a Vaultive O365 frontend via IMAP or SMTP have their Content-Type changed from:
Content-Type: multipart/encrypted; protocol="application/pgp-encrypted"; boundary="abc123abc123"
Chairs: Christopher Liljenstolpe ietf@cdl.asgaard.org Daniel Kahn Gillmor dkg@fifthhorseman.net