1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Steve Wills
2b0645e64c mail/davmail: update to 4.9.0
PR:		231803
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	maintainer timeout (john.c.prather@gmail.com, >1 month)
2018-11-02 02:17:19 +00:00
Thomas Zander
487772ed28 Update to upstream version 4.8.6
Details:
- Detailed list of changes since previous ports tree version 4.8.0
  documented by John Hein (submitter) in bug report at
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231126

PR:		231126
Submitted by:	z7dr6ut7gs@snkmail.com
Approved by:	Maintainer timeout
2018-09-22 14:04:35 +00:00
Rodrigo Osorio
fe3533c1e2 Add profiles suport in davemail.
It is useful when you need to connect to more than one exchange server.

Bump portrevioon

PR:		218140
Submitted by:	jjuanino@gmail.com
Approved by:	maintainer
2017-06-19 17:25:57 +00:00
Martin Wilke
d152089835 - Update to 4.8.0
PR:		218138
Submitted by:	jjuanino@gmail.com
Approved by:	maintainer timeout
2017-05-05 03:22:05 +00:00
Dmitry Marakasov
e76d4ae958 - Update to 4.7.3
from releasenotes.txt:

** DavMail 4.7.3 released **
Another bugfix release, mostly from user feedback. Also improve Windows installer to let users
choose whether they want to run DavMail automatically at logon.

Enhancement:
- Improve windows installer, make auto start at logon optional
- Update release guide with opensuse build env
- update icon cache
- Update winrun4j wrappers icon to 128x128

EWS:
- EWS: workaround for invalid cookie domain on Office365

DAV:
- DAV: merge patch from #232 Outlook-created appt does not go through. OWA-created one does

IMAP:
- IMAP: additional fix for #626, workaround for from: header not searchable over EWS
- IMAP: fix for #626, workaround for to: header not searchable over EWS

SMTP:
- SMTP: Merge patch 627 by Peter Chubb, server returns incorrect code on authentication failure

PR:             214900
Submitted by:   z7dr6ut7gs@snkmail.com
Approved by:    john.c.prather@gmail.com (maintainer)
2016-12-19 09:50:20 +00:00
Jason Unovitch
5b9830d0fa mail/davmail: simplify find flags from update in 417509
- Use find's '-delete' option over '-exec ${RMDIR}'

Reported by:	mat
2016-06-26 18:28:23 +00:00
Jason Unovitch
1ec1a31cff mail/davmail: update 4.6.1 -> 4.7.2
- Update rc.d script to run as davmail user rather than root
- Update rc.d script to take advantage of daemon(8) rather than hand-rolling
  process management
- Update rev info (checksums, refresh patches, etc.)
- Remove .md5 files
- Appease testport by removing empty dirs in STAGEDIR not in plist

UIDs/GIDs: add davmail user

Changes:	https://sourceforge.net/p/davmail/code/2427/tree/trunk/releasenotes.txt

PR:		209354
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	maintainer timeout (7 weeks)
2016-06-26 01:23:27 +00:00
Greg Lewis
0fb2d69d9f . Fix the build for Java 8.
PR:		201347
Approved by:	Maintainer timeout
2015-07-20 06:31:20 +00:00
Kurt Jaeger
ea9d9a4680 mail/davmail: fix patch to patch-build.xml
PR:		198297
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	<john.c.prather@gmail.com> (maintainer)
2015-05-24 06:45:53 +00:00
Kurt Jaeger
6d25652c5d mail/davmail: 4.5.1 -> 4.6.1
Fixes potential CVE-2014-3566 vulnerability

DavMail 4.6.1
Bugfix release to fix recent regression with Office 365,
also includes a few Linux and IMAP enhancements.

Linux:
- RPM: exclude Growl library from RPM package
- Add genericname to desktop entry
- RPM: Fix warning the init script refers to runlevel 4 which is
  admin defined. No distribution script must use it
