[kmail2] [Bug 376202] Emails are moved to folders on read, without explanation

2017-02-08 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=376202

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Any chance you have some misbehaving mail filter?

Otherwise, please enable "Debugger" in Akonadi Console, reproduce the case and
provide the output from it here.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kleopatra] [Bug 375665] Kleopatra: assertion "prot != UnknownProtocol" while verifying file

2017-02-04 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375665

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |BACKTRACE
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Please provide a full backtrace of the crash.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 375410] Can't fetch email from oauth configured GMail account

2017-02-04 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375410

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Could you please provide output from the "pluginviwer" utility?

The message from SASL (SASL(-4): no mechanism) indicates that SASL cannot find
the XOAUTH plugin. If you have PIM installed in a prefix, you may need to
manually copy libkdexoauth.so to /usr/lib64/sasl2/ because SASL loads plugins
only from there and ignores LD_LIBRARY_PATH and similar.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 375863] New: Q_ASSERT in Kate::TextBlock while editing a file in KDevelop

2017-02-01 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375863

Bug ID: 375863
   Summary: Q_ASSERT in Kate::TextBlock while editing a file in
KDevelop
   Product: kate
   Version: Git
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: part
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: dvra...@kde.org
  Target Milestone: ---

While editing a C++ file in KDevelop I got a crash by hitting an Q_ASSERT in
Kate::TextBlock. This happens to me from time to time. The only pattern I can
observe is that this happens only when I delete a small piece of code somewhere
in the middle of a line, for example renaming a variable in a complex
expression, but otherwise it's very random, so I can't give you exact steps to
reproduce.

I'm running git master of KDE Frameworks and KDevelop.


Application: KDevelop (kdevelop), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fdcdaa9e940 (LWP 31754))]

Thread 18 (Thread 0x7fdc75cbf700 (LWP 10900)):
#0  0x7fdceeb68460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fdcf1e22a32 in WTF::ThreadCondition::wait(WTF::Mutex&)
(this=0x1043b900, mutex=...) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/ThreadingPthreads.cpp:378
#2  0x7fdcf1b18ff7 in JSC::GCThread::waitForNextPhase() (this=0x5f72f70) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:81
#3  0x7fdcf1b1909d in JSC::GCThread::gcThreadMain() (this=0x5f72f70) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:99
#4  0x7fdcf1b191a0 in JSC::GCThread::gcThreadStartFunc(void*)
(data=0x5f72f70) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:135
#5  0x7fdcf1e0895a in WTF::threadEntryPoint(void*) (contextData=0x11d2c2f0)
at /home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/Threading.cpp:69
#6  0x7fdcf1e22253 in WTF::wtfThreadEntryPoint(void*) (param=0x5123310) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/ThreadingPthreads.cpp:195
#7  0x7fdceeb626ca in start_thread () at /lib64/libpthread.so.0
#8  0x7fdcf7a50f7f in clone () at /lib64/libc.so.6

Thread 17 (Thread 0x7fdc750cc700 (LWP 10899)):
#0  0x7fdceeb68460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fdcf1e22a32 in WTF::ThreadCondition::wait(WTF::Mutex&)
(this=0x1043b900, mutex=...) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/ThreadingPthreads.cpp:378
#2  0x7fdcf1b18ff7 in JSC::GCThread::waitForNextPhase() (this=0x3b02e10) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:81
#3  0x7fdcf1b1909d in JSC::GCThread::gcThreadMain() (this=0x3b02e10) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:99
#4  0x7fdcf1b191a0 in JSC::GCThread::gcThreadStartFunc(void*)
(data=0x3b02e10) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:135
#5  0x7fdcf1e0895a in WTF::threadEntryPoint(void*) (contextData=0xe6b5410)
at /home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/Threading.cpp:69
#6  0x7fdcf1e22253 in WTF::wtfThreadEntryPoint(void*) (param=0x9cafea0) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/ThreadingPthreads.cpp:195
#7  0x7fdceeb626ca in start_thread () at /lib64/libpthread.so.0
#8  0x7fdcf7a50f7f in clone () at /lib64/libc.so.6

Thread 16 (Thread 0x7fdc84f45700 (LWP 10898)):
#0  0x7fdceeb68460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fdcf1e22a32 in WTF::ThreadCondition::wait(WTF::Mutex&)
(this=0x1043b900, mutex=...) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/ThreadingPthreads.cpp:378
#2  0x7fdcf1b18ff7 in JSC::GCThread::waitForNextPhase() (this=0x92a05c0) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:81
#3  0x7fdcf1b1909d in JSC::GCThread::gcThreadMain() (this=0x92a05c0) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:99
#4  0x7fdcf1b191a0 in JSC::GCThread::gcThreadStartFunc(void*)
(data=0x92a05c0) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/JavaScriptCore/heap/GCThread.cpp:135
#5  0x7fdcf1e0895a in WTF::threadEntryPoint(void*) (contextData=0x11d2c2f0)
at /home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/Threading.cpp:69
#6  0x7fdcf1e22253 in WTF::wtfThreadEntryPoint(void*) (param=0x99fbca0) at
/home/dvratil/devel/Qt/qt5/qtwebkit/Source/WTF/wtf/ThreadingPthreads.cpp:195
#7  0x7fdceeb626ca in start_thread () at /lib64/libpthread.so.0
#8  0x7fdcf7a50f7f in clone () at /lib64/libc.so.6

Thread 15 (Thread 0x7fdbd2948700 (LWP 10897)):
#0  0x7fdceeb68460 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fdcf1e22a32 in WTF::ThreadCondition::wait(WTF::Mutex&)
(this=0x10432dd8, mutex=...) at

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-02-24 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit|https://commits.kde.org/ako |https://commits.kde.org/ako
   |nadi/5219f770b998aad16a3d51 |nadi/1593c17da9cbdc1483541e
   |bbd4f4c7ceb8b143c9  |1e7d7630f3c91f8208

--- Comment #29 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 1593c17da9cbdc1483541e1e7d7630f3c91f8208 by Daniel Vrátil.
Committed on 24/02/2017 at 16:22.
Pushed by dvratil into branch 'Applications/16.12'.

Fix crash when Connection is closed while ItemRetriever is running

ItemRetriever::exec() runs a nested QEventLoop. If the parent
Connection is terminated while the event loop is running, the
delayed AkThread::quit() invocation is executed and the thread
is destroyed, while technically there is still execution going
on. To workaround that issue we don't destroy the thread in
Connection::quit() if we detect a nested QEventLoop but instead
we just notify the event loop to quit and destroy the thread
later when execution returns back to ItemRetriever::slotNewData().

This fixes a crash in QPSQLQuery, which was dereferencing a
QPSQLDriver after the driver has been deleted as the thread was
destroyed and avoids more of random crashes due to the Connection
being virtually deleted from its own nested event loop.
FIXED-IN: 5.4.3

M  +24   -1src/server/connection.cpp
M  +3-0src/server/connection.h
M  +1-0src/server/storage/datastore.cpp
M  +2-0src/server/storage/itemretriever.cpp

https://commits.kde.org/akonadi/1593c17da9cbdc1483541e1e7d7630f3c91f8208

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373519] baloo indexer crashed at restart akonadi

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373519

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
Sorry, but KDE 4 version of KDE PIM is no longer maintained, and the indexing
infrastructure has changed significantly since then.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 376808] Akonadi stuck on retrieving folder content, ItemFetchJob Stuck, Failed: Multiple Merge Candidates

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=376808

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
Please try the following guide to resolve the problem:
http://www.dvratil.cz/2017/01/kmail-multiple-merge-candidates-error-and-how-to-fix-it/

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 376379] Calendar folder name cannot be changed for iCal resources

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=376379

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||pim-runtime/c551ad2f4dc3a82
   ||9241aec05eb343de020fee67f
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.4.3
 Resolution|--- |FIXED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Git commit c551ad2f4dc3a829241aec05eb343de020fee67f by Daniel Vrátil.
Committed on 23/02/2017 at 17:42.
Pushed by dvratil into branch 'Applications/16.12'.

Preserve icaldir resource/collection display name

Match the root collection's display name to AgentBase::name() and
update the agent name when user modifies the root collection's name.
This way it's possible to persistently customize icaldir resource
names instead of having multiple "Calendar Folder" entries in Korganizer.
It also makes the resource visible under the "nice" name in resource
listing, instead of using the agent identifier.
FIXED-IN: 5.4.3

M  +13   -1resources/icaldir/icaldirresource.cpp
M  +2-0resources/icaldir/icaldirresource.h

https://commits.kde.org/kdepim-runtime/c551ad2f4dc3a829241aec05eb343de020fee67f

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 358559] akonadi_imap_resource incorrectly handles RFC 5464

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=358559

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

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

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
Could you please run the following in terminal:

export KIMAP_LOGFILE=/tmp/kimap.log
akonadictl restart


Then reproduce the issue again (wait until you see the error in terminal).
After that look into /tmp folder, you should see several files starting with
kimap.log - find the one that contains the error line and paste it here. Please
also include a few (5 or so) lines above the error. If there are any sensitive
information (folder names for instance), you can sanitize them.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 376822] empty trash or all trash on imap account akonadi doesn't continue

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=376822

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||dvra...@kde.org
   Priority|NOR |HI
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
ItemRetriever now uses QEventLoop to wait for request to be processed. If
Akonadi Server is shut down during that, the QEventLoop will cause
Connection::quit() to be executed, destroying the QSqlDriver and deleting the
thread. When the QEventLoop finishes and ItemRetriever::exec() returns, the
QSqlQuery() tries to dereference the already-destroyed QSqlDriver.

