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

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

--- Comment #4 from Luca Beltrame  ---
The memory leak at least should be fixed (doesn't leak anymore in my tests) by
https://invent.kde.org/pim/kdepim-runtime/-/commit/aacd0807f13d0694b2bde515964b5f081973da5f.
The spam in the log is a different issue.

-- 
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 Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=486861

--- Comment #3 from Luca Beltrame  ---
Git commit aacd0807f13d0694b2bde515964b5f081973da5f by Luca Beltrame, on behalf
of Louis Moureaux.
Committed on 26/06/2024 at 06:06.
Pushed by lbeltrame into branch 'master'.

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) |

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

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

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

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

2024-06-25 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=486861

Luca Beltrame  changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #2 from Luca Beltrame  ---
For sure related to https://bugs.kde.org/show_bug.cgi?id=485799 (either this
one or the other should be marked as duplicate)

-- 
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-05-09 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=485799

--- Comment #3 from Luca Beltrame  ---
(In reply to Luca Beltrame from comment #2)

> I haven't found a way to debug *why* it's invalid.

dd785b95af83fd74618b5e4ce2904fa86db771e3 in kdepim-runtime might be suspect,
but I have no way of confirming it.

-- 
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-05-09 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=485799

Luca Beltrame  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||lbeltr...@kde.org
 Ever confirmed|0   |1

--- Comment #2 from Luca Beltrame  ---
This is because malformed data is sent, this is the reply from the server (you
should set QT_LOGGING_RULES="*org.kde.pim.ews.client.proto*.debug=true" to have
it dumped somewhere):

http://schemas.xmlsoap.org/soap/envelope/;>http://schemas.microsoft.com/exchange/services/2006/types;>a:ErrorInvalidOperationId is malformed.http://schemas.microsoft.com/exchange/services/2006/errors;>ErrorInvalidOperationhttp://schemas.microsoft.com/exchange/services/2006/errors;>Id is
malformed.

I haven't found a way to debug *why* it's invalid.

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

[kmail2] [Bug 478416] Crash on eMail sending since yesterdays git master snapshot built

2023-12-14 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=478416

--- Comment #9 from Luca Beltrame  ---
I reverted the change and then reinstalled Akonadi. It did not crash, but it
did not crash also when I went back again to master...

@Robby: Can you try issuing "akonadictl fsck" and see whether this changes
anything?

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

[kmail2] [Bug 478416] Crash on eMail sending since yesterdays git master snapshot built

2023-12-14 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=478416

--- Comment #8 from Luca Beltrame  ---
I wonder if it's related to 72af8c0b4b20813983a0ee0384ac248e097c4a21. I'll
check...

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

[kmail2] [Bug 478416] Crash on eMail sending since yesterdays git master snapshot built

2023-12-14 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=478416

Luca Beltrame  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kmail2] [Bug 478416] Crash on eMail sending since yesterdays git master snapshot built

2023-12-14 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=478416

Luca Beltrame  changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #6 from Luca Beltrame  ---
The EWS resource fails for me in the same manner, for the record. The backtrace
lacks some debug symbols, here's a more complete one:

