ce9db25802Updated TIdTCPStream to support write buffering. This is primarily used by TIdMessageClient. When encoding large attachments, sending the encoded data line by line can take a long time on slow connections. Write buffering helps speed it up.
há 15 anos atrás
Remy Lebeau
b1b3a6b42fUpdated SendBody() to allow a single TIdText instance to be present in the MessageParts collection when sending attachments.