[Akonadi] [Bug 485799] Get a lot of `Failed to process EWS request: ` with empty details

2024-09-06 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=485799

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |kdepim-runtime/-/commit/586 |kdepim-runtime/-/commit/13b
   |bbacf6990e5d8264a4a0c5884f0 |da2e41f84df8ba04df0e32be6c2
   |3458a8d969  |13a56be121

--- Comment #11 from Carl Schwan  ---
Git commit 13bda2e41f84df8ba04df0e32be6c213a56be121 by Carl Schwan.
Committed on 06/09/2024 at 13:52.
Pushed by carlschwan into branch 'release/24.08'.

Forward network error to the resouce

job->error and job->errorString are always empty and so the error was
not forwarded. Due to it not being forwarded, this made the EWS request
believe it was successful, which then crashed due to the response data
being empty.
Related: bug 484579
Fixed-In: 24.08.0


(cherry picked from commit 586bbacf6990e5d8264a4a0c5884f03458a8d969)

Co-authored-by: Carl Schwan 

M  +1-1resources/ews/ewsclient/ewsrequest.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/13bda2e41f84df8ba04df0e32be6c213a56be121

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 484579] Cannot create EWS Account Resource

2024-09-06 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=484579

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |kdepim-runtime/-/commit/586 |kdepim-runtime/-/commit/13b
   |bbacf6990e5d8264a4a0c5884f0 |da2e41f84df8ba04df0e32be6c2
   |3458a8d969  |13a56be121

--- Comment #5 from Carl Schwan  ---
Git commit 13bda2e41f84df8ba04df0e32be6c213a56be121 by Carl Schwan.
Committed on 06/09/2024 at 13:52.
Pushed by carlschwan into branch 'release/24.08'.

Forward network error to the resouce

job->error and job->errorString are always empty and so the error was
not forwarded. Due to it not being forwarded, this made the EWS request
believe it was successful, which then crashed due to the response data
being empty.
Related: bug 485799
Fixed-In: 24.08.0


(cherry picked from commit 586bbacf6990e5d8264a4a0c5884f03458a8d969)

Co-authored-by: Carl Schwan 

M  +1-1resources/ews/ewsclient/ewsrequest.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/13bda2e41f84df8ba04df0e32be6c213a56be121

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 484579] Cannot create EWS Account Resource

2024-09-06 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=484579

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||kdepim-runtime/-/commit/586
   ||bbacf6990e5d8264a4a0c5884f0
   ||3458a8d969
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from Carl Schwan  ---
Git commit 586bbacf6990e5d8264a4a0c5884f03458a8d969 by Carl Schwan.
Committed on 06/09/2024 at 13:50.
Pushed by carlschwan into branch 'master'.

Forward network error to the resouce

job->error and job->errorString are always empty and so the error was
not forwarded. Due to it not being forwarded, this made the EWS request
believe it was successful, which then crashed due to the response data
being empty.
Related: bug 485799
Fixed-In: 24.08.0

M  +1-1resources/ews/ewsclient/ewsrequest.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/586bbacf6990e5d8264a4a0c5884f03458a8d969

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 485799] Get a lot of `Failed to process EWS request: ` with empty details

2024-09-06 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=485799

Carl Schwan  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||kdepim-runtime/-/commit/586
   ||bbacf6990e5d8264a4a0c5884f0
   ||3458a8d969

--- Comment #10 from Carl Schwan  ---
Git commit 586bbacf6990e5d8264a4a0c5884f03458a8d969 by Carl Schwan.
Committed on 06/09/2024 at 13:50.
Pushed by carlschwan into branch 'master'.

Forward network error to the resouce

job->error and job->errorString are always empty and so the error was
not forwarded. Due to it not being forwarded, this made the EWS request
believe it was successful, which then crashed due to the response data
being empty.
Related: bug 484579
Fixed-In: 24.08.0

M  +1-1resources/ews/ewsclient/ewsrequest.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/586bbacf6990e5d8264a4a0c5884f03458a8d969

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 491810] Crash when fething calendar

2024-08-21 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=491810

Carl Schwan  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||kdepim-runtime/-/commit/522
   ||ff9b508e13d1d1167f4a6fe71a2
   ||3fbc0661f7

--- Comment #3 from Carl Schwan  ---
Git commit 522ff9b508e13d1d1167f4a6fe71a23fbc0661f7 by Carl Schwan.
Committed on 21/08/2024 at 08:02.
Pushed by carlschwan into branch 'master'.

ews: Bound check calendar events

M  +4-0resources/ews/calendar/ewsfetchcalendardetailjob.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/522ff9b508e13d1d1167f4a6fe71a23fbc0661f7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 491902] akonadi_ews_resource crashes whenever a calendar item is created

2024-08-20 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=491902

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Carl Schwan  ---
This crashes seems to point out to a crash in KIO which the Qt5 version of the
EWS resource was using as network implementation but the Qt6 version of
akonadi_ews_resource is now using QtNetwork instead. Akonadi 22.12 is not
supported anymore, please update your installation.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 476527] Can't add EWS account with OAuth2 authentication, "OK" button stays greyed out until I enter random data for username and password

2024-07-08 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=476527

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #2 from Carl Schwan  ---
Fixed with https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/147

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 485799] Get a lot of `Failed to process EWS request: ` with empty details

2024-06-26 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=485799

--- Comment #8 from Carl Schwan  ---
Git commit 05864950c3d0956bb9cb3148acc1245825cdde77 by Carl Schwan.
Committed on 26/06/2024 at 22:45.
Pushed by carlschwan into branch 'release/24.05'.

Do not try to subscribe to an empty list of folders

The server refuses to watch when the list of folders is empty, which
caused EwsSubscribedFoldersJob to try and subscribe in a loop. Just
subscribe to the default folder list when this happens so we avoid the
error. Subscribing still fails with a timeout, but at least we're not
trying to do something invalid.


(cherry picked from commit 46ad0976a178a0189fe9fea6ec99f4a8a15b5af3)

Co-authored-by: Louis Moureaux 

M  +2-2resources/ews/ewssubscribedfoldersjob.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/05864950c3d0956bb9cb3148acc1245825cdde77

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 486861] Memory leak in EWS resource

2024-06-26 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=486861

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 485799] Get a lot of `Failed to process EWS request: ` with empty details

2024-06-26 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=485799

--- Comment #5 from Carl Schwan  ---
Do you maybe have a the body of one of the EWS request with an invalid ID?

Locally I get:

org.kde.pim.ews.client.proto: "http://schemas.xmlsoap.org/soap/envelope/\";
xmlns:m=\"http://schemas.microsoft.com/exchange/services/2006/messages\";
xmlns:t=\"http://schemas.microsoft.com/exchange/services/2006/types\";>IdOnly\n"

and this is valid according to Outlook/Office365.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 486861] Memory leak in EWS resource

2024-06-26 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=486861

--- Comment #4 from Carl Schwan  ---
Git commit 6173a24fb1aa4a13978185184b74c96934c2aa50 by Carl Schwan.
Committed on 26/06/2024 at 08:27.
Pushed by carlschwan into branch 'release/24.05'.

Fix a memory leak in TransferJob

TransferJob wasn't releasing its QNetworkReply upon deletion, which
resulted in it and associated resources being leaked. With the many
requests spotted in bug 485799 this leads to heavy resource usage.

| Heaptrack Before | Heaptrack After |
| -- | -- |
| ![image](/uploads/3d0957e59804bd9e1a01b62f4717e023/image.png) |
![image](/uploads/45ba2527c0a4a1f34da889e01ca763b9/image.png) |


(cherry picked from commit aacd0807f13d0694b2bde515964b5f081973da5f)

b6fe76cf Fix a memory leak in TransferJob

Co-authored-by: Louis Moureaux 

M  +6-5resources/ews/ewsclient/transferjob.cpp
M  +3-1resources/ews/ewsclient/transferjob.h

https://invent.kde.org/pim/kdepim-runtime/-/commit/6173a24fb1aa4a13978185184b74c96934c2aa50

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 484420] Monochromatic icons in system tray not always used

2024-06-25 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=484420

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/netw
   |kmail/-/commit/ed6d4274b4b1 |ork/konversation/-/commit/f
   |b1064625d3e064874c7ade66672 |b71ff80eb1f772aeeb33753822f
   |4   |0bae32545301
   Version Fixed In|24.02.2 |24.05.2

--- Comment #5 from Carl Schwan  ---
Git commit fb71ff80eb1f772aeeb33753822f0bae32545301 by Carl Schwan, on behalf
of Iyán Méndez Veiga.
Committed on 25/06/2024 at 07:38.
Pushed by carlschwan into branch 'master'.

Fix bug 484420: Monochromatic icons in system tray not always used
FIXED-IN: 24.05.2

See also:
pim/kmail@ed6d4274
utilities/kteatime!16 (5052fc8a)

M  +1-1src/viewer/trayicon.cpp

https://invent.kde.org/network/konversation/-/commit/fb71ff80eb1f772aeeb33753822f0bae32545301

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 487029] kmail uses media type literal packet in OpenPGP

2024-05-23 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=487029

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |messagelib/-/commit/472accb |messagelib/-/commit/4582efa
   |cdf3d478a6e444d9f4e8a6e64d6 |45cb5614e50356829474c85cfd3
   |845ebb  |7f07d7

--- Comment #4 from Carl Schwan  ---
Git commit 4582efa45cb5614e50356829474c85cfd37f07d7 by Carl Schwan, on behalf
of Pony Hütchen.
Committed on 23/05/2024 at 13:20.
Pushed by carlschwan into branch 'release/24.05'.

Revert "Mark encrypted part as mime"

Marking OpenPGP Literal Data packet as mime is not defined in RFC 4880.
Not all OpenPGP implementations support it.

This reverts commit d72f0c76a561b4968cba56ae850dd955073fac6d.
This reverts commit df004260035c55dafd16d186fef479d48e877bf3.


(cherry picked from commit 472accbcdf3d478a6e444d9f4e8a6e64d6845ebb)

M  +0-6CMakeLists.txt
D  +0-6config-messagelib.h.in
M  +0-7messagecomposer/src/job/encryptjob.cpp

https://invent.kde.org/pim/messagelib/-/commit/4582efa45cb5614e50356829474c85cfd37f07d7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 485761] Events of newly added .ics calendar aren't shown

2024-05-13 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=485761

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |kdepim-runtime/-/commit/7eb |kdepim-runtime/-/commit/10d
   |6f2bee01a5463550301f5871084 |9e913076c056862fa8dd1d44339
   |6c51dc02a4  |3aab66fcd8

--- Comment #3 from Carl Schwan  ---
Git commit 10d9e913076c056862fa8dd1d443393aab66fcd8 by Carl Schwan, on behalf
of Daniel Vrátil.
Committed on 13/05/2024 at 07:43.
Pushed by carlschwan into branch 'master'.

SingleFileResource: trigger sync after initially loading file on start

This ensures that the SingleFileResource-derived resoures (e.g. iCal) will

automatically load incidences from the file immediately after initial creation
and will also automatically re-sync after start.
FIXED-IN: 24.05.1

M  +3-2resources/shared/singlefileresource/singlefileresourcebase.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/10d9e913076c056862fa8dd1d443393aab66fcd8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 485761] Events of newly added .ics calendar aren't shown

2024-05-13 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=485761

Carl Schwan  changed:

   What|Removed |Added

   Version Fixed In||24.05.1
  Latest Commit||https://invent.kde.org/pim/
   ||kdepim-runtime/-/commit/7eb
   ||6f2bee01a5463550301f5871084
   ||6c51dc02a4
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Carl Schwan  ---
Git commit 7eb6f2bee01a5463550301f58710846c51dc02a4 by Carl Schwan, on behalf
of Daniel Vrátil.
Committed on 13/05/2024 at 07:44.
Pushed by carlschwan into branch 'release/24.05'.

SingleFileResource: trigger sync after initially loading file on start

This ensures that the SingleFileResource-derived resoures (e.g. iCal) will

automatically load incidences from the file immediately after initial creation
and will also automatically re-sync after start.
FIXED-IN: 24.05.1


(cherry picked from commit 10d9e913076c056862fa8dd1d443393aab66fcd8)

M  +3-2resources/shared/singlefileresource/singlefileresourcebase.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/7eb6f2bee01a5463550301f58710846c51dc02a4

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 469080] Kmail on flatpak doesn't use open file portal when trying to Attach file on composer

2024-05-03 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=469080

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||messagelib/-/commit/6a70802
   ||2dc572819404b67cddfe1adcc61
   ||458a2e

--- Comment #1 from Carl Schwan  ---
Git commit 6a708022dc572819404b67cddfe1adcc61458a2e by Carl Schwan.
Committed on 03/05/2024 at 23:21.
Pushed by carlschwan into branch 'master'.

Remove usage of KEncodingFileDialog

This doesn't work anymore and users usually don't know that is the file
encoding of their file. Instead try to determine the encoding based on
the first MB and fallback to the system encoding if no encoding can be
determined automatically.

