objective c - How does one programmatically access email account settings of mail app in Mavericks? -


I would like to use e-mail account settings such as usernames, passwords, ports, SSL settings, etc. Goes away. OSX mail app, how are these settings stored from my app, and how they are read?

The password is usually stored in a keychain, if the user enables the storage of passwords. The parameters are in preference file.

Before the user is sure that this user is okay.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -