What is FreePOP?
FreePOP is an ActiveX control that allows read and delete access to a POP3 mailbox
and the messages in the mailbox. This ActiveX control was developed with
Microsoft Visual Basic 6.0-SP4.
What is new?
Version 4.0.1 was released on August 7, 2000.
Bugs fixed
- In some situations (notably when the CPU was near 100%) that FreePOP would cause a runtime error of 40006 when the .Connect method was executing.
- Some headers were not being processed correctly if there were other similar headers.
- If values for POPPort, MsgCount, or MsgSizeInK were greater than 32,767 a runtime error would occur. These variables have been converted to be of type Long rather than Integer.
Changes
- Previously, the message headers and size of the message were read during the .SetCurrentMsg method. This caused unnecessary overhead for anyone just wanting to see if there were new email messages since last check (by keeping track of each message's .MsgUniqueID property and checking on successive calls). The headers and size of the message are now read on demand by retrieving one of the following properties: MsgHeaders, MsgSubject, MsgFrom, MsgReturnPath, MsgReplyTo, MsgDate, MsgSizeInK, or the GetOtherHeader method). Existing programs should function the same, but it would be wise to now check the .Error property after utilizing one of the above listed properties for the first time following a .SetCurrentMsg method call.
- The display name of the control (Seen from the Components selection dialog) has been changed from "Glenn Harm's FreePOP ...." to "FreePOP ..."
- An event named MsgReadStatus has been added. This event is raised as messages are being read and can be used to display status of the current message being downloaded. Status information available is:
- Message read so far (in K)
- Message size (in K)
- Percent completed
Documentation
The contents of this documentation
file are also in both installation kits below
FAQ (Frequently Asked Questions)
Please check out the FAQ,
prior to sending email for support.
Source code
The Visual Basic source code for FreePOP is now available! Please check FPsource.asp
for current information.
Installation
Full kit: | FreePOPFull.zip | (1,507K) |
|
||
Minimal kit: | FreePOPMinimal.zip | (42K) |
|
Feedback
To give your comments or suggestions,
click here.
Useful Links
www.FrontPeaks.com | Awesome ping/traceroute ActiveX control! |
www.progsharehouse.com | Numerous programming links, tutorials, articles, programs (games, tools, and utilities), tips, source code files, and FAQs covering many programming languages and topics. |
www.shadisoft.com | The home of "Speak & Mail" software |
www.textcontrol.com | Virtually all applications can make use of powerful word processing functions. TX Text Control gives you that power and delivers it in a reusable component form. With TX Text Control, you get hands-on access to the most comprehensive set of word processing features available in a development toolkit. |
www.codesites.com | This site contains a collection of development related links on the Internet. You can automatically post a link or comment on a site that has already been submitted. |
A powerful programming component that allows developers to
easily add into their application sophisticated text formatting and display capabilities typically seen only in large word processing programs. Download the fully featured evaluation version at: www.textcontrol.com |
Send e-mail to Glenn Harm,
the developer.
Accesses since February 15, 1998: