Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3Protocol.cpp392 nsPop3Protocol::nsPop3Protocol(nsIURI* aURL) in NS_IMPL_ADDREF_INHERITED()
538 nsPop3Protocol::~nsPop3Protocol() { in ~nsPop3Protocol()
543 void nsPop3Protocol::Cleanup() { in Cleanup()
609 nsresult nsPop3Protocol::RerunUrl() { in RerunUrl()
931 void nsPop3Protocol::Abort() { in Abort()
1090 void nsPop3Protocol::FreeMsgInfo() { in FreeMsgInfo()
1310 int32_t nsPop3Protocol::SendAuth() { in SendAuth()
1384 int32_t nsPop3Protocol::SendCapa() { in SendCapa()
2284 int32_t nsPop3Protocol::GetStat() { in GetStat()
2758 int32_t nsPop3Protocol::GetMsg() { in GetMsg()
[all …]
H A DnsPop3Protocol.h248 class nsPop3Protocol : public nsMsgProtocol,
254 explicit nsPop3Protocol(nsIURI* aURL);
287 virtual ~nsPop3Protocol();
H A DnsPop3Service.cpp232 RefPtr<nsPop3Protocol> protocol = new nsPop3Protocol(aUrlToRun); in RunPopUrl()
452 RefPtr<nsPop3Protocol> protocol = new nsPop3Protocol(aURI); in NewChannel()
H A Dmoz.build21 "nsPop3Protocol.cpp",
H A DnsPop3IncomingServer.cpp566 rv = nsPop3Protocol::MarkMsgForHost(hostName.get(), userName.get(), in MarkMessages()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/public/
H A DnsIPop3Protocol.idl18 * currently defined in nsPop3Protocol.h, perhaps it should be here