- Detect and log message for Unity users
- RPM: Fix JAVA HOME detection for openSUSE_13.2
- RPM: update spec file from OpenSuse build by Dmitri Bachtin and
  Achim Herwig

SWT:
- SWT: improve tray init, preload image and add a delay on first message

Enhancements:
- Add a few more logging statements

IMAP:
- Fix #36 Endless loop when using IMAP IDLE feature with SSL sockets,
  replaced thread sleep with a short timeout on socket read

EWS:
- EWS: update checkEndPointUrl, send get root folder request instead
  of static wsdl request no longer available on Office365

DavMail 4.6.0
Bugfix release with many IMAP enhancements over EWS, implement batch
move items, also includes a brand new generic OSX package to handle
new OSX java behaviour.

OSX:
- OSX: refactor OSX package based on universalJavaApplicationStub
- Replace Java application stub with
  https://github.com/tofi86/universalJavaApplicationStub/blob/master/src/universalJavaApplicationStub

Doc:
- Doc: update OSX setup documentation
- Doc: additional Linux instructions for Ubuntu 14
- Fix #31 A typo in davmail.properties example

EWS:
- EWS: improve main calendar folder test
- EWS: fix batch move
- EWS: Adjust paged search for folders
- EWS: implement batch move items
- EWS: improve folder paged search
- Prepare batch move implementation
- EWS: force NTLM in direct EWS mode
- EWS: implement batch move method
- EWS: switch to GetMethod to check endpoint
- EWS: take paging into account in appendSubFolders
- EWS: fix ErrorExceededFindCountLimit on FindFolder requests
- EWS: avoid NullPointerException in fixAttendees

Linux:
- Allow Java 8 and default jre in debian package

IMAP:
- IMAP: fix 587 log and skip broken messages

Caldav
- Caldav: fix #98 Support of Contacts in CardDav REPORT
- Fix #35 duplicates in updated reoccurring events

Enhancements
- From audit: remove throws statement
- Adjust KerberosHelper logging message
- Fix for #534 Kerberos Authentication doesn't seem to be work cross domain

LDAP:
- LDAP: reset icon after search

PR:		198297
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	<john.c.prather@gmail.com> (maintainer (timeout))
2015-05-23 18:28:13 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
William Grzybowski
e2c977d933 mail/davmail: update to 4.5.1
PR:		192043
Submitted by:	maintainer (timeout)
2014-08-13 22:07:33 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Jung-uk Kim
2e6bc86aad Properly prefix java with LOCALBASE.
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2014-07-02 23:53:20 +00:00
Jung-uk Kim
d53cd310e8 - Update to 4.5.0.
- Fix rc script to properly start and stop.
- Install a real sample file for davmail.properties.
- Fix a minor typo in the sample file.
- Use @sample for plist instead of rolling our own.

PR:		190973
Approved by:	john.c.prather@gmail.com (maintainer, timeout > 2 weeks)
2014-06-30 17:52:27 +00:00
Matthias Andree
0f17a28467 - update to 4.4.1; see release notes:
http://sourceforge.net/projects/davmail/files/davmail/4.4.1/releasenotes.txt/view

- various general port modernizations:
   - stagify
   - USE_DOS2UNIX -> USES=dos2unix

- fix procname in rc.d/davmail so 'service davmail stop' works

- log to syslog in rc.d/davmail instead of /var/log/davmail-error.log
   (the latter grows forever unless one manually adds an entry to
   newsyslog, and even then, rotation of the shell redirection file
   becomes a problem)

