Quote:
Originally Posted by Paul
Where does it say he sends "all email to Apple anyway" ?
|
The last two providers offered true end-to-end encryption, at a cost of about €3/4 per month. Sounds good… but the catch is that to use their end-to-end encryption you’re forced to use their apps (or, on macOS, run a background “bridge”).
That’s a no go for me, because I love Apple’s Mail app on macOS and iOS, it just works perfectly for my needs, and I don’t want to give that up.
Quote:
The script excludes the All Mail folder" using: --exclude "\[Gmail\]/All Mail" \
This to avoid duplicate emails already present in the folders, I also merged the [Imap]/Archive folder into the general Archive folder using: --regextrans2 "s/\[Imap\]\/Archive/Archive/"
This because Apple’s Mail app creates the [Imap]/Archive folder/label on Gmail whenever you use the “Archive” function instead of “Trash.”
|