David Faure
e785987e14
Better fix for "new account doesn't appear" (it takes time for the INBOX to appear, so connect to finishedCheck signal)
...
Fix for "wrong account selected" (kolab issue 251)
svn path=/branches/proko2/kdepim/; revision=330018
22 years ago
David Faure
08f21fbb8c
Should fix the bug when setting up a 2nd client which syncs XML groupware folders,
...
although I'm not sure why mContentsTypeChanged is true for michel and not for me.
Anyway this check looks more correct: it's now the opposite of the check before
setAnnotation().
svn path=/branches/proko2/kdepim/; revision=329967
22 years ago
David Faure
53cdc95cfb
Refresh account combo after creating/deleting accounts. Kolab issue 247.
...
svn path=/branches/proko2/kdepim/; revision=329930
22 years ago
David Faure
8317469d53
Fixed crash
...
svn path=/branches/proko2/kdepim/; revision=329908
22 years ago
David Faure
809901c438
Set storage format to XML when seeing the kolab annotation
...
svn path=/branches/proko2/kdepim/; revision=329877
22 years ago
David Faure
c89d4b3216
sync with changed done in HEAD
...
svn path=/branches/proko2/kdepim/; revision=329617
22 years ago
David Faure
9e394e887c
same as in HEAD: adapt to identitymanager API change
...
svn path=/branches/proko2/kdepim/; revision=329615
22 years ago
David Faure
2293dfcb91
YESSS! Reloading of pictures works: partId() are empty, use the attachment's filename instead.
...
svn path=/branches/proko2/kdepim/; revision=328850
22 years ago
David Faure
4a11168587
Fixed typo in url
...
svn path=/branches/proko2/kdepim/; revision=328807
22 years ago
David Faure
b1ea1871f3
workaround KMMsgBase::assign braindamage (mParent shouldn't be copied over!)
...
I'm too chicken to dare fixing the bug there though...
svn path=/branches/proko2/kdepim/; revision=328805
22 years ago
David Faure
ccad4b7470
oops
...
svn path=/branches/proko2/kdepim/; revision=328794
22 years ago
David Faure
dc01552095
Marc says we should always deleteMsg/addMsg when modifying it.
...
svn path=/branches/proko2/kdepim/; revision=328792
22 years ago
David Faure
b2c1aeb4fe
No need to have the english text twice for english-speaking users
...
svn path=/branches/proko2/kdepim/; revision=328786
22 years ago
David Faure
d6a0e3c45b
Fixed wrong test (copy-n-paste error), doesn't matter much though since by contract
...
the 3 qstringlists have the same number of items
svn path=/branches/proko2/kdepim/; revision=328761
22 years ago
David Faure
f160176b33
Some parameter-checking.
...
Fixed wrong return value in update() when the mail exists already.
svn path=/branches/proko2/kdepim/; revision=328753
22 years ago
Karl-Heinz Zimmer
72b651edce
1. Add a nice text/plain part as first body part of our internal kolab storage mails: just in case somebody looks at them with a non-kolab-compatible MUA. 2. Change a few parameter names (now showing a leading "attachment" to make them better readable/understandable. 3. Add an attachmentNames parameter to the kolab update() function: we want to specify our attachments' names explicitely instead of just writing "kolab.xml" everywhere.
...
svn path=/branches/proko2/kdepim/; revision=328712
22 years ago
David Faure
0f62988f88
apply patch from HEAD
...
svn path=/branches/proko2/kdepim/; revision=327372
22 years ago
David Faure
5885613e91
Merge commit from HEAD
...
svn path=/branches/proko2/kdepim/; revision=327363
22 years ago
David Faure
04349fd87a
sync with head
...
svn path=/branches/proko2/kdepim/; revision=327360
22 years ago
David Faure
9baba5b73a
Don't set a charset for multipart/mixed, it gives the famous
...
WARNING: KMMessage::setCharset(): trying to set a charset for a non-textual mimetype.
svn path=/branches/proko2/kdepim/; revision=327177
22 years ago
David Faure
086bf681ac
Don't crash
...
svn path=/branches/proko2/kdepim/; revision=327065
22 years ago
David Faure
c710c35da7
unused file removed
...
svn path=/branches/proko2/kdepim/; revision=327063
22 years ago
David Faure
5bbc24450a
Like the comment says, prevent double-connections after creating the groupware folders
...
svn path=/branches/proko2/kdepim/; revision=327038
22 years ago
David Faure
8a29ba0d92
Set the annotation at the right place (requires patched cyrus imapd, patch
...
will hopefully be soon integrated into cyrus releases)
svn path=/branches/proko2/kdepim/; revision=326819
22 years ago
David Faure
2531a805af
Only list accounts which have an inbox. Yeah in theory they all have, but you never know.
...
The code makes it easier to filter out which accounts should be shown, now, in any case.
svn path=/branches/proko2/kdepim/; revision=326817
22 years ago
David Faure
67075fdd5f
Don't create the groupware folders under "Local Folders" if the account that was
...
holding them was deleted (or the parent folder of the groupware ones was removed),
that makes no sense.
svn path=/branches/proko2/kdepim/; revision=326815
22 years ago
David Faure
7449ec7c5e
The stuff I forgot to commit for the kolab notes resource to work
...
(in particular when using dnd in kmail). Factorize code, find uid by parsing XML, etc.
Also fixed wrong logic where many folders were registered as "extra folders" erroneously.
But I wonder if now they can never be registered, due to mUseResourceImap being false
on startup...
svn path=/branches/proko2/kdepim/; revision=326151
22 years ago
David Faure
99348f3be4
Just to look nice: update subject of the mail when updating the title of the note.
...
OK, the notes resource is complete now.
svn path=/branches/proko2/kdepim/; revision=326032
22 years ago
David Faure
cf8e067c11
Fixed the code replacing the attachment (when editing the note) to find the attachment
...
by its content-type.
svn path=/branches/proko2/kdepim/; revision=326026
22 years ago
David Faure
1e3b9f5a95
Added mimetypes argument, to save the correct mimetype in the xml attachment.
...
Don't store the tempfile name in the mail; named the attachment "kolab.xml" instead.
svn path=/branches/proko2/kdepim/; revision=325951
22 years ago
David Faure
2c41a01b90
QCString subject -> QString subject
...
svn path=/branches/proko2/kdepim/; revision=325935
22 years ago
Karl-Heinz Zimmer
46ceffc23e
Allow specification of a Subject header text for internal kolab data that are to be stored by KMail.
...
svn path=/branches/proko2/kdepim/; revision=325133
22 years ago
Karl-Heinz Zimmer
ac68509380
oops
...
svn path=/branches/proko2/kdepim/; revision=325067
22 years ago
Karl-Heinz Zimmer
af52a3b7ea
Save the XML attachment(s) of Kolab storage mails.
...
svn path=/branches/proko2/kdepim/; revision=325016
22 years ago
David Faure
0420a9b7d9
utf8 is no CTE. Let's have CTE==8bit
...
(so that the XML files can be validated from the disk storage, hopefully)
and charset=utf8
svn path=/branches/proko2/kdepim/; revision=324928
22 years ago
David Faure
8debe53e91
Improved error handling (print more meaningful messages than "not an imap resource folder")
...
Spotted a few wrong return values and a wrong folderById instead of folderResource in deleteIncidenceKolab.
svn path=/branches/proko2/kdepim/; revision=324923
22 years ago
David Faure
0d64b7fba0
Fixed "QGDict::hashKeyString: Invalid null key" warning
...
svn path=/branches/proko2/kdepim/; revision=324903
22 years ago
Karl-Heinz Zimmer
9d612885d7
prevent from crashing when the Misc configure tabpage is entered
...
svn path=/branches/proko2/kdepim/; revision=324885
22 years ago
David Faure
5c59d5fb1d
Don't try to sync folders that were just deleted from the client (and then the server)
...
(the symptom was a "could not list folder foobar, no such folder" error box).
Strange that I didn't see that one before (probably the imappath was reset?)
svn path=/branches/proko2/kdepim/; revision=324884
22 years ago
Bo Thorsen
196c101692
Fix the fix: Returning the serial number. I hate int returns for error stuff :-(
...
svn path=/branches/proko2/kdepim/; revision=324880
22 years ago
Bo Thorsen
a8e26a6863
Fix returning the serial number
...
svn path=/branches/proko2/kdepim/; revision=324879
22 years ago
Bo Thorsen
b341b4dad3
Less dense but more readable code. Only cosmetic
...
svn path=/branches/proko2/kdepim/; revision=324870
22 years ago
Bo Thorsen
d9387cf3d4
findMessageBySerNum complains when asking with a nonexisting serialnumber. So don't even try, when we know it's wrong
...
svn path=/branches/proko2/kdepim/; revision=324868
22 years ago
Bo Thorsen
e9b39b79ee
Add a method to locate the xml folder. This list of methods to locate folders needs cleaning up
...
svn path=/branches/proko2/kdepim/; revision=324867
22 years ago
David Faure
75915331dd
reorder - setContentsType looks into the map
...
svn path=/branches/proko2/kdepim/; revision=324857
22 years ago
Karl-Heinz Zimmer
eb96fe4486
Enable KMail to store/update/delete single attachments of a Kolab mail without touching other attachments that might be stored inside the same mail.
...
svn path=/branches/proko2/kdepim/; revision=324806
22 years ago
David Faure
2d713516d3
Port aegypten fixes from HEAD
...
svn path=/branches/proko2/kdepim/; revision=324636
22 years ago
Bo Thorsen
1955a0624a
Return the serial number instead of just a bool
...
svn path=/branches/proko2/kdepim/; revision=324629
22 years ago
Bo Thorsen
da790ba09a
Tell the sernum for quicker access
...
svn path=/branches/proko2/kdepim/; revision=324599
22 years ago
David Faure
b3d8b11512
CVS_SILENT --debug
...
svn path=/branches/proko2/kdepim/; revision=323119
22 years ago