Home | History | Annotate | Download | only in mail

Lines Matching refs:testAuth

60         HostAuth testAuth = new HostAuth();
61 testAccount.mHostAuthRecv = testAuth;
62 testAuth.mAddress = "pop3.google.com";
63 testAuth.mProtocol = "pop3";
73 testAuth = new HostAuth();
74 testAccount.mHostAuthRecv = testAuth;
75 testAuth.mAddress = "imap.google.com";
76 testAuth.mProtocol = "imap";
85 testAuth = new HostAuth();
86 testAuth.mAddress = "unknown.google.com";
87 testAuth.mProtocol = "unknown";