https://bugs.kde.org/show_bug.cgi?id=492120

Allen Winter <win...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |win...@kde.org

--- Comment #1 from Allen Winter <win...@kde.org> ---
A few observations:

As a libical guy, I can see right away that the calendar string is invalid
since it doesn't end with a "END:VCALENDAR\r\n"

then looking in EwsFetchCalendarDetailJob::processItems() I see
format.fromString(memcal, mimeContent); not being checked for a failure return
and then properly handled.

maybe something as simple as
`if(!format.fromString(memcal, mimeContent) continue;`
or somesuch

anyway, I can't help test and I'm not up on Akonadi either.
this one interested me because I thought it might point to a bug in libical.  I
don't that that's the case.

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

Reply via email to