Thread 1 (Thread 0x7fcbac2de180 (LWP 5068)):
[KCrash Handler]
#4  0x7fcb845536de in attributesToProtocolImpl (ns=false,
entity=...) at
/usr/src/debug/akonadi-24.01.80git.20231210T222818~b1023dc/src/core/protocolhelper.cpp:93
#5  Akonadi::ProtocolHelper::attributesToProtocol(Akonadi::Item const&, bool)
(ns=false, item=...) at
/usr/src/debug/akonadi-24.01.80git.20231210T222818~b1023dc/src/core/protocolhelper.cpp:184
#6  Akonadi::ItemCreateJob::doStart() (this=) at
/usr/src/debug/akonadi-24.01.80git.20231210T222818~b1023dc/src/core/jobs/itemcreatejob.cpp:158
#7  0x7fcb84559278 in Akonadi::JobPrivate::startQueued()
(this=0x7fcba4055a20) at
/usr/src/debug/akonadi-24.01.80git.20231210T222818~b1023dc/src/core/jobs/job.cpp:189
#8  0x7fcbc1bcb2ae in QObject::event(QEvent*) () at /lib64/libQt6Core.so.6
#9  0x7fcbc2dc094e in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /lib64/libQt6Widgets.so.6
#10 0x7fcbc1b878b8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /lib64/libQt6Core.so.6
#11 0x7fcbc1b87c17 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /lib64/libQt6Core.so.6
#12 0x7fcbc1dad9e3 in  () at /lib64/libQt6Core.so.6
#13 0x7fcbb6861f30 in  () at /lib64/libglib-2.0.so.0
#14 0x7fcbb6863b58 in  () at /lib64/libglib-2.0.so.0
#15 0x7fcbb686420c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#16 0x7fcbc1dabc6c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt6Core.so.6
#17 0x7fcbc1b9211b in
QEventLoop::exec(QFlags) () at
/lib64/libQt6Core.so.6
#18 0x7fcbc1b8bd46 in QCoreApplication::exec() () at /lib64/libQt6Core.so.6
#19 0x5607fa46041d in  ()
#20 0x7fcbc12281b0 in __libc_start_call_main () at /lib64/libc.so.6
#21 0x7fcbc1228279 in __libc_start_main_impl () at /lib64/libc.so.6
#22 0x5607fa4609f5 in  ()

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

[kmail2] [Bug 423426] POP3 setup wizard defaults to unencrypted connections.

2020-07-28 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=423426

Luca Beltrame  changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

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

[kmail2] [Bug 398036] Password for sending mails not used when specified via password prompt

2018-08-31 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=398036

Luca Beltrame  changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #6 from Luca Beltrame  ---
Note that you also need
https://commits.kde.org/kmailtransport/6656ae1449c8743243391d15dca41a912e2aecd3
in case you need to patch it yourself due to a small error that cropped up in
the previous commit.

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

[kmail2] [Bug 388068] With the kmail version 5.7 can no longer send mails.

2017-12-22 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=388068

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #12 from Luca Beltrame <lbeltr...@kde.org> ---
Potential fix to solve this issue is under review:
https://phabricator.kde.org/D9476

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

[kdepim] [Bug 380487] messagelib master branch fails to build

2017-06-03 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=380487

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||lbeltr...@kde.org
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Luca Beltrame <lbeltr...@kde.org> ---
Breaks on OpenSUSE as well.

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

[kmail2] [Bug 362280] KMail replaces addresses in the header by "Me"

2016-05-14 Thread Luca Beltrame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362280

--- Comment #5 from Luca Beltrame <lbeltr...@kde.org> ---
I'm not a developer. I merely reported that when there are multiple identities,
the next version of KDE PIM will not display "Me" anymore.

For the rest, please look up https://www.kde.org/code-of-conduct when replying,
thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 362280] KMail replaces addresses in the header by "Me"

2016-05-14 Thread Luca Beltrame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362280

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #3 from Luca Beltrame <lbeltr...@kde.org> ---
http://commits.kde.org/messagelib/bb8aa0e75f50caaff4a9a7b137d3a663b2e467ac
should make "Me" change when there's more than one identity.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 359964] "Kmailleaks", or what to improve to make Kmail more privacy friendly.

2016-03-03 Thread Luca Beltrame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359964

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #5 from Luca Beltrame <lbeltr...@kde.org> ---
(In reply to eemantsal from comment #3)

> identities' and accounts' preferences but haven't found it. Also, don't you
> think that if it can be disabled or customized with a generic name like

You can find it in Configure KMail > Composer > Headers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 352664] Crash when pressing the "write new mail" button

2015-11-15 Thread Luca Beltrame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352664

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||lbeltr...@kde.org
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #10 from Luca Beltrame <lbeltr...@kde.org> ---
It should be reportedly fixed in Applications 15.08.3. Reporters, can you try
it and see if the crash is gone?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 353691] akonadi won't download outlook.office365.com emails

