Created
May 25, 2015 08:13
-
-
Save jlehikoinen/5a036ce8c7c20be98402 to your computer and use it in GitHub Desktop.
Gmail mobileconfig payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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