M  +29   -8messagecomposer/src/attachment/attachmentcontrollerbase.cpp

https://invent.kde.org/pim/messagelib/-/commit/6a708022dc572819404b67cddfe1adcc61458a2e

-- 
You are receiving this mail because:
You are the assignee for the bug.

[akregator] [Bug 383404] The content pane does not respect the Breeze dark theme

2024-04-22 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=383404

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||akregator/-/commit/cc8207d6
   ||200cf2d57af98d9454043c79eed
   ||b642e
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Carl Schwan  ---
Git commit cc8207d6200cf2d57af98d9454043c79eedb642e by Carl Schwan, on behalf
of Martín González Gómez.
Committed on 22/04/2024 at 09:50.
Pushed by carlschwan into branch 'master'.

Add dark mode support for article view

M  +88   -38   src/formatter/grantleeviewformatter.cpp
M  +6-1src/formatter/grantleeviewformatter.h
M  +20   -9src/formatter/html/5.2/normalview.html

https://invent.kde.org/pim/akregator/-/commit/cc8207d6200cf2d57af98d9454043c79eedb642e

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 483976] KOrganizer forgets the enabled calendars

2024-03-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=483976

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||korganizer/-/commit/f1cd0d6
   ||5af952d8a00efc7dc0d90e9ef1d
   ||ba471c
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||24.02.2

--- Comment #3 from Carl Schwan  ---
Git commit f1cd0d65af952d8a00efc7dc0d90e9ef1dba471c by Carl Schwan, on behalf
of Daniel Vrátil.
Committed on 27/03/2024 at 08:45.
Pushed by carlschwan into branch 'release/24.02'.

Save calendar selection on change instead of on exit

Ensures that the calendar selection is preserved even when
KOrganizer crashes or user kills it.
FIXED-IN: 24.02.2

M  +4-0src/actionmanager.cpp

https://invent.kde.org/pim/korganizer/-/commit/f1cd0d65af952d8a00efc7dc0d90e9ef1dba471c

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 483478] [USABILITY] Excessive and unintuitive steps required to set up an Office 365 account

2024-03-14 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=483478

Carl Schwan  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Carl Schwan  ---
Agree, I configured my ews account not too long ago and it was a bit of a pain.
I plan to rework it a bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 301448] Only email addresses are saved to "Recent Addresses", full names are not

2024-03-14 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=301448

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||messagelib/-/commit/3e7bf50
   ||9b90648a32ba91114e0afeb9034
   ||7d363b

--- Comment #7 from Carl Schwan  ---
Git commit 3e7bf509b90648a32ba91114e0afeb90347d363b by Carl Schwan.
Committed on 14/03/2024 at 09:20.
Pushed by carlschwan into branch 'master'.

Save recent address with full name

We support doing this in PimCommon::RecentAddresses and this is a bit
nicer to remember the contact name as the email address might not
contains the name of the recipient.

M  +9-9messagecomposer/src/composer/composerviewbase.cpp

https://invent.kde.org/pim/messagelib/-/commit/3e7bf509b90648a32ba91114e0afeb90347d363b

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 482600] Etesync calendar source missing

2024-03-13 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=482600

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |kdepim-runtime/-/commit/65e |kdepim-runtime/-/commit/6f4
   |df9bbf56de4a58bbfbe833cb546 |914ac93e939e0f83b32a2eefe5d
   |617c54a201  |7f012a029f

--- Comment #5 from Carl Schwan  ---
Git commit 6f4914ac93e939e0f83b32a2eefe5d7f012a029f by Carl Schwan.
Committed on 13/03/2024 at 10:48.
Pushed by carlschwan into branch 'release/24.02'.

Bring back etesync support

M  +2-2CMakeLists.txt
M  +1-0resources/etesync/CMakeLists.txt
M  +3-2resources/etesync/entriesfetchjob.cpp
M  +3-2resources/etesync/journalsfetchjob.cpp
M  +3-2resources/etesync/loginjob.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/6f4914ac93e939e0f83b32a2eefe5d7f012a029f

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 407663] Share file via email from Dolphin fails if Kmail is not running

2024-03-13 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=407663

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||c...@carlschwan.eu

--- Comment #3 from Carl Schwan  ---
The backtrace points out to QtWebengine, it is 5 years old and I can't
reproduce it on my laptop. Hopefully this was fixed upstream in Qt, and let's
close this bug report. Feel free to reopen if you can reproduce the issue with
a recent version of KMail.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 391182] kmail --composer return an error and doesn't open

2024-03-13 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=391182

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #6 from Carl Schwan  ---
This is 6 years old and there hasn't been a similar report meanwhile, let's
consider this as solved. Feel free to reopen if this issue reappear in a recent
version of KMail

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 175440] hide status bar in composer window

2024-03-13 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=175440

Carl Schwan  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |NOT A BUG
 CC||c...@carlschwan.eu

--- Comment #9 from Carl Schwan  ---
This is not something we will implement. The status bar is required as it
contains a lot of information.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 91281] ability to compose html and text sections of a message seperately

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=91281

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #7 from Carl Schwan  ---
Unfortunately this is not a feature that we will implement. This is rather
niche and adding this would increase the complexity of the UI too much as the
toggle button between rich text and plain text would need to have a third
state.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 373040] Stop line wrapping long links

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=373040

Carl Schwan  changed:

   What|Removed |Added

 CC||philippe.roub...@free.fr

--- Comment #12 from Carl Schwan  ---
*** Bug 431143 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 431143] copy/past url => url is cut

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=431143

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||c...@carlschwan.eu

--- Comment #11 from Carl Schwan  ---


*** This bug has been marked as a duplicate of bug 373040 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 468166] Kmail 5.7.3 crashes because of Reply using HTML

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=468166

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Carl Schwan  ---
If something crashed, we need a backtrace of it so we can figure out what's
going on. Can you please attach a backtrace of the crash using the coredumpctl
command-line program, as detailed in
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl?

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 65760] Multiple signature selector would be nice

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=65760

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||c...@carlschwan.eu
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Carl Schwan  ---
This can be solved by using snippets. Just create a snippet with your system
information and then it is easy to include it in any of the email where you
need it :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 360911] Kmail should not change font of plain text messages when copy/paste

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=360911

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Carl Schwan  ---
This is not an issue anymore when using the plain text editor

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 329533] Cursor should be in first To: field, if CC/BCC is used permanently for new mails

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=329533

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Carl Schwan  ---
Just tested and this now works as expected :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 182614] autoselect identity on matching domain name of recipient

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=182614

Carl Schwan  changed:

   What|Removed |Added

 CC||ha...@laging.de

--- Comment #11 from Carl Schwan  ---
*** Bug 273428 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 273428] bind identities to recipients (for mailinglists and privacy)

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=273428

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||c...@carlschwan.eu
 Status|REPORTED|RESOLVED

--- Comment #2 from Carl Schwan  ---


*** This bug has been marked as a duplicate of bug 182614 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 114683] Make KMail HTML-unaware permanently

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=114683

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #12 from Carl Schwan  ---
Nowadays the composer make it quite clear for the user that they are doing html
editing with a big toolbar appearing in this case. I would consider this
resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 136281] deny sending mail with certain (sender;recipient) "fingerprint"

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=136281

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED
 CC||c...@carlschwan.eu

--- Comment #4 from Carl Schwan  ---
Marking it as duplicate of 182614 as it is fundamentally the same idea of
making sure that an email is sent from the correct identity depending on the
recipient.

*** This bug has been marked as a duplicate of bug 182614 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 182614] autoselect identity on matching domain name of recipient

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=182614

Carl Schwan  changed:

   What|Removed |Added

 CC||pentek.i...@gmail.com

--- Comment #10 from Carl Schwan  ---
*** Bug 136281 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 240375] Adressee-based identity settings

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=240375

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |DUPLICATE
 Status|REOPENED|RESOLVED

--- Comment #4 from Carl Schwan  ---


*** This bug has been marked as a duplicate of bug 182614 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 182614] autoselect identity on matching domain name of recipient

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=182614

Carl Schwan  changed:

   What|Removed |Added

 CC||kde-2011...@dotancohen.com

--- Comment #9 from Carl Schwan  ---
*** Bug 240375 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 182614] autoselect identity on matching domain name of recipient

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=182614

Carl Schwan  changed:

   What|Removed |Added

 CC||w.rich...@gmx.net

--- Comment #8 from Carl Schwan  ---
*** Bug 132438 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 132438] make identify optionally dependent on receiver

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=132438

Carl Schwan  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||c...@carlschwan.eu
 Resolution|--- |DUPLICATE

--- Comment #7 from Carl Schwan  ---


*** This bug has been marked as a duplicate of bug 182614 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 137778] support for multiple xfaces to select one from in composer to show e.g. current emotion

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=137778

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
 CC||c...@carlschwan.eu

--- Comment #2 from Carl Schwan  ---
xface and the replacement face header are unfortunately a bit outdated for
today needs (48x48 pixel image is not a lot) and I'm not even sure a lot of
clients outside of KMail support it. The current way to set user avatars is via
libreavatar. I don't think we will invest more time in x-face and no one did
implement this in 18 years, so closing this feature request.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480193

--- Comment #7 from Carl Schwan  ---
Git commit f09e83b3b91637fe3b5812e50fd796b7fb78a7f6 by Carl Schwan.
Committed on 12/03/2024 at 20:07.
Pushed by carlschwan into branch 'release/24.02'.

Fix HTML injection in externally added warning widget


(cherry picked from commit d67a5362a28c1e8fbca2e115b4154c09adb6ec43)

M  +13   -2src/editor/warningwidgets/attachmentaddedfromexternalwarning.cpp

https://invent.kde.org/pim/kmail/-/commit/f09e83b3b91637fe3b5812e50fd796b7fb78a7f6

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480193

--- Comment #6 from Carl Schwan  ---
Git commit d67a5362a28c1e8fbca2e115b4154c09adb6ec43 by Carl Schwan.
Committed on 12/03/2024 at 20:06.
Pushed by carlschwan into branch 'master'.

Fix HTML injection in externally added warning widget

M  +13   -2src/editor/warningwidgets/attachmentaddedfromexternalwarning.cpp

https://invent.kde.org/pim/kmail/-/commit/d67a5362a28c1e8fbca2e115b4154c09adb6ec43

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 456196] Title formatting not properly restored for HTML messages (templates, edit as new)

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=456196

--- Comment #1 from Carl Schwan  ---
I can reproduce the behavior. Small observations I found: the title is saved as
a `` in the template, but when exporting the current email from the composer
to a html file, it is correctly saved as ``.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 456196] Title formatting not properly restored for HTML messages (templates, edit as new)

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=456196

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||c...@carlschwan.eu
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 480576] Kmail returns cannot compose inappropriate ioctl when trying to send an email

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480576

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||c...@carlschwan.eu

--- Comment #1 from Carl Schwan  ---
Your error message can be caused by many different problems. See
https://www.linux.org/threads/kmail-could-not-compose-message-inappropriate-ioctl-for-device.39529/

Are you using encryption/signature?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 480984] Composer Broken on Wayland

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480984

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||c...@carlschwan.eu

--- Comment #1 from Carl Schwan  ---
I can not reproduce unfortunately. I use Wayland for more than a year and I
never see this issue. Which distribution are you using?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 110978] Discarded emails should be trashed and not completly deleted

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=110978

Carl Schwan  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INTENTIONAL
 CC||c...@carlschwan.eu

--- Comment #2 from Carl Schwan  ---
I don't think we will ever implement this feature. It's then too easy to fill
your trash with drafts that the user wanted to delete instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 302679] [kmail] composer: better language identification

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=302679

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #2 from Carl Schwan  ---
This needs better language autodetection in sonnet.

*** This bug has been marked as a duplicate of bug 377726 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 286042] please enable substring matching for recipients

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=286042

Carl Schwan  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
 CC||c...@carlschwan.eu

--- Comment #3 from Carl Schwan  ---
This is now implemented for some time.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 59481] Embed any text editor part in the composer

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=59481

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 CC||c...@carlschwan.eu
 Status|CONFIRMED   |RESOLVED

--- Comment #12 from Carl Schwan  ---
The code is now too tied to the new text editor component used all other the
place, so we won't implement this feature. Sorry.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 482600] Etesync calendar source missing

2024-03-12 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=482600

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||kdepim-runtime/-/commit/65e
   ||df9bbf56de4a58bbfbe833cb546
   ||617c54a201
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #4 from Carl Schwan  ---
Git commit 65edf9bbf56de4a58bbfbe833cb546617c54a201 by Carl Schwan.
Committed on 12/03/2024 at 09:31.
Pushed by carlschwan into branch 'master'.

Bring back etesync support

M  +2-2CMakeLists.txt
M  +1-0resources/etesync/CMakeLists.txt
M  +2-1resources/etesync/entriesfetchjob.cpp
M  +2-1resources/etesync/journalsfetchjob.cpp
M  +2-1resources/etesync/loginjob.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/65edf9bbf56de4a58bbfbe833cb546617c54a201

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 478033] EWS accounts unusable - constantly lose authentication