We need a mechanism to either prevent Connection::quit() from being executed
while an event loop is running on the Connection, or we need a way to quickly
abort ItemRetriever::exec() from Connection::quit() before destroying the SQL
connection and the thread.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 376791] akonadiserver crash in moveToRoot () at /lib64/libsqlite3.so.0

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=376791

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Looks like a bug in SQLite. Could you please check which version of sqlite3 do
you have?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

   Severity|critical|normal
 CC||dvra...@kde.org
   Version Fixed In||5.4.3
  Latest Commit||https://commits.kde.org/ako
   ||nadi/5219f770b998aad16a3d51
   ||bbd4f4c7ceb8b143c9

--- Comment #23 from Daniel Vrátil <dvra...@kde.org> ---
The crash itself has been fixed by commit
https://commits.kde.org/akonadi/5219f770b998aad16a3d51bbd4f4c7ceb8b143c9 which
will be in Akonadi 5.4.3 (KDE Applications 16.12.3) in March.

The patch fixes the crash itself, but does not address the underlying problem.
I'll keep this opened until the underlying problem is resolved.

--- Notes for future me:
The root cause is the nested QEventLoop in ItemRetriever::exec(). When
Connection is terminated (by server shutdown or connection loss on socket)
while the nested QEventLoop in ItemRetriever is running, Connection::quit()
will be invoked from the nested loop, destroying certain resources (socket,
datastore). This then leads to various crashes once the nested event loop ends
and execution within ItemRetriever::exec() continues.

I don't think it's possible to prevent nested event loop from executing
metacalls on Connection, after all the main reason for using QEventLoop in
ItemRetriever was to make it more interactive and interruptable.
Connection::quit() cannot directly terminate the nested QEventLoop, because it
has been invoked from it. It could however use delay invocation to quit the
loop and return early without actually quiting and destroying the thread. The
thread would quit once the excecution would return from the Handler back to
Connection::slotNewData(). Connection::quit() could probably set a flag or
something. However it's not clear how Connection::quit() should detect where
it's invoked from and whether it's a nested QEL or not, and how it should
interact with it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 376852] Akonadi server crash

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=376852

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||a...@cryptomilk.org

--- Comment #24 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 376852 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

--- Comment #26 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 375558 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 375558] Akonadiserver crashes on restart

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375558

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 375450] akonadiserver crashes on system shudown

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375450

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||robby.engelm...@igfs-ev.de

--- Comment #27 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 375450 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 376385] Restarting Akonadi while it fails to deliver content to frontend makes it crash

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=376385

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/ako
   ||nadi/5219f770b998aad16a3d51
   ||bbd4f4c7ceb8b143c9
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.4.3

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 5219f770b998aad16a3d51bbd4f4c7ceb8b143c9 by Daniel Vrátil.
Committed on 23/02/2017 at 18:45.
Pushed by dvratil into branch 'Applications/16.12'.

DataStream: throw exception if device is null

During Connection destruction it can happen that the socket is
deleted, but the actual handler is still running and tries to
write to that socket (in which case it passes a nullptr to
DataStream). This is caused by the issue described in #376822.

To prevent the crash in this case (until the root cause is fixed)
the DataStream throws an exception if its used without a valid
device. This will effectively cause execution to leave the Handler
and return.
FIXED-IN: 5.4.3

M  +5-2src/private/datastream_p.cpp
M  +10   -6src/private/datastream_p_p.h

https://commits.kde.org/akonadi/5219f770b998aad16a3d51bbd4f4c7ceb8b143c9

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||kosse...@kde.org

--- Comment #25 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 375714 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 375714] Crash on akonadictl stop (while filteragent was hanging)

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375714

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 375104] Crash during shutdown: ASSERT: "mDev" in datastream_p_p.h:89

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375104

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374734] Akonadiserver Crashes While Deleting Email

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374734

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||kde...@posteo.de

--- Comment #28 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 375104 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 190301] Collection and Item ID auto-increment broken

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=190301

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|UNMAINTAINED|UPSTREAM
 Status|RESOLVED|CLOSED

--- Comment #6 from Daniel Vrátil <dvra...@kde.org> ---
The issue is still relevant, although things seem to be moving in MySQL land at
least to resolve the issue.

Until now I don't think we've seen any issues related to this, so I'll keep it
closed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 275261] Akonadi on NFS mounted home directories is very fragile

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=275261

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---
 Ever confirmed|0   |1

--- Comment #14 from Daniel Vrátil <dvra...@kde.org> ---
Reopening, NFS support is still rather fragile :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 332624] NFS support

2017-02-23 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=332624
Bug 332624 depends on bug 275261, which changed state.

Bug 275261 Summary: Akonadi on NFS mounted home directories is very fragile
https://bugs.kde.org/show_bug.cgi?id=275261

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|UNMAINTAINED|---

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374795] qt.network.ssl: QSslSocket::startClientEncryption: cannot start handshake on non-plain connection

2017-02-16 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374795

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||kdepim-b...@kde.org,
   ||vkra...@kde.org
  Component|General |IMAP resource
   Assignee|dvra...@kde.org |chrig...@fastmail.fm
