Commit Graph

15 Commits

Author SHA1 Message Date
Mathieu Arnold
558224994b onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +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
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
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
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
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
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
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
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