Home | History | Annotate | Download | only in mail

Lines Matching refs:testAuth

65         HostAuth testAuth = new HostAuth();
66 testAccount.mHostAuthRecv = testAuth;
67 testAuth.mAddress = "pop3.google.com";
68 testAuth.mProtocol = "pop3";
78 testAuth = new HostAuth();
79 testAccount.mHostAuthRecv = testAuth;
80 testAuth.mAddress = "imap.google.com";
81 testAuth.mProtocol = "imap";
90 testAuth = new HostAuth();
91 testAuth.mAddress = "unknown.google.com";
92 testAuth.mProtocol = "unknown";