Product|libkgapi|Akonadi

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
If you have self-compiled kdepim-runtime and you installed it into a custom
(non-/usr) prefix, then you must manually copy libkdexoauth2.so (from
$prefix/lib/sasl2) to /usr/lib(64)/sasl2 - unfortunately libsasl ignores
environment variables and only looks for plugins into /usr.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 375098] DrKonqi is unable to file akonadiserver bugs

2017-01-16 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=375098

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

   Version Fixed In||16.12.2
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/ako
   ||nadi/3eb4e23baa4f15509598ec
   ||f22299b3bc01d2fc7e
 Resolution|--- |FIXED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 3eb4e23baa4f15509598ecf22299b3bc01d2fc7e by Daniel Vrátil.
Committed on 16/01/2017 at 14:05.
Pushed by dvratil into branch 'Applications/16.12'.

Set KAboutData so that DrKonqi can report bugs

KCrash reads bug submission address from KAboutData, so we need to
set it, otherwise it's not possible to upload backtraces from DrKonqi
when crash happens. This is onl for akonadiserver, akonadi_control and
akonadictl.
FIXED-IN: 16.12.2

M  +1-0src/akonadicontrol/CMakeLists.txt
M  +10   -0src/akonadicontrol/main.cpp
M  +1-0src/akonadictl/CMakeLists.txt
M  +11   -0src/akonadictl/main.cpp
M  +1-0src/server/CMakeLists.txt
M  +11   -0src/server/main.cpp

https://commits.kde.org/akonadi/3eb4e23baa4f15509598ecf22299b3bc01d2fc7e

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 371975] Akonadi event still not shown

2016-11-12 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=371975

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
Could you try removing the Digital Clock applet completely and adding a new
instance?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372236] Akonadi will not start

2016-11-18 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372236

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

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

--- Comment #6 from Daniel Vrátil <dvra...@kde.org> ---
This is a known issue with MySQL and certain distribution setups.

You can workaround it by creating a file ~/.config/akonadi/mysql-local.conf
with the following line:

secure_file_priv=



(yup, there's nothing after the "=")

Then MySQL should start as expected.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 371570] Duplicate entry in CollectionTable when creating database in a new installation

2016-10-26 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=371570

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

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

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
Just an update on what I found so far:

Turns out it's a race condition between KMail and KMail :-) Specifically there
seem to be two SpecialCollectionsRequestJobs started in quick succession from
two different places in KMail and both attempt to create the "inbox" folder.

It's rather hard to debug where the SCRJs are started from because gdb slows
down kmail enough to make the race condition go away. Setting a bp on
CollectionCreateJob does not hide the race condition, but also does not provide
any useful information.

I guess the best course of action is to add some debug info into SCRJ and
compile AkonadiCore in the VM where I can reproduce the condition...

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 373722] New: "Implement function" doesn't consider "using namespace"

2016-12-16 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373722

Bug ID: 373722
   Summary: "Implement function" doesn't consider "using
namespace"
   Product: kdevelop
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: code completion
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: dvra...@kde.org
  Target Milestone: ---

When using the "Implement function" feature in code completion in KDevelop, the
generated implementation always includes namespace in the type names, even if
the namespace is already specified with "using namespace" somewhere above.

It would be nice, if the tool would check for "using namespace" in the current
scope and omit the namespace from the generated code.

I think this used to work in the pre-clang version, so would be nice to have it
back :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372824] PIM Events Plugin crashes plasmashell

2016-12-02 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372824

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kde
   ||pim-addons/9b2176758ac1649a
   ||7090947795d6c62bc3ac4835
   Version Fixed In||5.4.0
 Resolution|--- |FIXED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 9b2176758ac1649a7090947795d6c62bc3ac4835 by Daniel Vrátil.
Committed on 02/12/2016 at 21:28.
Pushed by dvratil into branch 'Applications/16.12'.

PimEventsPlugin: catch PayloadException
FIXED-IN: 5.4.0

M  +6-1plugins/plasma/pimeventsplugin/eventmodel.cpp

https://commits.kde.org/kdepim-addons/9b2176758ac1649a7090947795d6c62bc3ac4835

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372048] It's a huge Dbus based crashbug

2016-12-02 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372048

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 362138] Akonadi server crashes when opening Kmail

2016-12-02 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=362138

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||link3...@gmail.com

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 372048 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 362138] Akonadi server crashes when opening Kmail

2016-12-02 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=362138

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||kikileco...@hotmail.fr

--- Comment #4 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 330162 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 330162] The Akonadi Server doesn't start, because of a D-Bus error

2016-12-02 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=330162

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #4 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373111] Crash During Start Up After Login

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373111

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #9 from Daniel Vrátil <dvra...@kde.org> ---
This has been fixed in KDE Applications 16.12 release.

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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372824] PIM Events Plugin crashes plasmashell

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372824

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||bj.kdede...@bkaj.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 373111 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374514] Crash on akonadictl stop

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374514

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
This crash hopefully should be fixed in upcoming 5.4.1 release (KDE
Applications 16.12.1). Lets retest once it's released.


