forked from mguessan/davmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
404 lines (404 loc) · 16.1 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<?xml version="1.0" encoding="ISO-8859-1"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>davmail</groupId>
<artifactId>davmail</artifactId>
<packaging>jar</packaging>
<version>6.0.1</version>
<name>DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway</name>
<organization>
<name>Mickaël Guessant</name>
</organization>
<url>http://www.sourceforge.net/projects/davmail</url>
<inceptionYear>2001</inceptionYear>
<description>
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 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 and user personal contacts
to allow recipient address completion in mail compose window and full calendar support
with attendees free/busy display.
The main goal of DavMail is to provide standard compliant protocols in front of proprietary
Exchange. This means LDAP for address book, SMTP to send messages, IMAP to browse messages
on the server in any folder, POP to retrieve inbox messages only and Caldav for calendar support.
Thus any standard compliant client can be used with Microsoft Exchange.
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).
DavMail gateway is implemented in java and should run on any platform. Releases are tested
on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone
(gateway running on a server).
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<developers>
<developer>
<name>Mickaël Guessant</name>
<id>mguessan</id>
<email>mguessan@free.fr</email>
<url>http://mguessan.free.fr</url>
<roles>
<role>Project Founder</role>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Dfoody</name>
<email>dfoody@users.sourceforge.net</email>
<url>http://sourceforge.net/users/dfoody</url>
<roles>
<role>Main Java Contributor</role>
</roles>
</contributor>
<contributor>
<name>Alexandre Rossi</name>
<email>alexandre.rossi@gmail.com</email>
<url>http://anonscm.debian.org/gitweb/?p=pkg-java/davmail.git;a=summary</url>
<roles>
<role>Debian DavMail package maintainer</role>
</roles>
</contributor>
<contributor>
<name>Marcin Dulak</name>
<email>marcin.dulak@gmail.com</email>
<url>https://build.opensuse.org/package/show/home:marcindulak/davmail</url>
<roles>
<role>DavMail RPM package maintainer</role>
</roles>
</contributor>
<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>Eivind Tagseth</name>
<email>eivindt@users.sourceforge.net</email>
<url>http://sourceforge.net/users/eivindt</url>
<roles>
<role>Java Contributor</role>
</roles>
</contributor>
<contributor>
<name>Mitchell V. Oliver</name>
<email>pianoman113@users.sourceforge.net</email>
<url>https://sourceforge.net/users/pianoman113</url>
<roles>
<role>Java Contributor</role>
</roles>
</contributor>
<contributor>
<name>Gellule</name>
<email>gellule@users.sourceforge.net</email>
<url>https://sourceforge.net/users/gellule</url>
<roles>
<role>Java Contributor</role>
</roles>
</contributor>
<contributor>
<name>Jeremiah Albrant</name>
<url>http://sourceforge.net/users/?user_id=2903536</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>
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<mailingLists>
<mailingList>
<name>DavMail User List</name>
<post>davmail-users@lists.sourceforge.net.</post>
<subscribe>http://lists.sourceforge.net/lists/listinfo/davmail-users</subscribe>
<unsubscribe>http://lists.sourceforge.net/lists/listinfo/davmail-users</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=davmail-users</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:https://svn.code.sf.net/p/davmail/code/trunk</connection>
<developerConnection>scm:svn:https://svn.code.sf.net/p/davmail/code/trunk</developerConnection>
<tag>HEAD</tag>
<url>https://sourceforge.net/p/davmail/code/HEAD/tree/trunk/</url>
</scm>
<issueManagement>
<system>SourceForge</system>
<url>http://sourceforge.net/p/davmail/_list/tickets</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
<version>2.14.6</version>
<exclusions>
<exclusion>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.11</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<exclusions>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>swt</artifactId>
<version>4.9</version>
<optional>true</optional>
<scope>system</scope>
<systemPath>${project.basedir}/lib/swt-4.9-gtk-linux-x86_64.jar</systemPath>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlcleaner</groupId>
<artifactId>htmlcleaner</artifactId>
<version>2.21</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.2.0</version>
</dependency>
<dependency>
<groupId>org.samba.jcifs</groupId>
<artifactId>jcifs</artifactId>
<version>1.3.14</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jcifs-1.3.14.jar</systemPath>
</dependency>
<dependency>
<groupId>net.freeutils</groupId>
<artifactId>jcharset</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.boris.winrun4j</groupId>
<artifactId>winrun4j</artifactId>
<version>0.4.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/winrun4j-0.4.5.jar</systemPath>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.4.0</version>
</dependency>
<!-- JDK 11 only JavaFX dependencies -->
<!--dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>11</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>11</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>11</version>
</dependency-->
</dependencies>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
<build>
<resources>
<resource>
<directory>src/java</directory>
<excludes>
<exclude>**/O365Interactive*.java</exclude>
</excludes>
</resource>
</resources>
<sourceDirectory>src/java</sourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<excludes>
<exclude>**/O365Interactive*.java</exclude>
</excludes>
</configuration>
<version>3.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
</plugin>
</plugins>
</build>
<distributionManagement>
<site>
<id>sourceforge.net</id>
<url>scp://web.sourceforge.net/home/groups/d/da/davmail/htdocs</url>
</site>
</distributionManagement>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>dependency-convergence</report>
<report>team</report>
<report>mailing-lists</report>
<report>issue-management</report>
<report>licenses</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.5</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
<onlyAnalyze>davmail.-</onlyAnalyze>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<configLocation>src/checkstyle/checkstyle-configuration.xml</configLocation>
<excludes>com/ctc/wstx/sr/StreamScanner.java</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.5</version>
</plugin>
</plugins>
</reporting>
</project>