non port: mail/davmail/pkg-plist |
Number of commits found: 20 |
Wednesday, 21 Jun 2023
|
14:08 Eugene Grosbein (eugen)
mail/davmail: update to 6.1.0
Update from 6.0.1 to latest 6.1.0.
183e5ff |
Wednesday, 8 Dec 2021
|
11:29 Hiroki Tagato (tagattie) Author: Jose G. Juanino
mail/davmail: update to 6.0.0
Changelog:
https://sourceforge.net/p/davmail/code/HEAD/tree/tags/6.0.0/RELEASE-NOTES.md
PR: 259683
Reported by: Jose G. Juanino <jjuanino@gmail.com> (maintainer)
a0081fe |
Wednesday, 23 Sep 2020
|
08:16 lwhsu
mail/davmail: Update to 5.5.1
PR: 249524
Submitted by: Vikash Badal <vikashb@where-ever.za.net>
Approved by: jjuanino@gmail.com (maintainer)
 |
Saturday, 22 Feb 2020
|
19:46 ehaupt
- Update to 5.4.0
PR: 243984
Submitted by: jjuanino@gmail.com (maintainer)
 |
Friday, 24 May 2019
|
15:49 swills
mail/davmail: update to 5.1.0
PR: 235424
Submitted by: jjuanino@gmail.com and Sean Farley <scf@FreeBSD.org>
Approved by: maintainer timeout (john.c.prather@gmail.com, >3 months)
 |
Friday, 2 Nov 2018
|
02:17 swills
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)
 |
Saturday, 22 Sep 2018
|
14:04 riggs
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
 |
Saturday, 23 May 2015
|
18:28 pi
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))
 |
Saturday, 22 Nov 2014
|
18:42 antoine
Cleanup plist
 |
Monday, 30 Jun 2014
|
17:52 jkim
- 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)
 |
Friday, 6 Jun 2014
|
18:01 mandree
- 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)
 |
Tuesday, 22 Oct 2013
|
13:56 amdmi3
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with m)
Approved by: portmgr (bdrewery)
 |
Wednesday, 24 Apr 2013
|
00:08 ehaupt
- 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)
 |
Thursday, 19 Jul 2012
|
07:25 dougb
** 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)
 |
Thursday, 23 Feb 2012
|
16:02 jgh
- 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
 |
Tuesday, 17 Jan 2012
|
18:14 jgh
- 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)
 |
Tuesday, 12 Apr 2011
|
04:31 dhn
- Update to 3.9.1
PR: ports/156204
Submitted by: John Prather <john.c.prather@gmail.com> (maintainer)
 |
Wednesday, 9 Mar 2011
|
14:01 miwi
- Update to 3.9.0
PR: 154982
Submitted by: John Hein <jhein@symmetricom.com>
Approved by: maintainer
 |
Tuesday, 4 Jan 2011
|
22:40 ehaupt
Update to 3.8.7
PR: 153501
Approved by: John Prather <john.c.prather@gmail.com> (maintainer)
 |
Tuesday, 23 Nov 2010
|
15:58 pav
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>
 |
Number of commits found: 20 |