2015-10-08 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=353691

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 CC||lbeltr...@kde.org
 Resolution|FIXED   |DUPLICATE

--- Comment #2 from Luca Beltrame <lbeltr...@kde.org> ---


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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351814] Kmail 15.08 will not sync Outlook365 IMAP Folders

2015-10-08 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=351814

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 CC||weigert.ste...@gmail.com

--- Comment #25 from Luca Beltrame <lbeltr...@kde.org> ---
*** Bug 353691 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 352749] Unable to sync calendar events from KOrganizer to the Kolab server

2015-09-15 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=352749

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 CC|chrig...@fastmail.fm|
   Assignee|kdepim-bugs@kde.org |chrig...@fastmail.fm

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 352749] New: Unable to sync calendar events from KOrganizer to the Kolab server

2015-09-15 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=352749

Bug ID: 352749
   Summary: Unable to sync calendar events from KOrganizer to the
Kolab server
   Product: Akonadi
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Kolab Resource
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org
CC: kdepim-bugs@kde.org

When creating events in KOrganizer using a Kolab resource, said events are not
synced back to the Kolab server. Communication in the opposite way works well
(events created e.g. in Roundcube will get synced back to KOrganizer).

Forcing a sync from KOrganizer doesn't help, either.

Reproducible: Always

Steps to Reproduce:
1. Create an event in KOrganizer and force a resource sync
2. Check the corresponding side on the server (e.g. in Roundcube) for the
presence of the event


Actual Results:  
The event created in KOrganizer is not present on the server.

Expected Results:  
The event created in KOrganizer is present on the server.

Latest libkolab from the 1.0 branch, latest libkolabxml from master, git master
of all frameworks and PIM.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 352749] Unable to sync calendar events from KOrganizer to the Kolab server

2015-09-15 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=352749

Luca Beltrame <lbeltr...@kde.org> changed:

   What|Removed |Added

 CC||chrig...@fastmail.fm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 351752] Licensing issues in kdepimlibs 15.08.0

2015-08-28 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=351752

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 333114] Kolab resource duplicates contacts client-side tens of times

2015-01-16 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=333114

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Luca Beltrame lbeltr...@kde.org ---
I can't reproduce anymore in recent PIM. Closing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 337585] folders do not get populated after initial fetch.

2014-07-23 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=337585

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 337655] New: Crash on initial sync

2014-07-21 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=337655

Bug ID: 337655
   Summary: Crash on initial sync
   Product: Akonadi
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Gmail resource
  Assignee: dvra...@redhat.com
  Reporter: lbeltr...@kde.org
CC: kdepim-bugs@kde.org

Created attachment 87847
  -- https://bugs.kde.org/attachment.cgi?id=87847action=edit
Backtrace

The GMail resource crashed on initial sync, after configuration, when not
selecting Download all mail for offline use.

Currently it happened just once, with the attached backtrace. Subsequent tests
(deleting and recreating the resource) did not yield that.

Steps to reproduce:

1. Create a new GMail resource
2. Authenticate it
3. Ensure Download all mail for offline use is unchecked
4. Start a sync

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 334930] Kontact crash when while starting

2014-05-21 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=334930

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #2 from Luca Beltrame lbeltr...@kde.org ---
Laurent, what was the commit hash which fixed this? Distributions may want to
patch their packages to include it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 334280] IMAP Synchronisation with GMAIL takes 13 minutes to complete !!

2014-05-05 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=334280

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 334269] Email retrieval comes to a full HALT after BatchFetcher::fetchNextBatch: fetchNextBatch called while fetch is in process error

2014-05-03 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=334269

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 333114] New: Kolab resource duplicates contacts client-side tens of times

2014-04-06 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=333114

Bug ID: 333114
   Summary: Kolab resource duplicates contacts client-side tens of
times
Classification: Unclassified
   Product: Akonadi
   Version: GIT (master)
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: Kolab Resource
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org
CC: kdepim-bugs@kde.org

