wodPop3Server - Version 1.5.0 WeOnlyDo! COM Pop3Server ActiveX control is a componentthat can be easily integrated into your applications toprovide full Pop3 protocol server implementation. Allyou need to do is to put it on VB form, call it's Startmethod and it's immediately accepting connections byyour clients! It fully supports commands defined inRFC1939. Use your favorite mail client (such as Outlook Expressor Eudora) to read mail provided by your ownapplication. How? That's easy part: just putwodPop3Server control on your form, add some codearound and it's all setup to be used.If you dislike adding additional code - it's fine bywodPop3Server. It will still work, and reject all theclients (with bad username/password error). But, if youadd login capabilities using 'Connected' event (that'seasy part - set Action = Allow for specificusername/password combination). Still, if you want tomake real Pop3 server application, look no more fornative support for socket related material - you justfound it.wodPop3Server will deal with clients and connections -you must deal with messages. Once new user logs on toyour Pop3 server, you need to provide any kind ofinformation about his mail. This is really easy task.If you keep all the emails in separate files, that'sjust great for usage with wodPop3Server. If you prefer to keep it in one large file - we willnot argue about it. You can specify filename, starting and ending positionfor each email in mailbox, and WeOnlyDo! Pop3Serverwill pass it to remote client with ease. However, youmight have some small problems maintaining such mailboxsince sometimes it needs to delete messages, changestatus, etc.. But don't worry - it all can be doneafter user logs off.