Re: Use JavaMail to access SquirrelMail?
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 22 May 2008 17:00:12 GMT
On Thu, 22 May 2008 04:19:56 -0700 (PDT), ngxfer001@xxxxxxxxx wrote,
quoted or indirectly quoted someone who said :
I would like to know is there anyway to get the mail content directly
from the squirrelmail without connecting to the company mail server.
Cause my program plan to use outside the company, I am worried that I
will have a problem for connecting to the company's mail server
directly.
JavaMail is designed to connect to SMTP or POP3 server and perhaps one
other. Presumably SquirrelMail uses a different protocol. If so,
JavaMail would likely be useless, though you might cannibalise parts
of it, for taking message apart if they use the same way of
compounding messages.
Use a packet sniffer to see how similar the protocols are.
http://mindprod.com/jgloss/sniffer.html
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- Follow-Ups:
- Re: Use JavaMail to access SquirrelMail?
- From: Donkey Hot
- Re: Use JavaMail to access SquirrelMail?
- References:
- Use JavaMail to access SquirrelMail?
- From: ngxfer001
- Use JavaMail to access SquirrelMail?
- Prev by Date: Re: "Lock" on object - Synchronized keyword
- Next by Date: Re: Optimisation for animated MultipleGradientPaint code
- Previous by thread: Re: Use JavaMail to access SquirrelMail?
- Next by thread: Re: Use JavaMail to access SquirrelMail?
- Index(es):
Relevant Pages
|