Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMTP and POP3 agent written in TCL 1

Status
Not open for further replies.

ZanfoM

Programmer
Jan 11, 1999
1
IT
I nedd info about packages (possibly written in pure TCL) that can perform SMTP and POP3 action, for developing an internal Mail service for our Document Management product written in TCL/TK.<br>

 
This isn't a true answer to your post but... I'm working on such<br>
a package (if it were done it were done I'd pass it on to you).<br>
You might look at rfc-822 for SMTP and rfc-1730 for POP3, if you haven't already. The task is very easy to accomplish with TCL.
 
2 other areas u might want to look into..<br>
<br>
1. Java..<br>
I believe it has some kind of Mail API.<br>
use TCL to call it...<br>
maybe u can implement as a CORBA service..<br>
<br>
u might want to check out a article from JavaReport...<br>
<br>
2. REBOL...<br>
a cross platform script that makes messaging easy...<br>
once again... use it with TCL...<br>
 

A pop3 client is available in tcllib 0.8.
See dev.scriptics.com/software/tcllib.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top