Home
last modified time | relevance | path

Searched refs:propstatStatus (Results 1 – 1 of 1) sorted by relevance

/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/http/request/
H A DExchangeDavRequest.java178 int propstatStatus = 0; in handlePropstat() local
185 propstatStatus = HttpStatus.SC_OK; in handlePropstat()
187 propstatStatus = 0; in handlePropstat()
189 } else if ("prop".equals(tagLocalName) && propstatStatus == HttpStatus.SC_OK) { in handlePropstat()