2
edits
(Absolute must features) |
(Eudora's support fto be run to send generated messages) |
||
Line 2,346: | Line 2,346: | ||
Robert. | Robert. | ||
== Eudora's support fto be run to send generated messages == | |||
Perhaps the most critical feature for me in Eudora is the ability to call Eudora from our C++ application and send an email message. | |||
We build a text file containing the email message with headers: | |||
Date: xxx | |||
To: xxx | |||
From: xxx | |||
Subject: xxx | |||
(messge) | |||
Then we run eudora with the filename as the one command line argument using WinExec. | |||
The second feature in Eudora is the inverse where I run C++ programs to process emails I recieve. | |||
These two features permit vast flexability in the handling of emails and responses. | |||
Wendell Smith |
edits