Need a code which enable check mail content

Asked By 30 points N/A Posted on -
qa-featured

I have been working with some Java application which is based on mail base application now I need a code which can able to check mail content to avoid spam and junk contents if you have some code please send to me without including header classes except main class and code file should be named as code check mail java. 

SHARE
Best Answer by John Doctorr
Best Answer
Best Answer
Answered By 0 points N/A #140998

Need a code which enable check mail content

qa-featured

1. Don't run Outlook with the preview window open. That is the window at all-time low right that shows the content of no matter email is highlighted higher than. It's open by default and wishes to be closed manually. Head to read within the high menu bar and click on Preview Pane to shut it. If you retain the window open, it permits email "bugs" to figure, and these tell the sender that you have seen the mail and your address is active. This can be unhealthy news, as a result of active addresses area unit resold throughout the spam business. Additionally flip the preview pane in your Deleted things folder, to avoid gaps the primary deleted mail once you open the folder.

2. Don't open spam if you'll avoid it. Most spam is apparent. The topic lines browse like selling brochures and will contain legion capital letters and exclamation marks. For security reasons, it is best to not open it. Merely delete it uninformed by choosing delete from the left-click mouse menu.

3. If you are not certain that a message is junk, open it once your web affiliation is closed. This stops email bugs and different notes from operating because the transmitter supposed.

Answered By 5 points N/A #140999

Need a code which enable check mail content

qa-featured

Hello,

You can use JavaMail 1.4.1 to read the email messages from your email account. Sometimes, there occurs encoding problem for that messages show strange characters. You can use this link below for code: http://www.programmingwall.com/java/sample-java-code-to-read-mails-from-your-gmail-acc/

Hope, this code will work to read messages from your email account. Here is the link for another code: https://stackoverflow.com/questions/2825887/how-to-write-java-program-to-read-new-emails-from-any-emailid

Hope, this will help you.

Thanks.

Related Questions