Home
last modified time | relevance | path

Searched refs:cmdLine1 (Results 1 – 1 of 1) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp1827 nsAutoCString cmdLine1; in OnSuccess() local
1828 cmdLine1.AppendLiteral("AUTH XOAUTH2"); in OnSuccess()
1829 cmdLine1 += CRLF; in OnSuccess()
1833 if (Pop3SendData(cmdLine1.get(), false)) { in OnSuccess()