WeOnlyDo! COM ImapServer ActiveX control is component that can be easily integrated into your applications to provide full IMAP4rev1 protocol server implementation. All you need to do is to put it on VB form, call it's Start method and it's immediately accepting connections by your clients! It fully supports commands defined in RFC2060.
Since wodImapServer is COM object and not the full application, there's few things developer should look after - simply because COM objects cannot deal with information that should be preserved between the sessions. Most important is to keep UID information (UNIQUE ID) for folders and messages. If you do so - wodImapServer will work flawlessly with any client that connects to it. On each client action wodImapServer will fire appropriate event where you can internally handle the action and return positive or negative result. You should also deal with message flags.
wodImapServer does not deal with message storage - you should do it by yourself. It will deal with structures and references to folders and messages - but actual contents of messages cannot be handled by wodImapServer. Rather, it will depend on your code when messages are accessed, hoping that you provided properly formatted messages and proper flag information. If you don't - it will not complain, but IMAP clients may...
You should consider all wodImapServer folder as virtual folders - none of them doesn't necessarily exist on your system. Each time wodImapServer requires list of folders, or list of messages - event is fired to notify you to populate his collections with appropriate information - and that's all. You can keep messages in database, on external system, or wherever you need - as long as you can provide necessary information on wodImapServer's request.
wodSSHTunnel 1.7.2
wodSSHTunnel component is secure tunneling (based on SSH protocol) component wodSSHTunnel component is server-type component that will add secure tunneling (based on SSH protocol) capabilities to your application. Based on your rules and definitions, it will accept local connections, encrypt it and forward to SSH server (where ...
wodSSH 2.6.5
Client component that provides support for communication with remote console-type services.
Most commonly, it will be used for Telnet based servers (running on UNIX OS), but wodSSH does even more: it allows you to communicate encrypted (and secured ...
wodSFTP 3.5.5
SFTP Client provides secure file transfer functionality over any reliable data The Secure File Transfer Protocol (SFTP Client) provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol.
wodSFTP component implements client ...
wodSmtpServer 2.4.1
wodSmtpServer ActiveX component is SMTP server component WeOnlyDo! SmtpServer ActiveX control is a component that can be easily integrated into your applications to provide full non-relaying Smtp (Simple Mail Transfer Protocol) server implementation.
All you need to do is to put it on VB form, call it's ...
wodTelnetDLX 2.3.5
wodTelnetDLX a telnet client component ready to connect to terminal based client wodTelnetDLX is a telnet client component ready to connect to various terminal based clients, most commonly to UNIX telnet daemon. Besides supported Telnet protocol, it also supports secured communication (through encryption) using well known SSH (SSH1 ...
wodFtpDLX 3.0.4
Secure FTP client ActiveX component that supports FTP, FTPS and SFTP protocol wodFtpDLX is developed as two standalone components:
COM object, that should be used when you want to do all file transfer in the background and is not visible on the form, or GUI ActiveX version that has it's own Explorer-alike window where you can ...
wodFTPServer 3.1.2
ActiveX Component that implements server side of following protocols: FTP, FTP/S (FTPS or FTP+SSL) both in explicit and implicit modes, and SFTP (secure ftp subsystem on SSH2 secured channel).
Support for all 3 protocol is transparent for your programming ...
wodSSHServer 2.0.3
SSH Server ActiveX component ,but also Telnet Server ActiveX as well wodSSHServer is an SSH Server ActiveX component (but also Telnet Server ActiveX as well) that will give you ability to easily add SSH2 (and SFTP) server capabilities to your application, as well as old TELNET server protocol. SSH protocol provides strong ...
wodSmtp 1.5.3
wodSmtp activex client component used to deliver e-mail messages to server ActiveX client component used to deliver email messages directly to the server of the recepient, using SMTP protocol. It automatically finds appropriate server where message should be delivered, or uses SmartHost through Hostname property.
It includes ...
wodPOP3 1.3.1
wodPop3 is used to access mailbox on the server using POP3 protocol ActiveX component that is used to access mailbox on the server using POP3 protocol. Mail found on the server can be retrieved locally(complete messages or only headers) and/or can be deleted from server. Full set of commands for standard operations is ...