The transaction deadlocks are a known problem. We have some handling for that,
but it does not work 100%.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374636] akonadi does not start after restore

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374636

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
> log_akonadiserver: stderr: "170106 15:35:40 [Note] /usr/sbin/mysqld (mysqld 
> 10.0.28-MariaDB) starting as process 9072 ...\n"
> log_akonadiserver: exit code: 1

Looks like mysqld dies on start up. Maybe the database is corrupted? Can happen
if you did the backup while MySQL was running and possibly changing and not
fully flushing all the data files.


> docb@T520:~> /usr/sbin/mysqld 
> --defaults-file=/home/docb/.local/share/akonadi/mysql.conf 
> --datadir=/home/docb/.local/share/akonadi/db_data/ 
> --socket=/tmp/akonadi-docb.uL1G8Q/mysql.socket
>   
> 
> 170106 15:41:07 [Note] /usr/sbin/mysqld (mysqld 10.0.28-MariaDB) starting as 
> process 9147 ...

Does the mysqld process return immediately, or does it keep running? If it
returns, then it mean it still crashed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373442] Migration Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373442

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373443] Mail Dispatcher Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373443

--- Comment #10 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 373442 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 368161] Plasma (plasmashell), signal: Segmentation fault

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=368161

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #4 from Daniel Vrátil <dvra...@kde.org> ---
This should be fixed since kdepim-addons-5.3.3 (KDE Applications 16.08.3).

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

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 368832] New Pim Events Plugin renders inacurate output for CalDAV calendar

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=368832

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||bugrprt21...@online.de

--- Comment #10 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 368161 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 368832] New Pim Events Plugin renders inacurate output for CalDAV calendar

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=368832

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||pradhan...@gmail.com

--- Comment #11 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 372914 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 368832] New Pim Events Plugin renders inacurate output for CalDAV calendar

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=368832

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||aya...@gmail.com

--- Comment #12 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 373143 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372712] Protocol::HelloResponse not correctly parsed, the object is just a Command with type set

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372712

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

Summary|akonadi_imap_resource   |Protocol::HelloResponse not
   |crashed while I had KMail   |correctly parsed, the
   |open in background  |object is just a Command
   ||with type set

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374086] random crash after deleting a message

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374086

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

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

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Looks like a search update in a search collection not known to KMail.

Can you reproduce? Would be helpful to know which Collection it is (at least
get the collectionId value) that we get an assert for.

If it's not a mail search collection, then we could try to debug why KMail got
a notification for a non-mail collection. If it's a mail search collection,
then we can debug why ETM does not know about it.

In the worst case, we can simply handle the situation gracefully and return
from ETMPrivate::monitoredItemLinked() early instead of asserting.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373443] Mail Dispatcher Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373443

--- Comment #8 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 373444 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373444] Notes Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373444

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Workaround: stop Akonadi and remove
~/.config/akonadi/agent_config_akonadi_notes_agent_X_changes.dat.

The problem is caused by the journal file being corrupted. The latest
stable/master has a fix that prevents getting stuck on corrupted files and also
fixes the bug that caused the corruption in the first place.

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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373143] KDE Crashed when I configuring Digital Clock

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373143

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372914] Digital clock setting crash

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372914

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373242] Crash in akonadi_indexing_agent unknown cause processing emails received

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373242

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372712] akonadi_imap_resource crashed while I had KMail open in background

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372712

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||shawn.st...@rogers.com

--- Comment #4 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 373242 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 372712] akonadi_imap_resource crashed while I had KMail open in background

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=372712

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||dvra...@kde.org
  Component|IMAP resource   |libakonadi
   Assignee|chrig...@fastmail.fm|kdepim-b...@kde.org

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Moving to libakonadi, this is a generic problem in Protocol (?), looks like the
the command is not actually a HelloResponse, despite having the type set to
Hello. Possibly the Response bit is not set when sent from the server?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373443] Mail Dispatcher Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373443

--- Comment #9 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 373441 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373441] Archive Mail Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373441

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373989] Kmail 5.4 / akonadi agents hogging cpu cores

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373989

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373443] Mail Dispatcher Agent spins at 100% CPU after upgrade from 4:16.08.2+p16.04+git20161117.2322-0 to 4:16.08.3+p16.04+git20161207.0319-0

2017-01-06 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373443

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||peter.fink...@inode.at

--- Comment #11 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 373989 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373782] akonadi failed to append item

2017-01-03 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373782

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #8 from Daniel Vrátil <dvra...@kde.org> ---
Assuming you all use Oracle MySQL, please state the version that you have.

The package will be called something like mysql-server (but depends on a
distro).

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmailtransport] [Bug 373799] Compilation error with cyrus-sasl 2.1.26

