Searched refs:IMAP_REDACTED_LOG (Results 1 – 1 of 1) sorted by relevance
51 static final String IMAP_REDACTED_LOG = "[IMAP command redacted]"; field in ImapConnection364 transport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()370 transport.writeLine(response, (sensitive ? IMAP_REDACTED_LOG : response)); in executeContinuationResponse()