THIS APPLICATION DIRECTLY MODIFIED ~/Library/Accounts/Accounts4.sqlite
DATABASE. YOU SHOULD NOT USE THIS TOOL IF YOU ARE NOT FAMILIAR WITH IT.
Mail.app on macOS High Sierra(at least up to 10.13.6) has a bug that it cannot accept 'Allow insecure authentication' enabled settings.
The Mail.app tries to check whether newly entered authentication information is valid or not before saving the setting values, but if the server does not support 'SSL' connection, the app fails to this validation, and it prevents to save the information.
This application allows you to set some properties for Mail.app settings.
You can build this source code with Xcode 8 with this instruction. You also can download pre build binary from here, or,
- Install
carthage
command. One of the easy way is to usebrew
command.
% brew install carthage
- Build related libraries with
carthage
.
% carthage update --platform macos
- open
Accounts4Fixer.xcodeproj
with Xcode8 and run it(command + R).
- NO WARRANTY.
- You should quit
Mail.app
before updating your information. - macOS Mojave will fix this bug. If you have a plan to install the new OS and you can wait until the release date, I recommend do so.
MIT.