Checking Emails
There are two aspects to which needs to understood before proceeding with this chapter. They are Check and Fetch. To check or fetch an email using JavaMail API, we would need POP or IMAP servers. To check and fetch the emails, Folder and Store classes are needed. Here we have used GMAIL’s POP3 server (pop.gmail.com). In this chapter […]