Skip to content

Latest commit

 

History

History
46 lines (44 loc) · 4.66 KB

File metadata and controls

46 lines (44 loc) · 4.66 KB

Clever Internet Suite Demos for VB.NET

Back to README

Program Name Description
Asynchronous TCP client Represends TELNET client that sends commands and receives responses in asynchronous mode.
Certificate Manager Demonstrates how to list, manage, create, import and export certificates.
SMTP with DKIM signer Sends E-mail with DKIM signature via SMTP. Allows you to generate new DKIM key and DNS TXT record.
POP3 with DKIM verifier Receives mail from POP3 mailbox and verifies DKIM signatures.
DNS Lookup Demonstrates how to use the DnsQuery component to obtain DNS information.
Encoder Encodes / decodes files in formats like: UUEncode, Base64 or Quoted Printable.
Form Post Submits user-defined data using controls on the web form, e.g 'First Name', 'Last Name'.
FTP Client FTP client with functionality to resume broken or stopped downloads / uploads from where they left off.
FTP Client (Proxy) Demonstrates how to connect to FTP server via different proxy types.
FTPS Client (FTP+SSL) FTP client with full SSL / TLS support.
FTP Server Implements a fully functional FTP server with multi-session support.
FTPS Server (FTP+SSL) Represents a fully functional FTP server with full SSL / TLS support.
GMail IMAP Client Connects to GMail mailbox via the IMAP4 protocol and uses OAUTH for authorizing the user.
GMail SMTP Client Sends messages from GMail account via the SMTP protocol and uses OAUTH for authorizing the user.
GZip / Deflate Demonstrates using the GZip component for GZIP deflating / inflating data stream.
HTML Parser Parses HTML sources onto html tags, elements and their parameters.
HTTP Client Shows how to download the content of a URL from a Web server.
HTTP Client (Proxy) Demonstrates how to get the content of a URL from a Web server via HTTP proxy.
HTTPS Client (SSL) Gets the content of a URL from a Web server via SSL / TLS encrypted channel.
IMAP4 Client A mail IMAP4 client with functionality similar to MS Outlook.
IMAP4 Client (SSL) Represents IMAP4 client with full SSL / TLS data encryption support.
IMAP4 Server A mail IMAP4 server with keeping messages on the disk like MDaemon.
IMAP4 Server (SSL) Represents a fully functional IMAP4 server with SSL / TLS data encryption.
SMTP / POP3 Progress Demonstrates sending / retrieving emails with displaying the progress information.
Mail Send / Receive Sends and receives emails via SMTP / POP3 protocols.
MS Exchange Mailer Shows how to send MIME mail messages using Microsoft Exchange server drop directory.
News Groups Reader Retrieves news to your local computer via the Network News Transfer Protocol (NNTP).
POP3 Client (SSL) Represents POP3 client with full SSL / TLS data encryption support.
POP3 Server Implements a fully functional POP3 server with keeping messages on the disk like MDaemon.
POP3 Server (SSL) Represents a fully functional POP3 server with SSL / TLS data encryption.
RSS Feed client Allows editing of RSS feed XML, load and save it to the disk.
SFTP client (FTP+SSH) Uploads and downloads files, as well as manages files and directories via the SSH File Transfer Protocol.
SMIME Builds, signs and encrypts email messages.
SMTP Client (Proxy) Demonstrates how to send e-mail via an HTTP Connect proxy.
SMTP Client (SSL) Represents SMTP client with full SSL / TLS data encryption support.
SMTP Relay Creates e-mail and sends it directly to the recipient's server.
SMTP Server Implements a fully functional SMTP server with keeping messages on the disk like MDaemon.
SMTP Server (SSL) Represents a fully functional SMTP server with SSL / TLS data encryption.
Submit File Submits a local file using POST method via HTTP protocol.
Web DAV Shows how to use the WebDAV component to manage remote files on a web server.