2024-03-11 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=478033

--- Comment #8 from Carl Schwan  ---
So with https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/148 and
https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/149 the situation
looks quite a bit better here. Testing and code review welcome

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 478033] EWS accounts unusable - constantly lose authentication

2024-02-21 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=478033

--- Comment #4 from Carl Schwan  ---
Ok finally managed to get the exact same error mesage too after a reboot :(

Failed to process EWS request: Access denied to
https://outlook.office365.com/EWS/Exchange.asmx.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480770] Regression: EWS Server might require HTTP 1.1

2024-02-20 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480770

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 478033] EWS accounts unusable - constantly lose authentication

2024-02-20 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=478033

Carl Schwan  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Carl Schwan  ---
I can sometimes confirm this issue. Just to be sure that the issue I have is
the same as yours, do you have in kwalletmanager no entry for akonadi-ews?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480770] Regression: EWS Server might require HTTP 1.1

2024-02-16 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480770

--- Comment #9 from Carl Schwan  ---
Git commit 6ffee26847277d6077596a3b7c547a8d06fa98a7 by Carl Schwan.
Committed on 16/02/2024 at 10:29.
Pushed by carlschwan into branch 'master'.

Allow to specify http1 only

M  +4-0src/kioworkers/http/http.cpp

https://invent.kde.org/frameworks/kio/-/commit/6ffee26847277d6077596a3b7c547a8d06fa98a7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480770] Regression: EWS Server might require HTTP 1.1

2024-02-16 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480770

--- Comment #8 from Carl Schwan  ---
Git commit cca3d3b1cb5672f7a528c23a46b1ce559d0257ad by Carl Schwan.
Committed on 16/02/2024 at 10:45.
Pushed by carlschwan into branch 'release/24.02'.

ews: Use http1 for ews requests


(cherry picked from commit c7b139dd8d337407e64b8a20aa1574b2402e83d6)

M  +1-0resources/ews/ewsclient/ewspoxautodiscoverrequest.cpp
M  +1-0resources/ews/ewsclient/ewsrequest.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/cca3d3b1cb5672f7a528c23a46b1ce559d0257ad

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480770] Regression: EWS Server might require HTTP 1.1

2024-02-16 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480770

--- Comment #7 from Carl Schwan  ---
Git commit c7b139dd8d337407e64b8a20aa1574b2402e83d6 by Carl Schwan.
Committed on 16/02/2024 at 10:30.
Pushed by carlschwan into branch 'master'.

ews: Use http1 for ews requests

M  +1-0resources/ews/ewsclient/ewspoxautodiscoverrequest.cpp
M  +1-0resources/ews/ewsclient/ewsrequest.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/c7b139dd8d337407e64b8a20aa1574b2402e83d6

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480563] accountwizard crash upon adding my first email account to it

2024-02-15 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480563

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||kmail-account-wizard/-/comm
   ||it/db3f8f4b235a430ca028b4e6
   ||7ee301da8e7e47f5
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Carl Schwan  ---
Git commit db3f8f4b235a430ca028b4e67ee301da8e7e47f5 by Carl Schwan.
Committed on 14/02/2024 at 16:05.
Pushed by carlschwan into branch 'master'.

Fix automatic setup

M  +5-0src/accountwizard/ispdb/configurationmodel.cpp
M  +2-0src/accountwizard/ispdb/configurationmodel.h
M  +21   -5src/accountwizard/setupmanager.cpp
M  +1-1src/accountwizard/setupmanager.h
M  +6-1src/apps/contents/ui/PersonalDataPage.qml

https://invent.kde.org/pim/kmail-account-wizard/-/commit/db3f8f4b235a430ca028b4e67ee301da8e7e47f5

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480543] Akonadis sqlite backend does not honor sql limits

2024-02-08 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480543

--- Comment #4 from Carl Schwan  ---
Git commit c5a3d64c8a1a643277f35c19e2a43b40186e1efa by Carl Schwan.
Committed on 08/02/2024 at 12:18.
Pushed by carlschwan into branch 'master'.

Ensure query size in search manager remains less than 1000

With sqlite we have a limit on how many parameters we can add to a IN
query.

M  +23   -6src/server/search/searchmanager.cpp

https://invent.kde.org/pim/akonadi/-/commit/c5a3d64c8a1a643277f35c19e2a43b40186e1efa

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480543] Akonadis sqlite backend does not honor sql limits

2024-02-08 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480543

--- Comment #3 from Carl Schwan  ---
Git commit b403d43764b4482e4c63f32a72b319e68d164bf9 by Carl Schwan.
Committed on 08/02/2024 at 12:25.
Pushed by carlschwan into branch 'release/24.02'.

Ensure query size in search manager remains less than 1000

With sqlite we have a limit on how many parameters we can add to a IN
query.


(cherry picked from commit c5a3d64c8a1a643277f35c19e2a43b40186e1efa)

M  +23   -6src/server/search/searchmanager.cpp

https://invent.kde.org/pim/akonadi/-/commit/b403d43764b4482e4c63f32a72b319e68d164bf9

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480543] Akonadis sqlite backend does not honor sql limits

2024-02-08 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480543

--- Comment #2 from Carl Schwan  ---
Another bug fixes just got merged for this
https://invent.kde.org/pim/akonadi/-/merge_requests/182

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 480770] Regression: EWS Server might require HTTP 1.1

2024-02-07 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=480770