With repeated syncs, the kolab resource duplicates each contact (only client
side - server is unaffected) incrementally until tens of them are shown.
Inspection of the data shows that they have multiple, and different, remote
IDs.

This is not purely cosmetic: as the list grows, so Akonadi becomes slower and
slower.

Reproducible: Always

Steps to Reproduce:
1. Sync an account multiple times 

Actual Results:  
The contacts grow indefinitely.

Expected Results:  
No change should happen.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 333114] Kolab resource duplicates contacts client-side tens of times

2014-04-06 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=333114

--- Comment #1 from Luca Beltrame lbeltr...@kde.org ---
It seems as if the items are fetched and requested over and over for each sync.
Like I said, each of the duplicate items has a different RID.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332511] Add support for search with tags

2014-03-26 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=332511

--- Comment #3 from Luca Beltrame lbeltr...@kde.org ---
In data mercoledì 26 marzo 2014 07:38:20, hai scritto:

 Yes search by tag is disable for the moment. Not implemented in baloo.

In fact before filing this bug I talked to Vishesh on IRC about this and he 
suggested me I filed this to keep a reminder.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332511] New: Add support for search with tags

2014-03-24 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=332511

Bug ID: 332511
   Summary: Add support for search with tags
Classification: Unclassified
   Product: kmail2
   Version: Git (master)
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: search
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org
CC: m...@vhanda.in

Currently searching by tagged emails is not possible. This would be not only
useful in KMail per se, but also in milou (e.g. search mails with the
WorkForTomorrow tag).

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 328328] Support WebDAV in the pimcommon storage service

2013-12-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=328328

--- Comment #2 from Luca Beltrame lbeltr...@kde.org ---
In data mercoledì 4 dicembre 2013 08:43:56, hai scritto:

 I added template for it.
 But now I need spec for it :)

The official specification is at http://tools.ietf.org/html/rfc4918
Wikipedia page (not authoritative I know ;): 
http://en.wikipedia.org/wiki/WebDAV

But KIO has a webdav ioslave you can borrow things from, it may be much 
simpler like that.

As far as I can see it's in kdelibs, in kioslave/http/http.cpp.

I can provide webdav access once things are implemented, ping me when you need 
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 328328] New: Support WebDAV in the pimcommon storage service

2013-12-02 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=328328

Bug ID: 328328
   Summary: Support WebDAV in the pimcommon storage service
Classification: Unclassified
   Product: kmail2
   Version: Git (master)
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org

The current preliminary work for storage going on in pimcommon includes
services like Dropbox. However, given KDE's FOSS nature, Free alternatives
should also be implemented. In particular, WebDAV is an open standard to handle
remote file storage, well integrated in the workspace, and supported by major
self hosted file solutions (Kolab's chwala and ownCloud).


Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 327746] New: Kolab resource is not functional (calendars / contacts not displayed)

2013-11-17 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=327746

Bug ID: 327746
   Summary: Kolab resource is not functional (calendars / contacts
not displayed)
Classification: Unclassified
   Product: Akonadi
   Version: GIT (master)
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Kolab Resource
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org
CC: kdepim-bugs@kde.org

After the recent commit activity due to the PIM sprint in Brno, the Kolab
resource is now unable to work properly: in other words, the special IMAP
folders are displayed like regular folders in Kontact, and there is no access
to neither the calendar nor the  contacts. There is little debug information,
as well:

akonadi_kolabproxy_resource(29059) KolabProxyResource::retrieveCollections:
RETRIEVECOLLECTIONS

And nothing more than that. This is on top of latest KDEPIM master +
libkolabxml 1.0.1 and libkolab 0.5.

Reproducible: Always

Steps to Reproduce:
1. Start KMail
2. Access calendars or contacts
Actual Results:  
Nothing is displayed.

Expected Results:  
Calendars and contacts should be accessible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320658] Custom sieve URLs do not get their passwords saved to KWallet

2013-07-26 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320658

--- Comment #3 from Luca Beltrame lbeltr...@kde.org ---
 now you can (in 4.12) save custom password/user in imap dialogbox.

