Add check for new mail to the pop3 service.

This commit is contained in:
mscott%netscape.com 1999-03-31 19:24:31 +00:00
Родитель 342f358df0
Коммит 7a362b8155
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -66,6 +66,8 @@ public:
NS_IMETHOD GetNewMail(nsIUrlListener * aUrlListener, nsIURL ** aURL) = 0;
NS_IMETHOD CheckForNewMail(nsIUrlListener * aUrlListener, nsIURL ** aURL) = 0;
};
#endif /* nsIPop3Service_h___ */