|
|
|
Download Now!
Visit Homepage
Screen Shot
Read 1 review
Write a Review
|
Report a broken link
|
|
User Rating:
Rate It
|
|
YahooPOPs! Publisher's Description:
Yahoo! Mail disabled free access to its POP3 service in April 2002. This resulted in many people (including myself) to look for alternative free POP3 services. But this exercise can be very difficult because of the fact that your Yahoo! Mail address could be with several people and informing all of them about your new email address could prove to be a nightmare. So, YahooPOPs! was born.
YahooPOPs! is an open-source initiative to provide free POP3 access to your Yahoo! Mail account. YahooPOPs! is available on the Windows and Unix platforms.
This application emulates a POP3 server and enables popular email clients like Outlook, Netscape, Eudora, Mozilla, Calypso, etc., to download email from Yahoo! accounts.
|
| Specifications |
| Last Updated: |
Sun Apr 16 2006 |
| Version: |
0.4.3 |
| License: |
Freeware |
| Price/Registration Fee: $ |
Free |
| File size: |
3805KB |
| Operating System: |
Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 |
| Company: |
YahooPOPs! |
Works like a charm!
Reviewed by: DSCHESTE, Thu Dec 30 2004
Very nice feature, I was thinking of many ways to get my mail in outlook from yahoo.
Untill April 2002 the POP service was free, but then Yahoo decided to introduce a flat charge.
I am using my yahoo account since 95 and was not about to surrender it.
I have written 2 scripts for Outlook, the first one activates yahoo pops, the second one kills the process, so I launch the yahoopops only when I check my email and do not have it all the time in background.
Cheers.
Here is the code:
Public shell_str As String Public Declare Function GetWindowText _ Lib "user32" _ Alias "GetWindowTextA" ( _ ByVal hWnd As Long, _ ByVal lpString As String, _ ByVal cch As Long _ ) As Long Public Declare Function FindWindow _ Lib "user32" _ Alias "FindWindowA" ( _ ByVal lpClassName As String, _ ByVal lpWindowName As String _ ) As Long Public Declare Function GetWindowThreadProcessId _ Lib "user32" ( _ ByVal hWnd As Long, _ lpdwProcessId As Long _ ) As Long Public Declare Function GetParent _ Lib "user32" ( _ ByVal hWnd As Long _ ) As Long Public Declare Function GetWindow _ Lib "user32.dll" ( _ ByVal hWnd As Long, _ ByVal wCmd As Long _ ) As Long Public Declare Function PostMessage _ Lib "user32" _ Alias "PostMessageA" ( _ ByVal hWnd As Long, _ ByVal wMsg As Long, _ ByVal wParam As Long, _ lParam As Any _ ) As Long Const WM_CLOSE = &H10 Sub Start_yahoo() shell_str = Shell("C:\Program Files\YahooPOPs\YahooPOPs.exe", 0) End Sub
Sub Kill_yahoo() Dim proc_id As Long, win_handle As Long Dim buf As String, buf_len As Long proc_id = shell_str ' MsgBox proc_id If proc_id = 0 Then MsgBox "Error" Exit Sub End If win_handle = HandleFromProcId(proc_id) buf = Space$(256) buf_len = GetWindowText(win_handle, buf, Len(buf)) buf = Left$(buf, buf_len) PostMessage win_handle, WM_CLOSE, 0&, 0& End Sub
'Return the window handle from the Shell function 'used from an examples found on API Viewer Private Function HandleFromProcId(ByVal proc_id As Long) As _ Long Dim test_hwnd As Long Dim test_pid As Long Dim test_thread_id As Long Const GW_HWNDNEXT As Long = 2
test_hwnd = FindWindow(ByVal vbNullString, ByVal vbNullString)
' Loop until we find the target or we run out ' of windows. Do While test_hwnd <> 0 ' See if this window has a parent. If not, ' it is a top-level window. If GetParent(test_hwnd) = 0 Then ' This is a top-level window. See if ' it has the target instance handle. test_thread_id = _ GetWindowThreadProcessId(test_hwnd, _ test_pid)
If test_pid = proc_id Then ' This is the target. HandleFromProcId = test_hwnd Exit Do End If End If
' Examine the next window. test_hwnd = GetWindow(test_hwnd, GW_HWNDNEXT) Loop End Function
87 of 112 people found this review helpful
<- ymDataTraveler! |
YL-Mail-Verifier ->
Related Products:
McAfee SpamKiller
Get the email you want and nothing else. McAfee.com SpamKiller quickly and easily helps ...
MailWasher Pro
MailWasher Pro is your answer to getting rid of spam, viruses and unwanted e-mail. ...
Nelson Email Organizer - NEO
IMAGINE YOUR EMAIL INSTANTLY ORGANIZED !
A companion product to Microsoft Outlook ...
Lydia Email Agent
Lydia Email Agent is a small, fast windows program that monitors up to 15 email accounts.
...
LashBack
Stop spam forever!
Automatically eliminate spam.
Automatically be removed from ...
DynAdvance Notifier
DynAdvance Mail Notifier is a program that notifies you when you have new E-mail on a ...
WebMailTrap
Extract, Archive Save and Merge Attachments. Archive and forward Messages from any POP3 ...
Mail Manager
Mail Manager 1.0 delivers email fast and secure,directly to your customer inbox using ...
|
|