Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
DavmailCtrl | 2012-08-09 | 13.6 kB | |
README.txt | 2012-08-09 | 1.5 kB | |
Totals: 2 Items | 15.1 kB | 0 |
DavmailCtrl Author: Nikolaos Bestas <nikolaos.bestas@gmail.com> DavmailCtrl is a script that controls the amazing Davmail ( http://sourceforge.net/projects/davmail ) Prerequisites: - For install, update and status -- wget is used to download the latest davmail version. It is also used to check the latest davmail version. -- Internet connectivity. - For start, stop and restart there are no prerequisites, assuming you use bash To use it: - download it - make it executable ( chmod +x DavmailCtrl ) - configure it (see bellow) - invoke it with the desired argument start , stop, restart, status, version, install, update ( e.g. ./DavmailCtrl install ) - ./DavmailCtrl usage (or anything for usage instructions) Configuration: The only configuration you need, as of this version, is to have one or more configuration files in $DavCfgDir. The default DavCfgDir is $HOME/.config/davmail. You may change this to your liking. The configuration file(s) should be named davmail.properties.<whatever_you_want> e.g.: $DavCfgDir/davmail.properties.1 $DavCfgDir/davmail.properties.company $DavCfgDir/davmail.properties.exchangeServer So far DavmailCtrl has been tested with only up to two instances, on an x86 PC. Hope you enjoy the program as much as I enjoyed making it. :-) Change log for version 0.0.4 (2012-08-09): - Changed this file (README.txt) - Removed the unneeded variables for the config files - Changed the StartDavSeq () function (see diff with 0.0.3) - Aesthetic: Changed the position of License () function