Caldav: reinsert the deleteBroken check

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1445 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-09-14 20:22:18 +00:00
parent 0d29cee702
commit 6d1b4e384a
1 changed files with 5 additions and 0 deletions

View File

@ -1304,7 +1304,12 @@ public class DavExchangeSession extends ExchangeSession {
// failover: rebuild event from MAPI properties
if (result == null) {
try {
result = getICSFromItemProperties();
} catch (HttpException e) {
deleteBroken();
throw e;
}
}
// debug code
/*if (new String(result).indexOf("VTODO") < 0) {