I noticed, I no longer get asked at startup. Thanks Laurent!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-06 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #14 from Luca Beltrame lbeltr...@kde.org ---
It turned out that libical 1.0 was still compiled using autotools while it
should have been CMake. After a rebuild of libical + kdepim (this time using
CMake) everything is well. 

Marking bug as WORKSFORME.

Allen: perhaps it is better to put an even stronger emphasis on *not* using
autotools for building libical 1.0.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] New: Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

Bug ID: 320721
   Summary: Failure in parsing calendar events from resources
Classification: Unclassified
   Product: kdepimlibs
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcalcore
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org

Since a few days, events aren't showing up in KOrganizer anymore. An inspection
in the resource logs shows lots of parsing errors:

kontact(9203)/akonadiserializer (calendar)
Akonadi::SerializerPluginKCalCore::deserialize: Failed to parse incidence! Item
id =  96004 Storage collection id  271 parentCollectionId =  271 
kontact(9203)/akonadiserializer (calendar)
Akonadi::SerializerPluginKCalCore::deserialize: BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 3.2//EN
VERSION:2.0
BEGIN:VEVENT
DTSTAMP:19700101T00Z
CREATED:20060517T101820Z
UID:
 _dhkm4qr3c5m2qchg6cpjie1o6gqjgbhl64og_ccn76tr5ctjmasi0ctmm2qbc5phmur8
LAST-MODIFIED:19700101T00Z
DESCRIPTION:anonymized
SUMMARY:anonymized
STATUS:TENTATIVE
DTSTART;VALUE=DATE:20060522
DTEND;VALUE=DATE:20060523
TRANSP:OPAQUE
END:VEVENT

Alternatively, with more recent events (the one above is very old):

kontact(9203)/libakonadi Akonadi::ItemSerializer::deserialize: Unable to
deserialize payload part: RFC822 
kontact(9203)/libakonadi Akonadi::ItemSerializer::deserialize: Payload data
was:  BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 3.2//EN
VERSION:2.0
BEGIN:VEVENT
DTSTAMP:20121023T160937Z
CREATED:20121023T160937Z
UID:7m9qn43g19d5h29kjge65qgbj8
LAST-MODIFIED:20121023T160937Z
SUMMARY:anonymized
STATUS:CONFIRMED
DTSTART:20121024T09
DTEND:20121024T10
TRANSP:OPAQUE
END:VEVENT


Reproducible: Always

Steps to Reproduce:
1. Add a new calendar resource (I used a DAV resource with an OwnCloud 5.0
server)
2. Synchronize the resource

Actual Results:  
Entries are not parsed, events do not show up in applications

Expected Results:  
Entries should be parsed and show up

Tested with an ownCloud 5.0 server over CalDAV.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

--- Comment #4 from Luca Beltrame lbeltr...@kde.org ---
Yes, my bad. There are END:VCALENDAR lines like this:

kontact(9203)/libakonadi Akonadi::ItemSerializer::deserialize: Unable to
deserialize payload part: RFC822 
kontact(9203)/libakonadi Akonadi::ItemSerializer::deserialize: Payload data
was:  BEGIN:VCALENDAR
PRODID:-//K Desktop Environment//NONSGML libkcal 3.2//EN
VERSION:2.0
BEGIN:VEVENT
DTSTAMP:19700101T00Z
CREATED:20060517T101820Z
UID:
 _dhkm4qr3c5m2qc9k6csj8d1i60sj8bhj6oog_ccn76tr5ctjmasi0ctmm2qbc5phmur8
LAST-MODIFIED:19700101T00Z
DESCRIPTION:anonymized
SUMMARY:anonymized
STATUS:TENTATIVE
DTSTART;VALUE=DATE:20060518
DTEND;VALUE=DATE:20060519
TRANSP:OPAQUE
END:VEVENT

END:VCALENDAR

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

--- Comment #5 from Luca Beltrame lbeltr...@kde.org ---
I just checked with a freshly created calendar resource on local file: the same
issue appears if I try to create or read an event there (with the added effect
that the event is saved to the file as well).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

