Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Indy 组件套件是否提供任何功能或支持或电子邮件转发 或回复...处理。
我希望邮件正文通过发送参数进行扩展。有时使用其他邮件程序,邮件文本会更改为每行的 > 字符。
您使用TIdPOP3或TIdIMAP4来接收电子邮件,并TIdSMTP发送电子邮件。回复/转发只是TIdMessage通过 POP3/IMAP 下载,根据需要更新其收件人、主题等,然后使用 SMTP 发送。
TIdPOP3
TIdIMAP4
TIdSMTP
TIdMessage