2017-01-03 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373799

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

   Version Fixed In||5.4.1
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kma
   ||iltransport/a8e9f253d291c30
   ||ec4fcbb6f3e6d842a8884d87b

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
Git commit a8e9f253d291c30ec4fcbb6f3e6d842a8884d87b by Daniel Vrátil.
Committed on 03/01/2017 at 17:07.
Pushed by dvratil into branch 'Applications/16.12'.

Include sys/types.h before sasl.h to fix build against Cyrus-SASL 2.1.26

A known bug in that specific version of Cyrus-SASL. This has been fixed
in later versions, but there's no harm in including sys/types.h ourselves
to make this version work.
FIXED-IN: 5.4.1

M  +3-0kioslave/src/smtp/command.h

https://commits.kde.org/kmailtransport/a8e9f253d291c30ec4fcbb6f3e6d842a8884d87b

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 373782] akonadi failed to append item

2017-01-03 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=373782

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.4.1
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/ako
   ||nadi/85c5f22b836805ecd20a7a
   ||c8eaae0a6861bdcd24

--- Comment #13 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 85c5f22b836805ecd20a7ac8eaae0a6861bdcd24 by Daniel Vrátil.
Committed on 03/01/2017 at 22:02.
Pushed by dvratil into branch 'Applications/16.12'.

AKAPPEND: ensure we always insert with a valid date

Latest MySQL does not like null datetime for some reason, so make sure
we always have a valid date on INSERT.
FIXED-IN: 5.4.1

M  +5-4src/server/handler/akappend.cpp

https://commits.kde.org/akonadi/85c5f22b836805ecd20a7ac8eaae0a6861bdcd24

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=338658

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||stillcompil...@gmail.com

--- Comment #61 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 352249 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 352249] kmail ... gmail Syncing folder 'linux-arm-kernel' hangs at 98%

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=352249

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #5 from Daniel Vrátil <dvra...@kde.org> ---
You are affected by the "Multiple merge candidates" issue, please follow the
instructions here [0] to fix the problem.

[0]
http://www.dvratil.cz/2017/01/kmail-multiple-merge-candidates-error-and-how-to-fix-it/

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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 353653] Kmail crash after add an account

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=353653

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 360880 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 360880] IMAP Resource crashed on authentication problems

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=360880

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 353653] Kmail crash after add an account

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=353653

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||k...@sedrubal.de

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 355759 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 355759] Crash after editing imap ressource

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=355759

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=338658

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit|https://commits.kde.org/kde |https://commits.kde.org/ako
   |pimlibs/ffa20e75f388bfa8753 |nadi/66b87061f523e392236d73
   |0e113641f0830a5a58ec4   |dea668ddf6772eb545
   Version Fixed In|15.08.2 |5.4.1
 Status|REOPENED|RESOLVED

--- Comment #60 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 66b87061f523e392236d73dea668ddf6772eb545 by Daniel Vrátil.
Committed on 07/01/2017 at 11:07.
Pushed by dvratil into branch 'Applications/16.12'.

Reset Item RID on both inter- and intra-resource MOVE

This should significantly help to mitigate the "Multiple Merge
Candidates" error during sync. One of the major reasons why MMC
happens is when user moves an Item belonging to an IMAP resource
to another Collection. On IMAP RID corresponds to IMAP UID. If
you move such an Item into another Collection which has IMAP
UIDNEXT greater than the source Collection, then there's a high
chance for RID conflict until the Resource replays the change
and updates the RID of the moved Item.

This change reset RID of all moves Items and only emits the RID
as part of the change notification. The Monitor then retrieves the
Item without the RID and restores the RID from the Notification,
so this is absolutely transparent to Resources.
FIXED-IN: 5.4.1

M  +7-0src/core/monitor_p.cpp
M  +13   -19   src/server/handler/move.cpp

https://commits.kde.org/akonadi/66b87061f523e392236d73dea668ddf6772eb545

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 262396] xml dump does not work because of non existent timezone

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=262396

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org,
   ||win...@kde.org

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
The code was actually disabled in Akonadi Console for a long time, so the
export did nothing.

I re-enabled that and it seems to work for me. I can't see any code in Akonadi
that would directly interact with /usr/share/zoneinfo", so I suspect this might
be a bug in libical when parsing the event. Allen, do you interact with
/usr/share/timezones in libical directly?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 366238] KMail does not fetch mails from imap.kabelmail.de

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=366238

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

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

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Looks like the folder is not successfully synced so the IMAP resource tries to
re-fetch every time.

Is there any debug output from Akonadi itself that could indicate what goes
wrong?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354508] Support GMail's XOAUTH authentication method

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=354508

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

   Severity|normal  |wishlist
Summary|“Password incorrect” error  |Support GMail's XOAUTH
   |when trying to sign in to   |authentication method
   |GMail account   |
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
We have a working code that implements support for Google's XOAUTH mechanism,
but it needs integrating into the IMAP resource. Definitely something I'm
planning in the future.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||sh...@strongerforyou.com

--- Comment #30 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 340942 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 345833] crash akonadi_imap_resource after wakeup from standby

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=345833

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 340942] Resource crashed after boot

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=340942

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

--- Comment #28 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 361213 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||ISchBug@der-ball-ist-rund.n
   ||et

--- Comment #29 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 345833 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 366151] Gmail shutting down

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=366151

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||gribn...@hotmail.com

--- Comment #27 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 366151 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 367708] [Exchange 2013] Saving sent mail to IMAP folder: A000007 BAD Command Argument Error. 12 on UID STORE without parameters

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=367708

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.4.1
  Latest Commit||https://commits.kde.org/kde
   ||pim-runtime/1302bbba0946157
   ||4c57c8e21c740e3f157b4527c

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 1302bbba09461574c57c8e21c740e3f157b4527c by Daniel Vrátil.
Committed on 07/01/2017 at 12:37.
Pushed by dvratil into branch 'Applications/16.12'.

IMAP: don't start STORE job with no flags

fromAkonadiToSupportedImapFlags() can filter out all the flags that we
are trying to append/remove which leads to UID STORE command with not
FLAGS attributes, which is not RFC conformant and is rejected by some
servers.
FIXED-IN: 5.4.1

M  +25   -10   resources/imap/changeitemsflagstask.cpp

https://commits.kde.org/kdepim-runtime/1302bbba09461574c57c8e21c740e3f157b4527c

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 364045] akonadi_imap_resource crashes synchronizing with imap.kabelmail.de

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=364045

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||sascha.ma...@directbox.com

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 354982 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354982] akonadi collection crashed

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=354982

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

--- Comment #32 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 350559 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 350559] IMAP resource crash after wake-from-sleep

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=350559

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 344791] Crash after wake up

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=344791

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 340740] IMAP resource sometimes crashes after reconnecting to Internet

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=340740

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||m...@exovenom.net

--- Comment #33 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 340740 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 361213] Mint would'nt shut down

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=361213

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||ali.sheri...@yahoo.com

--- Comment #31 from Daniel Vrátil <dvra...@kde.org> ---
*** Bug 344791 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 356779] Akonadi crash at power on

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=356779

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
The crash in IMAP resource has been already fixed in some recent version. The
MySQL error is due to MySQL data corruption (possibly because of the forced X
crash?), nothing I can do about that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 353653] Kmail crash after add an account

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=353653

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kde
   ||pim-runtime/f32aaa9d574f855
   ||19c02d5d4c46dbd0853efebf8
 Resolution|--- |FIXED
   Version Fixed In||5.4.1

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Git commit f32aaa9d574f85519c02d5d4c46dbd0853efebf8 by Daniel Vrátil.
Committed on 07/01/2017 at 13:06.
Pushed by dvratil into branch 'Applications/16.12'.

IMAP: Fix crash when session is destroyed during password request

This can happen when there's a certificate problem, then the
m_pendingInitialSession is set to null before the onPasswordRequestDone()
is called, which ends up in dereferencing a nullptr in killSession().
FIXED-IN: 5.4.1

M  +5-2resources/imap/sessionpool.cpp

https://commits.kde.org/kdepim-runtime/f32aaa9d574f85519c02d5d4c46dbd0853efebf8

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 359990] IMAP Hostname change clears disconnected cache

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=359990

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kde
   ||pim-runtime/8a4894d8d95d323
   ||af9972cea02a845af3cbf3928
   Version Fixed In||5.5.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Vrátil <dvra...@kde.org> ---
Git commit 8a4894d8d95d323af9972cea02a845af3cbf3928 by Daniel Vrátil.
Committed on 07/01/2017 at 13:27.
Pushed by dvratil into branch 'master'.

IMAP: ask for confirmation when user changes hostname or username

When hostname or username changes we trigger full re-sync of everything.
To make sure users are aware of that, ask for confirmation to prevent
downloading possibly lots of data when user does not expect it.
FIXED-IN: 5.5.0

M  +22   -3resources/imap/setupserver.cpp

https://commits.kde.org/kdepim-runtime/8a4894d8d95d323af9972cea02a845af3cbf3928

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmail2] [Bug 353675] Search does not work, neither do search folders

2017-01-08 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=353675

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Git commit d54d1f241f1a421330efbf2f71efe4d1acd18f04 by Daniel Vrátil.
Committed on 08/01/2017 at 15:41.
Pushed by dvratil into branch 'Applications/16.12'.

Search: match all results against DB first to exclude invalid results

In some cases the search backend can return results that actually
no longer exist in Akonadi DB (for example because the indexer is
busy indexing something else while an Item was removed, which triggered
search update), or because it went out-of-sync with the DB due to
a bug or manual cleanup. This lead to a lots of (albeit harmless)
foreign key constraint errors as we tried to insert items into
CollectionPimItemRelation table which did not exist in PimItemTable.
To prevent this we first match the results against PimItemTable to
get only the existing Items (we need them anyway for change ntf)
and then insert only those into the CollectionPimItemRelation table.

