<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="font-size:1.3em;">In response to feedback, I have made a few changes to the text only version of the draft I sent around yesterday. Here is the revised version, in rich text format. The updated .txt file is attached.</span></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<hr />
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong><span style="font-size:2em;">July/August in KDE PIM</span></strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">2021-09-xx * David Bryant</p>
<p style="margin-top:12;margin-bottom:12;margin-left:0;margin-right:0;"><span style="font-size:1.3em;"> </span></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Since the last report, dated the third of July, Version 21.08 (aka 5.18) of all the PIM applications was released. 31 contributors made more than 1,500 updates in the GitLab repos. And work continued apace on preparations for the new release of the QT backbone on which KDE software relies.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Here is the news about recent activity affecting various components of the Personal Information Management system.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== Akonadiconsole ==</strong><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Glen Ditchfield continues to improve this tool for developers.</p>
<ul type="disc">
<li>The Database Browser now fetches tables as soon as the user selects them.</li>
<li> The Job Tracker display of job creation timestamps has been revamped.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== Common Libraries ==</strong><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Friederich W. H. Kossebau made the following notable improvement to common core logic in release 21.08.</p>
<ul type="disc">
<li>CreateResource class: ensure that all created resources & agents store the new settings data before reconfiguring themselves, so those data are available/accessible everywhere.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">A similar patch was applied to the KMail Account Wizard. Friederich has also been working to bring the automated unit tests for PIM components up to date. That effort is still in its early stages. If you enjoy a challenge, you may wish to help him verify that the revised unit tests are working correctly.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== KAlarm ==</strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">David Jarvie has been busy this summer.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<ul type="disc">
<li>Added a date selector option so the alarm list view can be filtered for a particular date.</li>
<li>KAlarm now shows a hamburger menu when the menu bar is hidden. The hamburger menu provides access to all KAlarm functions.</li>
<li>Fixed various issues when using right-to-left languages like Hebrew.</li>
<li>Patched the 'Choose sound file' dialog to make it work right on the XFCE desktop. The bug was caused by QFileDialog filters acting differently on different desktops. (Bug 437217)</li>
<li>Fixed alarms not triggering when a reminder has been configured. Also fixed follow-up reminders coming after the main event, which were not being deleted.(Bug 440200)</li>
<li>Repaired crash on KAlarm start-up when using multiple screens on Wayland.  (Bug 439853)</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== Kalendar ==</strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Claudio Cambra continues to improve the appearance and functionality of the Kalendar component of PIM. Thank you, Claudio! Please stick with us after the Google Summer of Code project has been completed.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== KDE PIM Runtime ==</strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Krzysztof Nowicki made a number of improvements and bug fixes to the Exchange (EWS) resource.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<ul type="disc">
<li>Implemented "chunked requests" for most operations on multiple items. Internally,  Exchange doesn't allow a single request to operate on more than 100 items. This  has caused failures when trying to delete hundreds of e-mails in one operation, for  example. With this change the operation is split into multiple requests.</li>
<li>Reworked server-triggered updates. These now run in the background, and don't  block the resource's state machine interface with the Akonadi server. This makes the Exchange mailbox much more responsive.</li>
<li>Reduced the number of forced collection synchronizations resulting from conflicts with locally modified items. This significantly reduces unnecessary communication with the server, especially for large collections.</li>
<li>Added basic handling of the "server busy" state, which is encountered when Exchange receives too many requests from the EWS resource and needs to throttle back. Instead of hammering the server with requests, the resource now gracefully goes offline for a little while, then retries the operation later.</li>
<li>Temporary failures during collection syncs no longer result in a fallback to a full sync. Normallya failure during an incremental sync escalates to a full sync, but unrelated errors such as expired OAuth authentications or server is too busy should not trigger a full sync.</li>
<li>Collection sync state was moved from the configuration file to a list of per-collection attributes.</li>
<li>Implemented progress reporting for many operations, including the long-lasting full collections sync job.</li>
<li>Fixed device key OAuth authentication, which was broken by Microsoft® server-side changes.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== Kleopatra ==</strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Ingo Klöcker says that the main focus of development work in Kleopatra was on usability and accessibility improvements. Noteworthy changes include:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<ul type="disc">
<li>Let the user easily mark a certification key as their own when using it to certify another key.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><img src="cid:2902779250458908020@KDE" /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><img src="cid:14846032337326249177@KDE" /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<ul type="disc">
<li><a href="
https://dev.gnupg.org/T5514">Use the default OpenPGP keyserver from gpg</a> (instead of a local hardcoded value) for the default in the settings dialog.</li>
<li><a href="https://dev.gnupg.org/T5481">Rectify progress indication for large files</a> (≳ 2 GiB). </li>
<li>When encrypting files, (via the context menu in Dolphin, for instance), <a href="https://dev.gnupg.org/T5545">select symmetric encryption (a password) by default</a> when the user has no local keys.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><img src="cid:9911353138828448173@KDE" /></p>
<ul type="disc">
<li><a href="
https://dev.gnupg.org/T5544">Add shortcuts for all UI elements of the file encryption dialog</a>.</li>
<li><a href="https://dev.gnupg.org/T5535">Made various usability/accessibility improvements</a> in the file encryption dialog: use proper tab order, move focus to next (or previous) recipient field when removing a recipient, and make tooltips available to screen readers.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Usability and accessibility improvements for Pinentry-qt:</p>
<ul type="disc">
<li><a href="https://dev.gnupg.org/T3659">Make it work on Wayland</a>. </li>
<li><a href="
https://dev.gnupg.org/T5543">Replace "Generate Passphrase" action with an easily accessible button</a>. </li>
<li><a href="
https://dev.gnupg.org/T5532">Show short hint for pass phrase constraints</a> if constraints are enforced by gpg.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><img src="cid:17428208676184842832@KDE" /></p>
<ul type="disc">
<li>Optionally, <a href="
https://dev.gnupg.org/T5517">display generated pass phrase in five-character blocks</a>, for enhanced readability.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><img src="cid:8740690739907735167@KDE" /></p>
<ul type="disc">
<li><a href="
https://dev.gnupg.org/T4950">Show warning if Caps Lock is on</a>.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><img src="cid:9749356254923878927@KDE" /><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== KMail ==</strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Laurent Montel has been busy. Besides the normal administrative tasks (creating new branches in the repo, etc.) he has</p>
<ul type="disc">
<li>Continued to prepare for KF6 (migrating deprecated code).</li>
<li>Continued to implement "confirm delete email". This new plugin helps to ensure that users do not inadvertently delete messages they really wish to keep. </li>
</ul>
<p style="margin-top:12;margin-bottom:12;margin-left:0;margin-right:0;"> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><img src="cid:2902062634452027481@KDE" /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">                                                <img src="cid:762045625570819667@KDE" /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<ul type="disc">
<li>Updated PIM Data Exporter to include the configuration file for the new plugin.</li>
<li>Continued to patch some bugs.</li>
<li>Fixed bug 439218 - Quoted strings containing commas or brackets are not parsed correctly, causing message sending to fail.</li>
<li>Fixed bug 440041 - Sieve editor does not show the line numbers correctly.</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">   </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">David Bryant has at long last finished rewriting the KMail Handbook. It was a big job, because the last time anybody revised the Handbook was back in 2013. If there are any PIM components that could use some new or revised documentation, <a href="mailto:davidbryant@gvtc.com">please let David know</a>.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">   </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== KOrganizer ==</strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Volker Krause informs me that there's <a href="https://mail.kde.org/pipermail/kde-pim/2021-August/047780.html">a proposal</a> for reworking how event reminders are handled. The proposal aims to unify this process in all our calendaring applications, and also for both desktop and mobile platforms. If the proposed changes affect you, feedback <a href="https://mail.kde.org/mailman/listinfo/kde-pim">on the kde-pim mailing list</a> is very</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">welcome! There is also <a href="https://www.reddit.com/r/kde/comments/p7kb0g/thinking_of_removing_some_korganizer_reminder/">a Reddit thread where you can weigh in</a>.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Carl Schwan has been busy improving various and sundry user dialogs.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Glen Ditchfield also made several notable contributions to Korganizer.</p>
<br /><ul type="disc">
<li>A to-do's completion status can now be changed after the item has been marked "complete". (bug 397721)</li>
<li>The month print-out can now color events using their tags' colors.</li>
<li>Journal entries can be marked "private" or "confidential".</li>
<li>The journal print-out can exclude private and confidential entries.</li>
<li>The journal print-out is now sorted by date.</li>
<li>The Agenda view shortens holiday names to fit in the column headers when the columns are narrow. (bug 225498)</li>
<li>The Search dialog accepts more keyboard shortcuts. (bug 315894)</li>
</ul>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><strong>== Help us make Kontact even better! ==</strong></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><br /></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Take a look at some of the junior jobs that we have! They are simple, mostly programming tasks that don’t require any deep knowledge or understanding of Kontact, so anyone can work on them. Feel free to pick any task from the list, then get in touch with us! We’ll be happy to guide you and answer all your questions. <a href="https://www.dvratil.cz/2018/08/kde-pim-junior-jobs-are-opened/">Read more here …</a><br /></p>
<hr />
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">-- </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">David Bryant</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Canyon Lake, Texas</p>
</body>
</html>