Skip to content

Application to make commands for imapsync by Gilles LAMIRAL

Notifications You must be signed in to change notification settings

CasperEngl/imapsync-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imapsync

Used to easily make the command to sync imap email accounts.

Source

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

Downloads

Link

Running the app

To run the app in development mode

yarn electron:dev

In the case that the app has already been started elsewhere

yarn electron:start

Building the app

Build for current OS

yarn electron:pack

Build for macOS, Windows and Linux

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

About

Application to make commands for imapsync by Gilles LAMIRAL

Resources

Stars

Watchers

Forks

Packages

No packages published