Explore Help
Sign In
moparisthebest
/
davmail
mirror of https://github.com/moparisthebest/davmail
1
0
Fork
You've already forked davmail
0
Code Issues Releases Wiki Activity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2283 Commits
2 Branches
0 Tags
84 MiB
Branch: cookies
cookies
master
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from 'cookies'
${ noResults }
davmail/davmail.sh

9 lines
289 B
Raw Permalink Normal View History Unescape Escape

Improve DavMail shell scripts git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2113 3d1905a2-6b24-0410-a738-b14d5a86fcbd
10 years ago
#!/bin/sh
Include Unix (e.g. Linux) launch script git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@73 3d1905a2-6b24-0410-a738-b14d5a86fcbd
16 years ago
# Ubuntu setup instructions :
# install java :
Improve DavMail shell scripts git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2113 3d1905a2-6b24-0410-a738-b14d5a86fcbd
10 years ago
# sudo apt-get install default-jre
# launch davmail
Enhancement: Patch 2826966 from Eivind Tagseth, Make davmail.sh work from any location git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@630 3d1905a2-6b24-0410-a738-b14d5a86fcbd
14 years ago
BASE=`dirname $0`
for i in $BASE/lib/*; do export CLASSPATH=$CLASSPATH:$i; done
Improve DavMail shell scripts git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2113 3d1905a2-6b24-0410-a738-b14d5a86fcbd
10 years ago
exec java -Xmx512M -Dsun.net.inetaddr.ttl=60 -cp $BASE/davmail.jar:$CLASSPATH davmail.DavGateway $1
Powered by Gitea
English
Deutsch English español français italiano latviešu Nederlands polski português do Brasil suomi svenska Türkçe čeština български русский српски 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Website