Created
July 21, 2019 05:13
-
-
Save yume-yu/b03694bc3553b3e8e4d2414a765cb279 to your computer and use it in GitHub Desktop.
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>EmailAccountDescription</key> | |
<string>i.softbank.jp</string> | |
<key>EmailAccountName</key> | |
<string>[email protected]</string> | |
<key>EmailAccountType</key> | |
<string>EmailTypeIMAP</string> | |
<key>EmailAddress</key> | |
<string>[email protected]</string> | |
<key>IncomingMailServerAuthentication</key> | |
<string>EmailAuthPassword</string> | |
<key>IncomingMailServerHostName</key> | |
<string>imap.softbank.jp</string> | |
<key>IncomingMailServerPortNumber</key> | |
<integer>993</integer> | |
<key>IncomingMailServerUseSSL</key> | |
<true/> | |
<key>IncomingMailServerUsername</key> | |
<string>yuimanamomo</string> | |
<key>OutgoingMailServerAuthentication</key> | |
<string>EmailAuthPassword</string> | |
<key>OutgoingMailServerHostName</key> | |
<string>smtp.softbank.jp</string> | |
<key>OutgoingMailServerPortNumber</key> | |
<integer>465</integer> | |
<key>OutgoingMailServerUseSSL</key> | |
<true/> | |
<key>OutgoingMailServerUsername</key> | |
<string>yuimanamomo</string> | |
<key>OutgoingPasswordSameAsIncomingPassword</key> | |
<true/> | |
<key>PayloadDescription</key> | |
<string>メール設定を構成します</string> | |
<key>PayloadDisplayName</key> | |
<string>i.softbank.jp</string> | |
<key>PayloadIdentifier</key> | |
<string>com.apple.mail.managed.89FF2E20-8F68-4031-9FC3-88B7A8D82ADC</string> | |
<key>PayloadType</key> | |
<string>com.apple.mail.managed</string> | |
<key>PayloadUUID</key> | |
<string>89FF2E20-8F68-4031-9FC3-88B7A8D82ADC</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
<key>PreventMove</key> | |
<false/> | |
<key>SMIMEEnablePerMessageSwitch</key> | |
<false/> | |
<key>SMIMEEnabled</key> | |
<false/> | |
<key>SMIMEEncryptionEnabled</key> | |
<false/> | |
<key>SMIMESigningEnabled</key> | |
<false/> | |
<key>allowMailDrop</key> | |
<false/> | |
<key>disableMailRecentsSyncing</key> | |
<true/> | |
</dict> | |
</array> | |
<key>PayloadDescription</key> | |
<string>i.softbank.jpのメールアドレスを設定する</string> | |
<key>PayloadDisplayName</key> | |
<string>i.softbank-mailsetting</string> | |
<key>PayloadIdentifier</key> | |
<string>@yume_yu</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>FD5314F0-71FD-43EA-A676-C5032D1F9ED5</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment