mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-05 18:58:02 -05:00
Caldav: add iOS6 user agent
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2044 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
fc34c30e57
commit
8e48d6da3d
@ -1440,7 +1440,7 @@ public class CaldavConnection extends AbstractConnection {
|
||||
}
|
||||
|
||||
protected boolean isIcal5() {
|
||||
return isUserAgent("CoreDAV/") || isUserAgent("iOS/5")
|
||||
return isUserAgent("CoreDAV/") || isUserAgent("iOS/5") || isUserAgent("iOS/6")
|
||||
// iCal 6
|
||||
|| isUserAgent("Mac OS X/10.8");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user