--- Comment #7 from Luca Beltrame lbeltr...@kde.org ---
In data martedì 4 giugno 2013 14:47:31, hai scritto:

 --- Comment #6 from Grégory Oestreicher g...@kamago.net ---
 Could you share a complete test event that triggers this bug?

Sure, I can. What do I need to provide? The whole VCALENDAR entry of a test 
event?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

--- Comment #9 from Luca Beltrame lbeltr...@kde.org ---
Created attachment 80295
  -- https://bugs.kde.org/attachment.cgi?id=80295action=edit
Example event

This is likely not valid, since I can't even create new events since this bug
always happens. It's a paste from the payload data outputted when parsing
fails.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

--- Comment #10 from Luca Beltrame lbeltr...@kde.org ---
Created attachment 80297
  -- https://bugs.kde.org/attachment.cgi?id=80297action=edit
Generated event in ownCloud

I managed to generate an event in ownCloud, so this should be a more reliable
test case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

  Attachment #80295|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

--- Comment #11 from Luca Beltrame lbeltr...@kde.org ---
This behavior occurs when using libical 1.0. I'll try to test with an older
version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 320721] Failure in parsing calendar events from resources

2013-06-04 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320721

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #12 from Luca Beltrame lbeltr...@kde.org ---
From a discussion on IRC, Allen was also able to reproduce this issue with
libical 1.0, so it may be a regression with that specific version.

Marking as CONFIRMED.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320658] Custom sieve URLs do not get their passwords saved to KWallet

2013-06-03 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320658

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

   Platform|Other   |openSUSE RPMs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320658] New: Custom sieve URLs do not get their passwords saved to KWallet

2013-06-03 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=320658

Bug ID: 320658
   Summary: Custom sieve URLs do not get their passwords saved  to
KWallet
Classification: Unclassified
   Product: kmail2
   Version: Git (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: sieve
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org

Due to network policy, I have to use a SSH tunnel to access port 4190 on my
mail server to use sieve scripts. Therefore I set a custom URL in the sieve
configuration dialog: sieve://myusername@localhost:4190.

However, I get prompted for the password at every KMail startup instead of
having it in KWallet, regardless of the state of the save password checkbox.
Other KMail passwords are saved to KWallet normally.

Reproducible: Always

Steps to Reproduce:
1. Set a custom URL in the IMAP server's sieve properties (uncheck Reuse
configuration...)
2. Select the Manage sieve scripts option in the menu and enter the
credentials when prompted.
3. Ensure save password is checked
4. Click OK and restart KMail
Actual Results:  
The password is not saved to KWallet and therefore the user is prompted every
time.

Expected Results:  
The password should be saved to KWallet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 318182] New: Multipart messages are displayed twice in KMail

2013-04-11 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=318182

Bug ID: 318182
   Summary: Multipart messages are displayed twice in KMail
Classification: Unclassified
   Product: kmail2
   Version: Git (master)
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: misc
  Assignee: kdepim-bugs@kde.org
  Reporter: lbeltr...@kde.org

When displaying messages with multipart contents (for example, signed emails, 
or mails with mixed text / html content), KMail displays the content of the
message twice. 

It is worth noting that the message itself is correct, it is only the display
that is affected.
Screenshots are attached.

This behavior started appearing after the changes for message signing /
encryption landed in master.

Reproducible: Always

Steps to Reproduce:
1. Choose a multipart message in KMail
2. Open the message or use the preview under the message list

Actual Results:  
Message content is displayed twice (see screenshot).

Expected Results:  
Message is displayed once.

Master as of yesterday.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 318182] Multipart messages are displayed twice in KMail

2013-04-11 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=318182

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

   Assignee|kdepim-bugs@kde.org |m...@sandroknauss.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 315985] Akonadi nepomuk Feeder not detecting nepomukserver on startup

2013-03-07 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=315985

Luca Beltrame lbeltr...@kde.org changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs