mirror of
https://github.com/moparisthebest/davmail
synced 2024-08-13 16:53:51 -04:00
Add contributors to Maven POM
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@377 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
8dd6018aaf
commit
489381e2d4
48
pom.xml
48
pom.xml
@ -9,13 +9,13 @@
|
||||
<name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name>
|
||||
<url>http://www.sourceforge.net/projects/davmail</url>
|
||||
<description>
|
||||
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.
|
||||
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).
|
||||
</description>
|
||||
<developers>
|
||||
@ -30,6 +30,40 @@
|
||||
</roles>
|
||||
</developer>
|
||||
</developers>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>John Ahern</name>
|
||||
<email>jahern2502@users.sourceforge.net</email>
|
||||
<url>http://sourceforge.net/users/jahern2502</url>
|
||||
<roles>
|
||||
<role>Java Contributor</role>
|
||||
</roles>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Henning Holtschneider</name>
|
||||
<email>hehol@users.sourceforge.net</email>
|
||||
<url>http://sourceforge.net/users/hehol</url>
|
||||
<roles>
|
||||
<role>Tester</role>
|
||||
</roles>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Shocker</name>
|
||||
<email>gkwait@users.sourceforge.net</email>
|
||||
<url>http://sourceforge.net/users/gkwait</url>
|
||||
<roles>
|
||||
<role>Tester</role>
|
||||
</roles>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Guido</name>
|
||||
<email>guido2@users.sourceforge.net</email>
|
||||
<url>http://sourceforge.net/users/guido2</url>
|
||||
<roles>
|
||||
<role>Tester</role>
|
||||
</roles>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU General Public License</name>
|
||||
|
Loading…
Reference in New Issue
Block a user