[Akonadi] [Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-10-24 Thread Daniel Vrátil
https://bugs.kde.org/show_bug.cgi?id=284527

Daniel Vrátil dvra...@redhat.com changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||4.11.3
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/c215c5a3a55e59d4
   ||8637de48804aaed416d04a69

--- Comment #20 from Daniel Vrátil dvra...@redhat.com ---
Git commit c215c5a3a55e59d48637de48804aaed416d04a69 by Dan Vrátil.
Committed on 24/10/2013 at 16:14.
Pushed by dvratil into branch 'KDE/4.11'.

Don't update annotations when server does not support it

Don't try to update annotations when server does not have METADATA or
ANNOTATEMORE capability.

Fixes a warning shown when user changed something in Folder properties
in KMail
FIXED-IN: 4.11.3

M  +3-2resources/imap/addcollectiontask.cpp
M  +1-1resources/imap/changecollectiontask.cpp
M  +7-0resources/imap/resourcetask.cpp
M  +2-0resources/imap/resourcetask.h
M  +24   -3resources/imap/tests/testchangecollectiontask.cpp

http://commits.kde.org/kdepim-runtime/c215c5a3a55e59d48637de48804aaed416d04a69

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-09-29 Thread Matthias Heizmann
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #19 from Matthias Heizmann matth...@heizmann.name ---
Thank to some help of Alexander I was able to use his workaround.
A few comments for others that run into the same problem.
While creating the kolab ressource manually using the Raw Socket
- you have to have the ressource already created in the usual way (I deleted it
after I reading the debugging output)
- do not paste the ROLLBACK command, but paste COMMIT instead
- do not reboot after these steps, otherwise the kolab ressource is gone again.

You set the content type to inode/directory in
Folder Properties  Internals
(Yes, where it says Do not even think about chaning anything in here!)

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-09-20 Thread Matthias Heizmann
https://bugs.kde.org/show_bug.cgi?id=284527

Matthias Heizmann matth...@heizmann.name changed:

   What|Removed |Added

 CC||matth...@heizmann.name

--- Comment #18 from Matthias Heizmann matth...@heizmann.name ---
I have the same problem with KDE SC 4.11.1 and akonadi-server-1.10.2-r1

I would like to use Alexanders workaround, but I failed.
As Alexander suggested I had a look at the debugger and saw the following lines
(you see them e.g., if you try to add the kolab calendar via korganizer)
0x825880 0 LOGIN akonadi_kolabproxy_resource 
akonadi_kolabproxy_resource (0x825880) 0 OK User logged in 
akonadi_kolabproxy_resource (0x825880) 1 CAPABILITY (NOTIFY 2)
akonadi_kolabproxy_resource (0x825880) 1 OK CAPABILITY completed 
akonadi_kolabproxy_resource (0x825880) 2 RESSELECT
akonadi_kolabproxy_resource 
akonadi_kolabproxy_resource (0x825880) 2 OK akonadi_kolabproxy_resource
selected 
... (I omit the succeeding lines, because they are not relevant for my
question)

Afterwards I executed the following commands in the Raw Socket tab.
0 LOGIN akonadi_kolabproxy_resource 
1 CAPABILITY (NOTIFY 2)
2 RESSELECT akonadi_kolabproxy_resource 

However, now I got a different output (last line is different)
0x87a0e0 0 LOGIN akonadi_kolabproxy_resource 
akonadi_kolabproxy_resource (0x87a0e0) 0 OK User logged in 
akonadi_kolabproxy_resource (0x87a0e0) 1 CAPABILITY (NOTIFY 2) 
akonadi_kolabproxy_resource (0x87a0e0) 1 OK CAPABILITY completed 
akonadi_kolabproxy_resource (0x87a0e0) 2 RESSELECT
akonadi_kolabproxy_resource 
akonadi_kolabproxy_resource (0x87a0e0) 2 NO akonadi_kolabproxy_resource is not
a valid resource identifier 

What can I do to add the parent collection and set its content type
inode/directory?

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-08-21 Thread Johannes Hirte
https://bugs.kde.org/show_bug.cgi?id=284527

Johannes Hirte johannes.hi...@fem.tu-ilmenau.de changed:

   What|Removed |Added

 CC||johannes.hi...@fem.tu-ilmen
   ||au.de

--- Comment #16 from Johannes Hirte johannes.hi...@fem.tu-ilmenau.de ---
I can confirm this with kdepim-4.11.0 and akonadi-server-1.10.2. The
imap-server is a dovecot-2.2.5 if this matters.

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-08-21 Thread Johannes Hirte
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #17 from Johannes Hirte johannes.hi...@fem.tu-ilmenau.de ---
I've just seen, after renaming, the folder is deleted on the imap-server!

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-08-16 Thread Alexander Maret-Huskinson
https://bugs.kde.org/show_bug.cgi?id=284527

Alexander Maret-Huskinson a...@maret.de changed:

   What|Removed |Added

 CC||a...@maret.de

--- Comment #14 from Alexander Maret-Huskinson a...@maret.de ---
(In reply to comment #11)
 5. Change the value of collectionannotations (double-click) to 
 /vendor/kolab/folder-type event.default
 /vendor/kolab/folder-type note.default
 /vendor/kolab/folder-type contact.default
 /vendor/kolab/folder-type task.default
 /vendor/kolab/folder-type journal.default
 depending on your need.

Unfortunately this does not seem to work with 4.11.0. When changing the
collectionannotations attribute I get the error message: Kolab: Parent
collection can not contain sub-collections.. All my folders just get ignored
and no contacts/events/notes/... are displayed in kontact.

Any idea what's causing this?

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-08-16 Thread Alexander Maret-Huskinson
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #15 from Alexander Maret-Huskinson a...@maret.de ---
Took me a while playing with the akonadiconsole but I figured it out:

Kolab's Akonadi sub-collections can not be created because the parent
collection which is created by the kolab proxy does not have the
inode/directory content type set. You have to create it manually and then set
the inode/directory content type.

In case someone else runs into the same problem:
Within akonadiconsole, you can use the debugger to see which commands are used
to create the parent collection. Just paste them into the Raw Socket tab
(starting from the 0 Login command), but do not paste the one that fails. You
can now use the Browser and add the content type inode/directory to the newly
created collection. From now on, Kolab will be able to create its collections
whenever you add a collectionannotation to an IMAP folder.

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-07-12 Thread qqqqqqqqq9
https://bugs.kde.org/show_bug.cgi?id=284527

qqq...@gmeyer.df-kunde.de changed:

   What|Removed |Added

 CC||qqq...@gmeyer.df-kunde.
   ||de

--- Comment #11 from qqq...@gmeyer.df-kunde.de ---
Hi, this seems to be a workaround:

1. Close kontact
2. Start akonadiconsole
3. Choose tab Browser and select the folder you want to change
4. select Folder Properties from the Button-3-Menu and select the tab
Attributes
5. Change the value of collectionannotations (double-click) to 
/vendor/kolab/folder-type event.default
/vendor/kolab/folder-type note.default
/vendor/kolab/folder-type contact.default
/vendor/kolab/folder-type task.default
/vendor/kolab/folder-type journal.default
depending on your need.
6. Close akonadiconsole and start kontact
7. Enjoy

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-07-12 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #12 from Laurent Montel mon...@kde.org ---
Great if you find a method to workaround it.
It gives me an idea to try to fix it.
Will test it.

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-07-12 Thread qqqqqqqqq9
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #13 from qqq...@gmeyer.df-kunde.de ---
Hi, 
to be more specific, it's a workaround for not being able to change an
imap-folde to a groupware folder which gives the same  BAD Unknown command:
SETANNOTATION error.

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-04-08 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=284527

Martin martin.ruess...@gmx.net changed:

   What|Removed |Added

Version|4.9 |4.10

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-03-27 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=284527

Martin littlec...@gmx.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||littlec...@gmx.net
 Ever confirmed|0   |1

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-02-21 Thread Christux
https://bugs.kde.org/show_bug.cgi?id=284527

Christux c.schwarzgruber...@gmail.com changed:

   What|Removed |Added

 CC||c.schwarzgruber...@gmail.co
   ||m

--- Comment #10 from Christux c.schwarzgruber...@gmail.com ---
Same for me using KDE 4.10 on openSuSe 12.3 RC1!

-- 
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 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-02-08 Thread arran
https://bugs.kde.org/show_bug.cgi?id=284527

arran arr...@gmail.com changed:

   What|Removed |Added

 CC||arr...@gmail.com

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2013-01-02 Thread Ruslan Kabatsayev
https://bugs.kde.org/show_bug.cgi?id=284527

Ruslan Kabatsayev b7.10110...@gmail.com changed:

   What|Removed |Added

 CC||b7.10110...@gmail.com

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-12-24 Thread km
https://bugs.kde.org/show_bug.cgi?id=284527

km k...@riseup.net changed:

   What|Removed |Added

 CC||k...@riseup.net

--- Comment #9 from km k...@riseup.net ---
I confirm this.

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-11-10 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=284527

Christian christian.lange...@googlemail.com changed:

   What|Removed |Added

 CC||christian.lange.81@googlema
   ||il.com

--- Comment #7 from Christian christian.lange...@googlemail.com ---
This happens to me to. Tried to follow some instructions to circumvent a
possible bug in cooperation between kmail and googlemail (see
http://www.lazyteddy.com/2011/08/kmail-und-gmail-google-mail-via-imap/), and
got this message: 

SetAnnotation failed, server replied:A000884 BAD Unknown command:
SETANNOTATION

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-11-10 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #8 from Christian christian.lange...@googlemail.com ---
(In reply to comment #7)
 This happens to me to. Tried to follow some instructions to circumvent a
 possible bug in cooperation between kmail and googlemail (see
 http://www.lazyteddy.com/2011/08/kmail-und-gmail-google-mail-via-imap/), and
 got this message: 
 
 SetAnnotation failed, server replied:A000884 BAD Unknown command:
 SETANNOTATION

forgot to mention: I'm using Kubuntu 12.04 with Kontact 4.8.5.

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-08-31 Thread S . Burmeister
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #6 from S. Burmeister sven.burmeis...@gmx.net ---
BTW. you get the pop-ups only if you run akonaditray.

Here is the imap log of such a request:

S: A000186 OK Completed
C: A000187 UID STORE 394440 FLAGS (\Seen)
S: * 654 FETCH ( FLAGS (\Seen) UID 394440 )
S: A000187 OK Completed
C: A000188 GETACL INBOX
S: * ACL INBOX u...@domain.de lrswipcda
S: A000188 OK Completed
C: A000189 MYRIGHTS INBOX
S: * MYRIGHTS INBOX lrswipcda
S: A000189 OK Completed
C: A000190 GETQUOTAROOT INBOX
S: * QUOTAROOT INBOX user/usern...@domain.de
S: * QUOTA user/usern...@domain.de ( STORAGE 33619 102401 )
S: A000190 OK Completed
C: A000191 SETANNOTATION INBOX false (value.shared )
S: A000191 BAD invalid arguments for SETANNOTATION

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-08-29 Thread Nick Leverton
https://bugs.kde.org/show_bug.cgi?id=284527

Nick Leverton n...@leverton.org changed:

   What|Removed |Added

 CC||n...@leverton.org

--- Comment #2 from Nick Leverton n...@leverton.org ---
This notification is given any time I use the Properties dialogue on an IMAP
resource, even if I make no changes or only change a local property (such as
the local name).

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-08-29 Thread Nick Leverton
https://bugs.kde.org/show_bug.cgi?id=284527

--- Comment #3 from Nick Leverton n...@leverton.org ---
Version is 4.9.0, apols for forgetting to say.

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-08-29 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=284527

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #4 from Laurent Montel mon...@kde.org ---
I confirm it

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2012-08-29 Thread S . Burmeister
https://bugs.kde.org/show_bug.cgi?id=284527

S. Burmeister sven.burmeis...@gmx.net changed:

   What|Removed |Added

Version|unspecified |4.9

--- Comment #5 from S. Burmeister sven.burmeis...@gmx.net ---
(In reply to comment #2)
 This notification is given any time I use the Properties dialogue on an IMAP
 resource, even if I make no changes or only change a local property (such as
 the local name).

Indeed, it seems to happen on pretty much any action in the properties
dialogue, changing the retrieving options triggers it as well.

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


[Bug 284527] Error when changing an imap folder's identity (Unknown command SETANNOTATION)

2011-11-23 Thread Szőts Ákos
https://bugs.kde.org/show_bug.cgi?id=284527


Szőts Ákos szots...@gmail.com changed:

   What|Removed |Added

 CC||szots...@gmail.com




--- Comment #1 from Szőts Ákos szotsaki gmail com  2011-11-23 08:21:35 ---
*** Bug 287261 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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