Searched refs:IMAP_CLOSE_NUT (Results 1 – 4 of 4) sorted by relevance
34 private static String IMAP_CLOSE_NUT = "CLOSE_NUT"; field in CvvmProtocol51 if (command == OmtpConstants.IMAP_CLOSE_NUT) { in getCommand()52 return IMAP_CLOSE_NUT; in getCommand()
70 private static final String IMAP_CLOSE_NUT = "CLOSE_NUT"; field in Vvm3Protocol179 case OmtpConstants.IMAP_CLOSE_NUT: in getCommand()180 return IMAP_CLOSE_NUT; in getCommand()
201 public static final String IMAP_CLOSE_NUT = "XCLOSE_NUT"; field in OmtpConstants
418 String command = getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CLOSE_NUT); in closeNewUserTutorial()