Search Results

0
votes
2answers
158 views

passing java mail message object from between applications

I'm using java mail api 1.4.1 to obtain new emails. Two classes are being used to obtain emails and then parsing it. "GetMail" class communicates with mail server(Gmail,yahoo etc) and obtains the m …
0
votes
1answer
111 views

sharing message object between web applications

I need to share java mail message objects between two web applications(A and B). WebApplication A obtains the message and write it to the outputStream for(int i=0;i<mess …
0
votes
1answer
96 views

using java mail message object between web applications

I'm developing a web application which acts as an email client for mobile. In this application user can login and provide numerous email ids for monitoring.There are two main classes in the web app …