mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Astyle
This commit is contained in:
parent
4e48366243
commit
7cbbd72fac
@ -539,8 +539,7 @@ public class WebDavStore extends Store {
|
||||
info.requiredAuthType = AUTH_TYPE_BASIC;
|
||||
} else if ((info.statusCode >= 200 && info.statusCode < 300) || // Success
|
||||
(info.statusCode >= 300 && info.statusCode < 400) || // Redirect
|
||||
(info.statusCode == 440)) // Unauthorized
|
||||
{
|
||||
(info.statusCode == 440)) { // Unauthorized
|
||||
// We will handle all 3 situations the same. First we take an educated
|
||||
// guess at where the authorization DLL is located. If this is this
|
||||
// doesn't work, then we'll use the redirection URL for OWA login given
|
||||
|
Loading…
Reference in New Issue
Block a user