Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 May 2016 04:46:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209354] mail/davmail - update to 4.7.2
Message-ID:  <bug-209354-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209354

            Bug ID: 209354
           Summary: mail/davmail - update to 4.7.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: z7dr6ut7gs@snkmail.com
                CC: freebsd-ports-bugs@FreeBSD.org

Created attachment 170078
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170078&action=
=3Dedit
[patch] update port to 4.7.2; run service as non-root

Boring mechanical stuff to do the update:
- update rev info (checksums, refresh patches, etc.)
- don't install new .md5 files
- appease testport by removing empty dirs in STAGEDIR not in plist

More interesting change piggybacking onto this update:
- update rc.d script & {G,U}IDs files to run as davmail user rather than ro=
ot
- update rc.d script to take advantage of daemon(8) rather than hand-rolling
process management

Run tested: ok

QA:
  - stage-qa: ok
  - portlint: ok
  - poudriere testport: ok (9-stable/32)

from releasenotes.txt:


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
** DavMail 4.7.2 released **
Bugfix release, detect Exchange throttling to temporarily block requests an=
d a
few Carddav fixes.

EWS:
- EWS: handle Exchange throttling, suspend all requests according to server
provided delay
- EWS: send DavMailException instead of authentication exception on EWS not
available error

Enhancements:
- 128x128 DavMail icon
- Add a new davmail.httpMaxRedirects setting
- DAV: add a hidden davmail.disableNTLM setting

Carddav:
- Carddav: fix another regression on contact create with empty field
- Carddav: remove email over EWS unit test
- Carddav: fix email address removal over EWS

** DavMail 4.7.1 released **
Bugfix release, mainly for Carddav regression over EWS, also includes an NT=
LM
support enhancement.

Enhancement:
- Improve NTLM support try to send hostname as workstation name instead of
UNKNOWN
- Fix notification dialog message
- Prepare ExchangeSessionFactory refactoring
- Fix typo in french translation
- Fix broken Sourceforge link in About dialog

Carddav:
- Carddav: fix regression on contact update with empty field triggering
DeleteItemField

** DavMail 4.7.0 released **
This new release contains a lot of fixes from user feedback, a new -notray
command line
option to force window mode and avoid tricky tray icon issues on Linux and
native
smartcard support on Windows.

Caldav:
- Caldav: Map additional priority levels
- Caldav: fix missing LAST-MODIFIED in events

Enhancements:
- Improved tray icon with alpha blend
- Fix imports
- Prepare mutual SSL authentication between client and DavMail implementati=
on
- Implement -notray command line option as a workaround for broken SWT and
Unity issues
- Change warning messages to debug in close method
- Improve client certificate dialog, build description from certificate
- Exclude client certificates not issued by server provided issuers list

IMAP:
- IMAP: Additional translations and doc for new IMAP setting
- IMAP: Merge patch by Mauro Cicognini, add a new setting to always send
approximate message in RFC822.SIZE to avoid downloading full message body
- IMAP: fix regression with quotes inside folder names
- IMAP: handle quotes inside folder names correctly

OSX:
- OSX link local address on loopback interface
- Exclude arguments starting with dash to avoid patch 38 regression on OSX

Documentation:
- Doc: Document -notray option
- Switch to OpenHub instead of Ohloh

EWS:
- EWS: prepare distribution list implementation
- Fix #254 davmail.exchange.ews.EWSException: ErrorIncorrectUpdatePropertyC=
ount

Linux:
- Refresh davmail.spec, make RPM noarch
- Handle missing or broken SWT library

Windows:
- Windows: Make MSCAPI keystore type available in Settings for Windows nati=
ve
smartcard support
- Instantiate MSCAPI explicitly to access Windows Smartcards
- Enable native Windows SmartCard access through MSCAPI (no PKCS11 config
required)

Carddav:
- Carddav: Test case for comma in ADR field
- Carddav: Do not replace comma on ADR field, see support request 255
- Caldav: Ignore missing END:VCALENDAR line on modified occurrences
- CardDav: Add empty property test case


** DavMail 4.6.2 released **
Another bug fix release with some efforts on packaging.

Packaging:
- Compute distribution packages checksums
- Maven: set mimimum Maven version and fix FindBugs filter
- Maven: add Gtk lib in repo to avoid ClassNotFound
- Maven: exclude non DavMail classes from FindBugs report
- Maven: Update POM to Maven 3
- Separate prepare-dist ant task
- Separate jar ant task
- RPM: Change log for 4.6.1 and remove ant-nodeps dependency for Fedora >=
=3D19
compatibility
- RPM: first step to a noarch package, externalize SWT dependency
- RPM: Add rcdavmail link, mark logrotate config file
- RPM: Fix License and URL

Enhancements:
- Fix davmailconsole.exe
- Switch to TLS in DavGatewaySSLProtocolSocketFactory
- Improve refresh folder logic, ctag stamp is limited to second, check mess=
age
count
- Try to support Citrix NetScaler authentication form
- Improve Java version check
- Update compile level to 1.6
- Remove unneeded catch section

WebDav:
- DAV: avoid NullPointerException trying to access Exchange 2013 in Dav mode

IMAP:
- IMAP: refactor IMAP test cases
- IMAP: ignore Draft flag on update, Draft is readonly after create
- IMAP: fix new IMAP tokenizer
- IMAP: rewrite tokenizer to manage quoted folder names and complex search
- IMAP: Fix #591 Properly escape quotes in folder names
- IMAP: additional IMAP test cases

EWS:
- EWS: davmail.enableChunkedRequest default value is now false, as IIS does=
 not
support chunked requests
- EWS: Make chunked content optional in CreateItemMethod with new
davmail.enableChunkedRequest property
- Use EWS path in davmail.properties template file

Doc:
- Doc: add Indicator SystemtrayUnity to linux doc
- Fix Javadoc

OSX:
- OSX: merge patch 38, allow commandline options to run multiple instances.

SMTP:
- SMTP: use content chunk to send large messages
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209354-13>