Searched refs:useSSL (Results 1 – 3 of 3) sorted by relevance
288 bool useSSL = argc > 4; in main() local289 uint16 port = useSSL ? 993 : 143; in main()293 useSSL ? " with SSL" : "", address.Port()); in main()295 status_t status = sProtocol.Connect(address, user, password, useSSL); in main()
62 bool useSSL = true);
46 const char* password, bool useSSL) in Connect() argument49 if (useSSL) in Connect()