Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wwwillchen/af9133a5845a60cd4aa8 to your computer and use it in GitHub Desktop.
Save wwwillchen/af9133a5845a60cd4aa8 to your computer and use it in GitHub Desktop.
<dict>
<key>PayloadType</key>
<string>com.apple.mail.managed</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadIdentifier</key>
<string>com.apple.mdm.server.local.9aff7590-29cf-0132-aec7-1234569012.alacarte.email.1a2b3c4d-29d0-0132-aec9-000c292f</string>
<key>PayloadUUID</key>
<string>5b041780-29d0-0135-aec9-000c432567</string>
<key>PayloadEnabled</key>
<true/>
<key>PayloadDisplayName</key>
<string>Google Mail Account</string>
<key>EmailAccountDescription</key>
<string>Gmail</string>
<key>disableMailRecentsSyncing</key>
<false/>
<key>PreventMove</key>
<false/>
<key>PreventAppSheet</key>
<false/>
<key>SMIMEEnabled</key>
<false/>
<key>SMIMEEnablePerMessageSwitch</key>
<false/>
<key>IncomingMailServerPortNumber</key>
<integer>993</integer>
<key>IncomingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>IncomingMailServerUseSSL</key>
<true/>
<key>OutgoingMailServerPortNumber</key>
<integer>465</integer>
<key>OutgoingMailServerAuthentication</key>
<string>EmailAuthPassword</string>
<key>OutgoingMailServerUseSSL</key>
<true/>
<key>EmailAccountType</key>
<string>EmailTypeIMAP</string>
<key>EmailAccountName</key>
<string>DISPLAYNAME</string>
<key>EmailAddress</key>
<string>EMAIL</string>
<key>IncomingMailServerHostName</key>
<string>imap.gmail.com</string>
<key>IncomingMailServerUsername</key>
<string>EMAIL</string>
<key>OutgoingMailServerHostName</key>
<string>smtp.gmail.com</string>
<key>OutgoingMailServerUsername</key>
<string>EMAIL</string>
<key>OutgoingPasswordSameAsIncomingPassword</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment