diff --git a/build.xml b/build.xml index 35427497..f3662ba2 100644 --- a/build.xml +++ b/build.xml @@ -44,18 +44,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + toFile="dist/davmail.desktop" + name="DavMail" + comment="DavMail POP/SMTP/Caldav/LDAP Exchange Gateway" + exec="davmail" + icon="/usr/share/davmail/davmail.png" + categories="Office;Email;Network;Calendar;ContactManagement" + /> - Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing - users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, - even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an - LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze - window and full calendar support with attendees free/busy display. - DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows, - Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame. - Tested successfully with the Iphone (gateway running on a server). + Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing + users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange + server, + even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an + LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze + window and full calendar support with attendees free/busy display. + DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows, + Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame. + Tested successfully with the Iphone (gateway running on a server). http://davmail.sourceforge.net @@ -179,6 +223,7 @@ + diff --git a/lib/jarbundler-2.1.0.jar b/lib/jarbundler-2.1.0.jar new file mode 100644 index 00000000..51279879 Binary files /dev/null and b/lib/jarbundler-2.1.0.jar differ diff --git a/src/osx/tray.icns b/src/osx/tray.icns new file mode 100644 index 00000000..c0b30931 Binary files /dev/null and b/src/osx/tray.icns differ