Used to easily make the command to sync imap email accounts.
This is an Electron app that builds on top of Gilles Lamiral's work called imapsync. The binaries for each operating system is included in the program, so you can use it in macOS, Linux and Windows without worry. https://github.com/imapsync/imapsync
yarn electron:dev
yarn electron:start
yarn electron:pack
Only include the OS's you want to build for
-m = macOS
-w = Windows
-l = Linux
Alternatively, use the shorthard -mwl
yarn electron:prebuild
yarn electron:build -m -w -l