What is the key of the "mobileconfig" configuration profile for "IMAP Path Profile"?

Hello,


I would like to create a configuration profile that allows to distribute email server settings.

The reference I use is the following one : https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html

I use the email payload in order to create an email account on the device.


I would like to set the "IMAP Path Prefix" to "INBOX".

I don't find any key related to this setting.


Any idea?

Thanks

Regards

Yoann

In exactly the same boat here, the payload works perfectly - however the wrong IMAP Path Prefix is used (blank) and it's not possible to change this once the profile is installed.

Yoann, we have found the feature (which is undocumented) and now have this working with a custom path prefix!


You need to use the following:


<key>IncomingMailServerIMAPPathPrefix</key>

<string>EXAMPLE</string>

What is the key of the "mobileconfig" configuration profile for "IMAP Path Profile"?
 
 
Q