Categories: Internet and communications
Components for the sending and retrieval of e-mail. Includes components for the SMTP, POP, IMAP and MIME protocols.Features include:- 100% managed C#: no dependencies on third party libraries.- Includes SMTP, POP, IMAP and MIME components- Add one or more attachments to email messages- HTML message support- Email address helper classes for creating and parsing email addresses.- Retrieve attachments from email messages.- Serialization support allows you to store email messages to disk or a database.- International support for multiple character sets.- Thread-safe: critical code blocks are synchronized for use by multiple threads.- Event Model: multiple events for capturing SMTP, POP and IMAP activity.
Set of .NET client components for exchanging data between machines. Includes support for the FTP (File Transfer Protocol) and FTPS (FTP over SSL) protocols.The components offer the ability to transfer files, rename files, delete files, create directories, transfer directories recursively. Using the FTPS connection mode all data is securely exchanged using SSL encryption methods.Features include:- Secure file transfer, AUTH TLS and Implicit SSL support.- Transfer mode support: includes both ASCII and Binary modes.- Multiple file transfer: transfer one or more files matching a regular expression.- Directory transfer: transfer entire directories recursively, automatically recreating directory structure on receiving side.- Progress monitor: built-in event listeners to track the progress of file transfers including bytes transferred, total time and total bytes transferred.- Timeout support.- Ability to interrupt file transfers at any time.- Ability to stream messages exchanged between FTP client and server to a stream.- Memory-based uploads and downloads: ability to upload/download a file from/to memory.- Command execution: send arbitrary commands to FTP servers.- Append support: upload files to FTP servers appending data sent to the end of a file.- Resume support: resume interrupted file transfers.
The TELNET component included with Telnet Factory for .NET provides an interface for exchanging data using the TELNET protocol.Features include:- Scripting API: provides automation of telnet tasks.- Regular expression support: define complex tasks using regular expressions.- Includes Telnet, Rexec, Rsh and Rlogin components.- RFC compliant: fully compliant with RFC 854 and RFC 855.- 100% managed C#: no dependencies on third party libraries.- Multithreaded asynchronous I/O.- Open option negotiation API.- Thread-safe: critical code blocks are synchronized for use by multiple threads.- Event Model: multiple events for capturing telnet activity.