This does not fix problems with search updates unfortunately.

M  +32   -13   src/server/search/searchmanager.cpp

https://commits.kde.org/akonadi/d54d1f241f1a421330efbf2f71efe4d1acd18f04

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 354508] Support GMail's XOAUTH authentication method

2017-01-08 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=354508

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.5.0
  Latest Commit||https://commits.kde.org/kde
   ||pim-runtime/ca4b3f0907b5cbf
   ||77a7f081bcd41f328ad066c54

--- Comment #3 from Daniel Vrátil <dvra...@kde.org> ---
Git commit ca4b3f0907b5cbf77a7f081bcd41f328ad066c54 by Daniel Vrátil.
Committed on 08/01/2017 at 15:11.
Pushed by dvratil into branch 'master'.

IMAP: add support for native GMail OAuth authentication

This change adds support for XOAUTH2 authentication method used by
Gmail to the IMAP resource. The XOAUTH2 support is implemented in
a custom SASL plugin. The token request/refresh is done via KGAPI.

When user sets imap.gmail.com as IMAP server in the resource config
dialog, the dialog automatically sets all the configuration to match
the one of Gmail and selects XOAUTH2 as authentication method. The
access and refresh tokens are stored in KWallet like a regular
password, but a special PasswordRequesterInterface implementation is
used to handle the tokens and pass the right data to KIMAP::LoginJob.

With this change it's no longer necessary to have the "Allow less
secure apps" option enabled in Google Account settings and it's no
longer necessary to use app-specific password for accounts with
two-step verification (2FA) enabled. The actual password is no longer
stored in KWallet and has only be typed into Google Auth form once.
FIXED-IN: 5.5.0
CHANGELOG: Implement native Gmail authentication into IMAP resource

M  +21   -1resources/imap/CMakeLists.txt
A  +1-0resources/imap/config.h.cmake
A  +141  -0resources/imap/gmailpasswordrequester.cpp [License: LGPL
(v2+)]
C  +20   -23   resources/imap/gmailpasswordrequester.h [from:
resources/imap/settingspasswordrequester.h - 051% similarity]
M  +13   -1resources/imap/imapresource.cpp
A  +67   -0resources/imap/passwordrequester.cpp [License: LGPL (v2+)]
A  +44   -0resources/imap/passwordrequester.h [License: LGPL (v2+)]
M  +1-0resources/imap/resourcestate.cpp
A  +24   -0resources/imap/saslplugin/CMakeLists.txt
A  +579  -0resources/imap/saslplugin/config.h [License: GENERATED FILE]
 *
A  +969  -0resources/imap/saslplugin/plugin_common.c [License: UNKNOWN]
 *
A  +221  -0resources/imap/saslplugin/plugin_common.h [License: UNKNOWN]
 *
A  +246  -0resources/imap/saslplugin/xoauth2plugin.c [License: LGPL
(v2+)]
A  +53   -0resources/imap/saslplugin/xoauth2plugin_init.c [License:
LGPL (v2+)]
M  +5-27   resources/imap/settings.cpp
M  +1-2resources/imap/settings.h
M  +24   -1resources/imap/settingspasswordrequester.cpp
M  +2-0resources/imap/settingspasswordrequester.h
M  +41   -6resources/imap/setupserver.cpp
M  +1-0resources/imap/setupserver.h
A  +32   -0resources/imap/utils.cpp [License: LGPL (v2+)]
A  +32   -0resources/imap/utils.h [License: LGPL (v2+)]
M  +8-2resources/imap/wizard/imapwizard.es

The files marked with a * at the end have a non valid license. Please read:
http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are
listed at that page.


https://commits.kde.org/kdepim-runtime/ca4b3f0907b5cbf77a7f081bcd41f328ad066c54

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 344970] Crash because uids.size()==1" in file ../../../resources/imap/retrieveitemtask.cpp, line 101

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=344970

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

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

--- Comment #5 from Daniel Vrátil <dvra...@kde.org> ---
The code has changed substantially in KF5 and this should no longer happen.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 361610] “Server failed the authenticity check” not cancelable

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=361610

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 319776] Akonadi crashed, possibly because of sudden lack of network connection, caused by the laptop going into suspend-to-ram

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=319776

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #34 from Daniel Vrátil <dvra...@kde.org> ---
This one was fixed some time around KDE 4.14.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 359990] IMAP Hostname change clears disconnected cache

2017-01-07 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=359990

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil <dvra...@kde.org> ---
The rather rare case of changing hostname is not worth the amount of work
needed to detect that it is the same server with the same account and with
identical data.

I will add a confirmation when user changes a hostname in the configuration
dialog.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 374795] qt.network.ssl: QSslSocket::startClientEncryption: cannot start handshake on non-plain connection

2017-03-28 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=374795

Daniel Vrátil <dvra...@kde.org> changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||dvra...@kde.org
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   3   4   5   6   7   8   >