[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