--- Comment #4 from Carl Schwan  ---
(In reply to Igor Poboiko from comment #3)
> Thanks for the quick response! I've applied both patches and tested it.
> 
> Autodiscovery still doesn't work -- but now it fails with error
> "org.kde.pim.ews.client: Failed to process EWS request: Access denied to
> [URL]".
> (line 120 of ewspoxautodiscoverrequest.cpp:
> https://invent.kde.org/pim/kdepim-runtime/-/blob/master/resources/ews/
> ewsclient/ewspoxautodiscoverrequest.cpp?ref_type=heads#L120)
> However, the job error code is 115 (which is  KIO::ERR_ACCESS_DENIED),
> instead of 401 Unauthorized, so it doesn't try authenticating with password
> (line 90 of ewsautodiscoveryjob.cpp: 
> https://invent.kde.org/pim/kdepim-runtime/-/blob/master/resources/ews/
> ewsautodiscoveryjob.cpp?ref_type=heads#L90). Adding manual check for
> ERR_ACCESS_DENIED there solved this for me, and autodiscovery works. 
> 
> However, the resource still doesn't work because all other requests also
> fail with the same "HTTP/1.1 should be used" meassage. 
> Adding the same line (set "HttpVersion" to "http1") to ewsrequest.cpp solved
> this for me as well, and resource now also works.

Thanks for the helpful input. I adopted my kdepim-runtime patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 89237] gpg signing preference not honoured when composing mail to somebody

2023-11-23 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=89237

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
 CC||c...@carlschwan.eu

--- Comment #6 from Carl Schwan  ---
Tested with Kmail 23.08 and the bug doesn't appear to exist anymore.

- Create contact with preference to never sign
- Configure Kmail to automatically sign
- compose message to the contact
- KMail warn about the contact not wanting sign emails and ask for explicit
confirmation whether to sign or not

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 388619] Wish: Button to download unknown PGP keys from Key Server

2023-11-23 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=388619

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||kmail/-/commit/0ad40ab6a8bc
   ||33f03ca5e1dcbfcfccbd484efa9
   ||4
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Carl Schwan  ---
Git commit 0ad40ab6a8bc33f03ca5e1dcbfcfccbd484efa94 by Carl Schwan, on behalf
of Carl Schwan.
Committed on 23/11/2023 at 15:44.
Pushed by carlschwan into branch 'master'.

Allow to open KeySelectionDialog from kmail composer

This allow to select the missing keys when one before clicking the
send button.

M  +40   -5src/editor/kmcomposerwin.cpp
M  +1-1src/editor/kmcomposerwin.h

https://invent.kde.org/pim/kmail/-/commit/0ad40ab6a8bc33f03ca5e1dcbfcfccbd484efa94

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 381579] add and handle Openpgp header

2023-11-23 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=381579

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
 CC||c...@carlschwan.eu

--- Comment #2 from Carl Schwan  ---
We are now supporting Autocrypt in KMail

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-11-22 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=473897

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |kdepim-runtime/-/commit/f33 |kdepim-runtime/-/commit/fda
   |496a346f49e95caaf7f664ef2f9 |ec5c3f9ac54fa1978a8f31230c5
   |1e4b7f3ddb  |c2325cb931
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #36 from Carl Schwan  ---
Git commit fdaec5c3f9ac54fa1978a8f31230c5c2325cb931 by Carl Schwan.
Committed on 22/11/2023 at 19:36.
Pushed by carlschwan into branch 'release/23.08'.

Correctly reload configuration

We need to read the values from the file system again when the signal
Agent::reloadConfiguration is triggered.

Otherwise the new config will only be read at the next akonadi restart.

Fix pim/merkuro#223

M  +3-9resources/google-groupware/googleresource.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/fdaec5c3f9ac54fa1978a8f31230c5c2325cb931

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 443459] The Akonadi personal information management service is not running. This application cannot be used without it.

2023-10-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=443459

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #6 from Carl Schwan  ---
The actual interesting file is: ~/.local/share/akonadi/db_data/mysql.err

The file might be quite big, but only the ~50 last lines are interesting

tail -n 50 ~/.local/share/akonadi/db_data/mysql.err

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 475412] akonadi_mail_dispatcher_agent closed unexcpectedly

2023-10-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=475412

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Carl Schwan  ---
Hello,

Unfortunately I can't reproduce the crash myself on current git master, and the
backtrace is incomplete and missing debug symbols for the following lines that
we need to figure out exactly what's going wrong:
Could you please install debug symbols and attach a new symbolicated backtrace
generated by using coredumpctl gdb in a terminal window? See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl
for details about how to do this.
Thanks again!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 456983] mysql.err.old grows too large (over 20 GB)

2023-10-19 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=456983

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |akonadi/-/commit/897d583942 |akonadi/-/commit/d1738fa348
   |e7acb2bce5b65b56a6c0c19260d |e79bc4abf781f0512ef256460d7
   |6f9 |8b2

--- Comment #14 from Carl Schwan  ---
Git commit d1738fa348e79bc4abf781f0512ef256460d78b2 by Carl Schwan.
Committed on 19/10/2023 at 17:09.
Pushed by carlschwan into branch 'master'.

Only keep mysql log from the last session

Previously mysql.err.old would grow infinively and reaching multiple
dozens of gigabit in some cases. With this change we keep the log from
the current session in mysql.err and from the previous session in
mysql.err.old only.

M  +1-1src/server/storage/dbconfigmysql.cpp

https://invent.kde.org/pim/akonadi/-/commit/d1738fa348e79bc4abf781f0512ef256460d78b2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 456983] mysql.err.old grows too large (over 20 GB)

2023-10-19 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=456983

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |akonadi/-/commit/9cda58ef90 |akonadi/-/commit/897d583942
   |45b567c54feea774f73d045949e |e7acb2bce5b65b56a6c0c19260d
   |6c8 |6f9
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #13 from Carl Schwan  ---
Git commit 897d583942e7acb2bce5b65b56a6c0c19260d6f9 by Carl Schwan.
Committed on 19/10/2023 at 17:10.
Pushed by carlschwan into branch 'release/23.08'.

Only keep mysql log from the last session

Previously mysql.err.old would grow infinively and reaching multiple
dozens of gigabit in some cases. With this change we keep the log from
the current session in mysql.err and from the previous session in
mysql.err.old only.


(cherry picked from commit d1738fa348e79bc4abf781f0512ef256460d78b2)

M  +1-1src/server/storage/dbconfigmysql.cpp

https://invent.kde.org/pim/akonadi/-/commit/897d583942e7acb2bce5b65b56a6c0c19260d6f9

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 456983] mysql.err.old grows too large (over 20 GB)

2023-10-10 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=456983

--- Comment #8 from Carl Schwan  ---
(In reply to Sebastian Turzański from comment #7)
> please reopen
> this is still the case with current
> 
> Linux/KDE Plasma: 5.27.8
> (available in About System)
> KDE Plasma Version: 5.27.8
> KDE Frameworks Version: 5.110.0
> Qt Version: 5.15.10
> 
> mysql error log grew to 90GB !

Do you see some lines inside the log which repeats very often?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 474538] The EWS fetched mails are frequently corrupted

2023-09-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=474538

--- Comment #4 from Carl Schwan  ---
Antonio Rojas are you also using EWS?

I never encountered this issue with IMAP and looking at the responsible code in
messagelib, it seems kmail is able to fetch a valid Akonadi::Item from akonadi
and the item contains a KMime::Message::Ptr but the KMime::Message is
completely empty which is the issue here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 474526] akonadi-search-23.08.1 build fails on proc-macro2

2023-09-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=474526

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-search/-/commit/d84
   ||5916c2a013dddba4aed8e04a1da
   ||7e6c61800f
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Carl Schwan  ---
Git commit d845916c2a013dddba4aed8e04a1da7e6c61800f by Carl Schwan, on behalf
of Joaquim Monteiro.
Committed on 27/09/2023 at 12:39.
Pushed by carlschwan into branch 'release/23.08'.

Update Rust dependencies

M  +82   -77   agent/rs/htmlparser/Cargo.lock
M  +3-3agent/rs/htmlparser/Cargo.toml

https://invent.kde.org/pim/akonadi-search/-/commit/d845916c2a013dddba4aed8e04a1da7e6c61800f

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 470820] Unable to configure Google Calendar

2023-09-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=470820

--- Comment #9 from Carl Schwan  ---
(In reply to Yaroslav Sidlovsky from comment #8)
>  Carl Schwan: FYI, can't apply patch from
> c99afc75a503fff6ca83df2f47a5d5d951579524 to kdepim-runtime-23.08.1,
> googleconfig.cpp is missing in that version.
> Maybe I'm doing something wrong?

You need a few more patches: see the email I sent to distros:
https://mail.kde.org/pipermail/distributions/2023-September/001421.html

Some distros already applied the patches, which explain why some of you got a
functioning google resource again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 474724] Reminders crashed on KDE start

2023-09-27 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=474724

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Carl Schwan  ---
Thank you for the bug report! Unfortunately I can't reproduce the crash myself
on current git master, and the backtrace is incomplete and missing debug
symbols for the following lines that we need to figure out exactly what's going
wrong:
Could you please install debug symbols, reproduce the crash, and attach a new
symbolicated backtrace? See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
for details about how to do this.
Thanks again!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 474747] akonadi_indexing_agent crashing repeatedly

2023-09-25 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=474747

Carl Schwan  changed:

   What|Removed |Added

   Assignee|kdepim-bugs@kde.org |c...@carlschwan.eu

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 470820] Unable to configure Google Calendar

2023-09-19 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=470820

Carl Schwan  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/
   |kdepim-runtime/-/commit/839 |kdepim-runtime/-/commit/c99
   |3e92d56ecb31b2dd65d15d046f8 |afc75a503fff6ca83df2f47a5d5
   |e02565f5e3  |d951579524

--- Comment #7 from Carl Schwan  ---
Git commit c99afc75a503fff6ca83df2f47a5d5d951579524 by Carl Schwan.
Committed on 19/09/2023 at 19:17.
Pushed by carlschwan into branch 'release/23.08'.

Actually start job to read secret key
(cherry picked from commit 8393e92d56ecb31b2dd65d15d046f8e02565f5e3)

M  +7-1resources/google-groupware/googleconfig.cpp
M  +9-6resources/google-groupware/googlesettings.cpp
M  +1-2resources/google-groupware/googlesettingswidget.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/c99afc75a503fff6ca83df2f47a5d5d951579524

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 470820] Unable to configure Google Calendar

2023-09-19 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=470820

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||kdepim-runtime/-/commit/839
   ||3e92d56ecb31b2dd65d15d046f8
   ||e02565f5e3

--- Comment #6 from Carl Schwan  ---
Git commit 8393e92d56ecb31b2dd65d15d046f8e02565f5e3 by Carl Schwan.
Committed on 19/09/2023 at 18:59.
Pushed by carlschwan into branch 'kf6'.

Actually start job to read secret key

M  +7-1resources/google-groupware/googleconfig.cpp
M  +9-6resources/google-groupware/googlesettings.cpp
M  +1-2resources/google-groupware/googlesettingswidget.cpp

https://invent.kde.org/pim/kdepim-runtime/-/commit/8393e92d56ecb31b2dd65d15d046f8e02565f5e3

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-11 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=473897

Carl Schwan  changed:

   What|Removed |Added

 CC||carl.sch...@gnupg.com

--- Comment #18 from Carl Schwan  ---
Sorry for the inconvenience, this was caused by a refactor which I have now
reverted on the release/23.08 branch :(

Fix should be in 23.08.1 which should be released on the 14th.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-11 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=473897

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||kdepim-runtime/-/commit/f33
   ||496a346f49e95caaf7f664ef2f9
   ||1e4b7f3ddb
 Status|REPORTED|RESOLVED

--- Comment #17 from Carl Schwan  ---
Git commit f33496a346f49e95caaf7f664ef2f91e4b7f3ddb by Carl Schwan.
Committed on 11/09/2023 at 16:12.
Pushed by carlschwan into branch 'release/23.08'.

Revert "Use config plugin instead of out of process config dialog"

This reverts commit 28d264826798f8e1c9c33b17cb46d3906bd57e62.

M  +27   -66   resources/google-groupware/CMakeLists.txt
D  +0-43   resources/google-groupware/googleconfig.cpp
D  +0-5resources/google-groupware/googleconfig.json
M  +65   -30   resources/google-groupware/googleresource.cpp
M  +2-2resources/google-groupware/googleresource.h
D  +0-19   resources/google-groupware/googlescopes.cpp
D  +0-10   resources/google-groupware/googlescopes.h
M  +5-17   resources/google-groupware/googlesettings.cpp
M  +1-10   resources/google-groupware/googlesettings.h
A  +305  -0resources/google-groupware/googlesettingsdialog.cpp
[License: GPL(v3.0+)]
R  +16   -13   resources/google-groupware/googlesettingsdialog.h [from:
resources/google-groupware/googlesettingswidget.h - 053% similarity]
R  +1-1resources/google-groupware/googlesettingsdialog.ui [from:
resources/google-groupware/googlesettingswidget.ui - 099% similarity]
D  +0-288  resources/google-groupware/googlesettingswidget.cpp
M  +1-1resources/google-groupware/settingsbase.kcfg

https://invent.kde.org/pim/kdepim-runtime/-/commit/f33496a346f49e95caaf7f664ef2f91e4b7f3ddb

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 471479] Application crashes as soon as an attempt is made to chage IMAP server

2023-06-26 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=471479

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Carl Schwan  ---
This is a crash in the account wizard, it's using an old and unmaintained
technology called QtScript and your backtrace indicated that it crashed there.
We are currently rewriting it, since QtScript is not available in Qt6 anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 431495] Show Google Calendar unconfirmed invited events

2023-05-29 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=431495

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||c...@carlschwan.eu
 Status|REPORTED|RESOLVED

--- Comment #1 from Carl Schwan  ---
This should not work if you enable the "open invitation" collection in the left
sidebar

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

[Akonadi] [Bug 468723] Google Groupware Crash

2023-05-28 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=468723

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Carl Schwan  ---
This was fixed in kde gear 23.04.2

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

[Akonadi] [Bug 468588] Crash when update calendar source

2023-05-28 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=468588

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||c...@carlschwan.eu
 Resolution|--- |FIXED

--- Comment #2 from Carl Schwan  ---
This was fixed in kde gear 23.04.2

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

[Akonadi] [Bug 445355] Google Groupware regularly crashes with no interaction from user

2023-05-28 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=445355

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||c...@carlschwan.eu

--- Comment #3 from Carl Schwan  ---
Fixed in 23.04.2

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

[Akonadi] [Bug 448106] Google Groupware crashes

2023-05-25 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=448106

Carl Schwan  changed:

   What|Removed |Added

   Assignee|kdepim-bugs@kde.org |c...@carlschwan.eu
 Status|ASSIGNED|CONFIRMED

--- Comment #12 from Carl Schwan  ---
I'm unfortunately unable to reproduce this crash when trying to use google
resources for a few weeks :(

But the fact that the retrieveItems is missing is incorrect, so I created a
patch yesterday for that
https://invent.kde.org/pim/kdepim-runtime/-/merge_requests/119

Would be great if someone could test it ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 418265] Akonadi misbehaves if installed with -DCONFIG_INSTALL_DIR=/somewhere

2023-05-06 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=418265

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi/commit/0763800aed1b
   ||09259d8e42621482ed3b66a34f2
   ||d
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Carl Schwan  ---
Git commit 0763800aed1b09259d8e42621482ed3b66a34f2d by Carl Schwan.
Committed on 06/05/2023 at 07:33.
Pushed by carlschwan into branch 'master'.

Check for config file in the location of CONFIG_INSTALL_DIR

Since we install the files in CONFIG_INSTALL_DIR

M  +2-0src/private/CMakeLists.txt
M  +8-0src/private/standarddirs.cpp

https://invent.kde.org/pim/akonadi/commit/0763800aed1b09259d8e42621482ed3b66a34f2d

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 469356] KMail crashed while configuring email account

2023-05-04 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=469356

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Carl Schwan  ---
Please provide a backtrace. Currently this bug report is unfortunately not
actionable.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 445746] IMAP Account crashing

2023-05-03 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=445746

Carl Schwan  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||c...@carlschwan.eu

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 469279] Running akonadi servers easily doubles or triples VRAM usage

2023-05-03 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=469279

Carl Schwan  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #2 from Carl Schwan  ---
I investigated yesterday the memory usage of akonadi and the issue is that each
akonadi resources and agents create a connection with X or Wayland which
results in a lot of memory usage. I have a simple fix for that
https://invent.kde.org/pim/akonadi/-/merge_requests/139 but that require first
making sure that each resources and agents don't actually need that connection
to open a dialog or a message box and finish porting the config dialogs to a
new api. Which will probably take some time. (help is welcome)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 355521] Feature: subscribe to iCal/ics-URL

2023-05-02 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=355521

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Carl Schwan  ---
This now work!

*** This bug has been marked as a duplicate of bug 425460 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 425460] ical Calendar resource cannot be created

2023-05-02 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=425460

Carl Schwan  changed:

   What|Removed |Added

 CC||k...@sedrubal.de

--- Comment #11 from Carl Schwan  ---
*** Bug 355521 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 425460] ical Calendar resource cannot be created

2023-05-02 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=425460

Carl Schwan  changed:

   What|Removed |Added

 CC||frap...@gmail.com

--- Comment #10 from Carl Schwan  ---
*** Bug 358249 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 358249] Remote ICS file does not populate calendar

2023-05-02 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=358249

Carl Schwan  changed:

   What|Removed |Added

 CC||c...@carlschwan.eu
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #6 from Carl Schwan  ---


*** This bug has been marked as a duplicate of bug 425460 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[korganizer] [Bug 358249] Remote ICS file does not populate calendar

2023-05-02 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=358249

Carl Schwan  changed:

   What|Removed |Added

 CC||matthias.schrumpf@freenet.d
   ||e

--- Comment #5 from Carl Schwan  ---
*** Bug 452106 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kaddressbook] [Bug 451237] New Contacts do not show Names

2023-05-01 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=451237

Carl Schwan  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-contacts/commit/8ff
   ||c87b598e3995ee872e32bf646aa
   ||3d9ce8f731

--- Comment #3 from Carl Schwan  ---
Git commit 8ffc87b598e3995ee872e32bf646aa3d9ce8f731 by Carl Schwan.
Committed on 01/05/2023 at 08:55.
Pushed by carlschwan into branch 'master'.

Fix creating new contact with familiy and sur-name

We need to load the contact first in the DisplayNameEditWidget to load
the correct display name otherwise the display name is empty

M  +3-1src/contact-editor/editor/generalinfoeditor/nameeditdialog.cpp

https://invent.kde.org/pim/akonadi-contacts/commit/8ffc87b598e3995ee872e32bf646aa3d9ce8f731

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 445746] IMAP Account crashing

2023-04-28 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=445746

--- Comment #4 from Carl Schwan  ---
Git commit a740e7fafe67336fdb1189760976a8fd5fe306f2 by Carl Schwan.
Committed on 28/04/2023 at 15:42.
Pushed by carlschwan into branch 'release/23.04'.

Ignore infite set

Infinite IMAP set are likely causing an out of memory exception.
Related: bug 454322


(cherry picked from commit a7dad00a23230236113b0edb646f2e47914a812d)

M  +4-0resources/imap/moveitemstask.cpp

https://invent.kde.org/pim/kdepim-runtime/commit/a740e7fafe67336fdb1189760976a8fd5fe306f2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 454322] Crash on checking IMAP

2023-04-28 Thread Carl Schwan
https://bugs.kde.org/show_bug.cgi?id=454322

--- Comment #3 from Carl Schwan  ---
Git commit a740e7fafe67336fdb1189760976a8fd5fe306f2 by Carl Schwan.
Committed on 28/04/2023 at 15:42.
Pushed by carlschwan into branch 'release/23.04'.

Ignore infite set

Infinite IMAP set are likely causing an out of memory exception.
Related: bug 445746


(cherry picked from commit a7dad00a23230236113b0edb646f2e47914a812d)

M  +4-0resources/imap/moveitemstask.cpp

https://invent.kde.org/pim/kdepim-runtime/commit/a740e7fafe67336fdb1189760976a8fd5fe306f2

-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   >