- in both rc.d/davmail and bin/davmail, use "$BASE/lib/*" for
   CLASSPATH instead of iterating over all the jar files separately
   adding all of them to CLASSPATH and passing that on the command
   line (makes for a long command line).
   [see http://download.java.net/jdk7u6/docs/technotes/tools/solaris/classpath.html]

- in bin/davmail, exec java to avoid an extra shell process lying
  around

- remove swt

PR:		187796
Submitted by:	John Hein
Approved by:	john.c.prather@gmail.com (maintainer)
2014-06-06 18:01:10 +00:00
Baptiste Daroussin
1e279835ef Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 08:44:34 +00:00
Dmitry Marakasov
d46ccd7303 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with m)
Approved by:	portmgr (bdrewery)
2013-10-22 13:56:27 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Emanuel Haupt
cd57e55399 - Update to 4.2.1
- Remove CR/LF from build.xml
- Use x11-toolkits/swt-devel which does not depend on vulnerable libxul version
- Get rid of CR/LF's

PR:		178082
Approved by:	John Prather <john.c.prather@gmail.com> (maintainer)
2013-04-24 00:08:36 +00:00
Doug Barton
f9596ff439 Upgrade to 4.1.0-2042:
This version features significant enhancements over the 3.x series,
especially for simulated IMAP access. There are also improvements
in the Caldav functionality, and many bug fixes.

See http://sourceforge.net/news/?group_id=184600 for the details of
the 4.0.0 and 4.1.0 upgrades.

PR:		ports/171763
Submitted by:	me
Approved by:	maintainer timeout
2012-10-04 22:04:32 +00:00
Doug Barton
952920bef2 ** DavMail 3.9.9 released **
Bugfix release with major IMAP changes to improve sync performance,
many Caldav enhancements and bugfixes and some documentation updates.

For the port:

Fix the davmail.desktop file contents and install location

PR:		ports/169852
Submitted by:	me
Approved by:	maintainer (private mail)
2012-07-19 07:25:16 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Jason Helfman
5c6c6f9b6c - Update to 3.9.8
- while here drop SUB_LIST defines, as they are provided by java inclusion

PR:	ports/165405
Submitted by:	jhein@symmetricom.com
Approved by:	maintainer, john.c.prather@gmail.com
2012-02-23 16:02:49 +00:00
Jason Helfman
529e2e9dab - Update to 3.9.7
- Add build number to version, so update test is now working correctly
- Add license

PR:	ports/164105
Submitted by:	Alex Samorukov <samm at os2.kiev.ua>
Approved by: 	maintainer, crees (mentor)
2012-01-17 18:14:41 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Pawel Pekala
d48392aa06 Update to version 3.9.4
Release notes:
https://sourceforge.net/projects/davmail/files/davmail/3.9.4/releasenotes.txt

PR:		ports/161072
Submitted by:	John Hein <jhein@symmetricom.com>
Approved by:	maintainer timeout (4 weeks)
2011-11-02 17:38:12 +00:00
Beech Rintoul
a8c003728b - Update to 3.9.3
PR:		ports/159637
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2011-08-12 06:41:38 +00:00
Dennis Herrmann
f6ceaf1fc2 - Update to 3.9.1
PR:		ports/156204
Submitted by:		John Prather <john.c.prather@gmail.com> (maintainer)
2011-04-12 04:31:24 +00:00
Pav Lucistnik
52791be6de - Mark BROKEN: fails to package
Reported by:	pointyhat
2011-03-17 23:49:53 +00:00
Martin Wilke
c50557d2c2 - Update to 3.9.0
PR:		154982
Submitted by:	John Hein <jhein@symmetricom.com>
Approved by:	maintainer
2011-03-09 14:01:48 +00:00
Emanuel Haupt
62b3b0d40f Update to 3.8.7
PR:		153501
Approved by:	John Prather <john.c.prather@gmail.com> (maintainer)
2011-01-04 22:40:34 +00:00
Pav Lucistnik
e00ee1f7ae DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway
DavMail is a POP/IMAP/SMTP/Caldav/Carddav/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.

WWW: http://davmail.sourceforge.net/

PR:		ports/151803
Submitted by:	John Prather <john.c.prather@gmail.com>
2010-11-23 15:58:03 +00:00