[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2017-01-18 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=328246

Denis Kurz  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/libk |https://phabricator.kde.org
   |sieve/aa295b6cf15ee67a980b2 |/R91:ee4afdd78597cb9379a399
   |858ccad6e6e8e769585 |51b9eca94a8e927f98
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In|5.2.1   |5.3.0
Version|5.1.3   |5.2.3

--- Comment #19 from Denis Kurz  ---
In the meantime, I managed to extract the information from phabricator*: The
earliest stable version the above patch was 16.08.0 (5.3.0), so it's no
surprise that it isn't fixed in 5.2.3. So there's a good chance that the bug
was actually fixed. I adjusted the version-fixed-in and latest-commit info.
Also, thank you for reporting back, and so fast.

If it's still broken in post-5.3.0 versions, please tell me so and I'll reopen.

* fyi: the phabricator page lists all tags that include the patch, and 16.08.0
is listed there, among others

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

[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2017-01-18 Thread Tom Mittelstädt
https://bugs.kde.org/show_bug.cgi?id=328246

--- Comment #18 from Tom Mittelstädt  ---
it is still broken in 5.2.3

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

[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2017-01-18 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=328246

Denis Kurz  changed:

   What|Removed |Added

Version|4.12 pre|5.1.3
 CC||kde...@posteo.de

--- Comment #17 from Denis Kurz  ---
(In reply to David Faure from comment #14)
> Fix available at https://phabricator.kde.org/D2167

I'm not quite sure, but this patch seems to have landed some time ago. Can this
bug be closed FIXED?

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

[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-07-14 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

--- Comment #16 from David Faure  ---
I can't possibly know that :)

If you see "KTcpSocket::showSslErrors" in the *kmail* debug output, then it's
likely that this patch fixes it.

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


[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-07-14 Thread Tom Mittelstädt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

--- Comment #15 from Tom Mittelstädt  ---
Does this also fixes the issues with dovecot (2.2.10)?
at the moment (kmail2 5.1.3) I have the sames issues as in #1. A workaround is
to restart kmail completely and right afterwards the manage sieve functionality
works once.

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

[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-07-14 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

--- Comment #14 from David Faure  ---
Fix available at https://phabricator.kde.org/D2167

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


[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-07-14 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

--- Comment #13 from David Faure  ---
OK the actual issue is elsewhere. Things are happening out of order, sometimes
(race condition).

KManageSieve::SessionThread::doStartSsl: 0x3aa7f00 SessionThread::doStartSsl()
KManageSieve::SessionThread::doSendData: 0x3aa7f00 C:  "LISTSCRIPTS"
[]
KManageSieve::SessionThread::doSendData: 0x3aa7f00 C:  "AUTHENTICATE \"PLAIN\"
[...]\""
KManageSieve::SessionThread::slotDataReceived: 0x3aa7f00 S:  "NO \"Authenticate
first\""

This LISTSCRIPTS should only happen after authenticate, not before.
I sometimes see a race condition the other way around, m_state in Session is
not yet PostTls so all responses are unhandled, and only then sslDone() is
called.

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


[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-07-14 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

David Faure  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 CC||fa...@kde.org
 Status|RESOLVED|REOPENED

--- Comment #12 from David Faure  ---
This patch was reverted, it broke other servers, reopening.

Looking at this code, I found another issue though, maybe it fixes this?
https://phabricator.kde.org/D2163

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


[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-05-02 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

Laurent Montel  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/libk
   ||sieve/aa295b6cf15ee67a980b2
   ||858ccad6e6e8e769585
   Version Fixed In||5.2.1

--- Comment #11 from Laurent Montel  ---
Git commit aa295b6cf15ee67a980b2858ccad6e6e8e769585 by Montel Laurent.
Committed on 02/05/2016 at 07:13.
Pushed by mlaurent into branch 'Applications/16.04'.

Fix Bug 328246 - Manage Sieve scripts feature broken

FIXED-IN: 5.2.1

M  +1-0src/kmanagesieve/sessionthread.cpp

http://commits.kde.org/libksieve/aa295b6cf15ee67a980b2858ccad6e6e8e769585

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


[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-05-01 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

Laurent Montel  changed:

   What|Removed |Added

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

--- Comment #10 from Laurent Montel  ---
Ok I see the bug.
I investigate it

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


[kmail2] [Bug 328246] Manage Sieve scripts feature broken

2016-05-01 Thread Tom Mittelstädt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328246

Tom Mittelstädt  changed:

   What|Removed |Added

 CC||tom-kde.b...@monster-box.de

--- Comment #9 from Tom Mittelstädt  ---
Still present in kmail2 5.1.3

sieve scripts are only discovered if kmail is freshly startet exactly one time.
If I access the dialog a second time kmail tries forever to get the script
list.
it works again after a kmail-restart

Same if the syntax check detects an error. the whole sieve management part
becomes unresponsive and does simply nothing until kmail is restarted

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