summary refs log tree commit diff
path: root/pkgs/applications/networking/davmail
Commit message (Collapse)AuthorAge
* davmail: 5.4.0 -> 5.5.1 (#122856)David Guibert2021-05-13
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* davmail: 5.2.0 -> 5.4.0Tristan Helmich (omniIT)2019-11-14
|
* davmail: 4.8.6 -> 5.2.0Will Dietz2019-02-28
| | | | | | 5.2.0 announcement: https://sourceforge.net/p/davmail/news/2019/02/davmail-520-released/
* Merge pull request #53309 from das-g/davmail-homepageJörg Thalheim2019-01-03
|\ | | | | davmail: fix homepage domain name
| * davmail: fix homepage domain nameRaphael Borun Das Gupta2019-01-03
| | | | | | | | sourcefor**c**e.net is for sale. This project's website resides on a sourcefor**g**e.net subdomain.
* | davmail: 4.8.0 -> 4.8.6 (#45584)David Guibert2018-08-24
|/
* davmail: remove unrelated files from $out/binJörg Thalheim2017-04-13
|
* davmail: 4.7.2 -> 4.8.0Toni Schmidbauer2017-04-13
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* treewide: Use more makeLibraryPathTuomas Tynkkynen2016-08-23
|
* davmail: 4.7.1 -> 4.7.2Jos van den Oever2016-06-24
| | | | | | | | | | | | | | | | | | 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
* davmail: 4.7.0 -> 4.7.1Jos van den Oever2016-02-02
| | | | | | | | | | | | | | | | | | | 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.)]
* davmail: 4.6.1 -> 4.7.0Jos van den Oever2015-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update davmail to 2.6.1.Jos van den Oever2015-03-19
| | | | | | 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
* davmail: updated to 4.5.1Georges Dubus2014-09-15
|
* davmail: update to 4.5.0Georges Dubus2014-06-10
|
* Minor whitespace cleanupCillian de Róiste2014-02-20
|
* Add me to maintainers listTom Hinton2014-02-20
Add a derivation for davmail Add a derivation for lxappearance Add both new derivations to all-packages