about summary refs log tree commit diff
path: root/pkgs/applications/networking/davmail
AgeCommit message (Collapse)AuthorFilesLines
2022-06-30davmail: 5.5.1 -> 6.0.1Peter Hoeg1-9/+38
2022-06-29maintainers: remove hintonajs1241-1/+1
no github account linked
2021-05-13davmail: 5.4.0 -> 5.5.1 (#122856)David Guibert1-4/+6
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-14davmail: 5.2.0 -> 5.4.0Tristan Helmich (omniIT)1-3/+3
2019-02-28davmail: 4.8.6 -> 5.2.0Will Dietz1-4/+5
5.2.0 announcement: https://sourceforge.net/p/davmail/news/2019/02/davmail-520-released/
2019-01-03Merge pull request #53309 from das-g/davmail-homepageJörg Thalheim1-1/+1
davmail: fix homepage domain name
2019-01-03davmail: fix homepage domain nameRaphael Borun Das Gupta1-1/+1
sourcefor**c**e.net is for sale. This project's website resides on a sourcefor**g**e.net subdomain.
2018-08-24davmail: 4.8.0 -> 4.8.6 (#45584)David Guibert1-6/+8
2017-04-13davmail: remove unrelated files from $out/binJörg Thalheim1-12/+14
2017-04-13davmail: 4.7.2 -> 4.8.0Toni Schmidbauer1-3/+3
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-23treewide: Use more makeLibraryPathTuomas Tynkkynen1-1/+1
2016-06-24davmail: 4.7.1 -> 4.7.2Jos van den Oever1-2/+2
Bugfix release, detect Exchange throttling to temporarily block requests and 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
2016-02-02davmail: 4.7.0 -> 4.7.1Jos van den Oever1-3/+3
Bugfix release, mainly for Carddav regression over EWS, also includes an NTLM 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 (cherry picked from commit cf327c3dcfd442cea4368d76c59f72dcd5da6768) [Bjørn: Cherry-picked from release-15.09 to master. (I guess merging first to release-15.09 was a mistake.)]
2015-11-28davmail: 4.6.1 -> 4.7.0Jos van den Oever1-3/+3
Upgrade message: http://sourceforge.net/p/davmail/mailman/message/34597887/ 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 implementation - 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: ErrorIncorrectUpdatePropertyCount Linux: - Refresh davmail.spec, make RPM noarch - Handle missing or broken SWT library Windows: - Windows: Make MSCAPI keystore type available in Settings for Windows native 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
2015-03-19Update davmail to 2.6.1.Jos van den Oever1-3/+3
Bugfix release to fix recent regression with Office 365, also includes a few Linux and IMAP enhancements. http://sourceforge.net/projects/davmail/files/davmail/4.6.1/releasenotes.txt/download
2014-09-15davmail: updated to 4.5.1Georges Dubus1-3/+3
2014-06-10davmail: update to 4.5.0Georges Dubus1-3/+3
2014-02-20Minor whitespace cleanupCillian de Róiste1-4/+4
2014-02-20Add me to maintainers listTom Hinton1-0/+25
Add a derivation for davmail Add a derivation for lxappearance Add both new derivations to all-packages