Summary | Horde & Kontact issues with Kolab backend |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , jan (at) horde (dot) org |
Requester | vovan (at) planet (dot) nl |
Created | 12/15/2005 (7248 days ago) |
Due | |
Updated | 02/07/2006 (7194 days ago) |
Assigned | 12/15/2005 (7248 days ago) |
Resolved | 02/07/2006 (7194 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
same result could be achieved with fewer lines.
Assigned to
Taken from stuart
Queue ⇒ Horde Framework Packages
New Attachment: fix_editing_of_multipart_mails.patch
the attached patch should fix this issue. The problem was that
'multipart' is used a key of an array,
so accessing the array with 'Multipart' will fail :(
PHP really sucks in some aspects ;)
Ciao,
Tobias
Queue ⇒ Kolab
with Mulipart/Mixed...! Sould be easy whay of solving the issue. I
tried looking in lib/Horde/MIME, but unfortunatelly still don't have a
fix. (I'm not very familar with Horde framework :( )
entries created by Kontact, but can't save any changes to them?
Kolab(IMAP) backend have the same probem, so it looks like
framework/libs problem.
Assigned to stuart
State ⇒ Assigned
entries created by Kontact, but can't save any changes to them?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde & Kontact issues with Kolab backend
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
with rewriting Contacts/Notes/Tasks.. originally created with Kontact. So,
after analysing the IMAP messages format created by Kontact finally I found
what it is. I know it will sound quite funny, but the problem is that Kontcact
created a mail message with "Content-Type: Multipart/Mixed", but Horde can
read the message correctly, but can rewrite it only if "Content-Type:
multipart/mixed"..... so it's CASE SENSITIVE!!! I didn't believe for the
first time, but it is! Now the question is what's the best way to
correct it and where?
Vlad