Searched refs:writeLine (Results 1 – 2 of 2) sorted by relevance
364 transport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()370 transport.writeLine(response, (sensitive ? IMAP_REDACTED_LOG : response)); in executeContinuationResponse()
308 public void writeLine(String s, String sensitiveReplacement) throws IOException { in writeLine() method in MailTransport