Software Listing of Author : "Weonlydo"
- wodImapServer for HTML Mail
- License: Shareware
- Price:


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. wodImapServer is IMAP4rev1 implementation as defined by 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...
- Platform: ASP.NET, Scripts
- wodPop3 for HTML Mail
- License: Shareware
- Price:


wodPop3 is a Client 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 the server. Full set of commands for standard operations is supported. Using wodPop3 you can easily get information about contents of your mailbox. For each message found on the server, wodPop3 will create new Message object in Messages collection, allowing you easily to check the message size and UID (this information is known immediately on connection), and determine if you will download the message or not. For slow connections there is also ability to download only headers. You can just let wodPop3 download all the email for you - it supports method to download all messages and to download all headers - allowing you...
- Platform: ASP.NET, Scripts
- wodPop3Server for HTML Mail
- License: Shareware
- Price:


WeOnlyDo! COM Pop3Server ActiveX control is a component that can be easily integrated into your applications to provide full Pop3 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 RFC1939. Use your favorite mail client (such as Outlook Express or Eudora) to read mail provided by your own application. How? That's easy part: just put wodPop3Server control on your form, add some code around and it's all setup to be used. If you dislike adding additional code - it's fine by wodPop3Server. It will still work, and reject all the clients (with bad username/password error). But, if you add login capabilities using 'Connected' event (that's easy part - set Action = Allow for specific...
- Platform: ASP.NET, Scripts
- wodSmtp for HTML Mail
- License: Shareware
- Price:


wodSmtp is a Client ActiveX Component that is used to deliver email messages directly to the server of the recipient, using SMTP protocol. It automatically finds appropriate server where message should be delivered, or uses SmartHost through Hostname property. It includes several one-line methods for sending entire email (including attachments). It can also load prepared messages (created with Outlook, Outlook Express or any other client), reformat it, change its properties, and send automatically. Using wodSmtp you can easily get create new message and send it to destination SMTP server. wodSmtp will try all mail-exchanger hosts defined for the recipient, and will try to deliver as long as message isn't successfully delivered. If delivery fails (for whatever reason), you will be notified about it through events. Messages can be...
- Platform: ASP.NET, Scripts
- wodSmtpServer for HTML Mail
- License: Shareware
- Price:


WeOnlyDo! SmtpServer ActiveX control is a component that can be easily integrated into your applications to provide full relaying Smtp (Simple Mail Transfer 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 RFC2821. Use your favorite mail client (such as Outlook Express or Eudora) to send mail to other users on your network . How? That's easy part: just put SmtpServer control on your form, add some code around and it's all setup to be used. If you dislike adding additional code - it's fine by Smtp. It will still work, and accept all emails but delete them immediately after user disconnects. But, if you define real filename on your disk, all the emails will be stored to that file. Still,...
- Platform: ASP.NET, Scripts