Main > Free Download Search >

Free ssl pop3 software for windows

ssl pop3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1085
Defzone SSL 2.13

Defzone SSL 2.13


Defzone SSL is a superior and tractable tool VPN client software that can connect to Defzone appliances or Openvpn endpoints. more>>

Defzone SSL 2.13 is a superior and tractable tool VPN client software that can connect to Defzone appliances or Openvpn endpoints. The manual is to be downloaded from the Web site. This version enables you to run the tunnel as a service in a very easy way so you can have a single sign on option when you want to logon to a domain. The configuration is a one-minute process.

<<less
Download (7.5MB)
Added: 2009-07-21 License: Freeware Price: $0.00
downloads
Aloaha POP3 SDK 3.6.1

Aloaha POP3 SDK 3.6.1


POP3 SDK allows you to be able to access a POP3 server with minimal knowledge of how POP3 works and very little code. There are many features for simplifying tasks of accessing an POP3 server. It can be accessed by a scriptable language such as VBScript and ASP. Visit the FAQ: news://news.aloaha.com more>> <<less
Download (2.6Mb)
Added: 2009-03-16 License: Freeware Price: Free
188 downloads
SSL Scavenger

SSL Scavenger


SSL certificate verification utility more>> SSL certificate verification utility

The SSL Scavenger application was designed to go throgh a specified list of IP addresses and finds out SSL verification errors (expiration date in a chain namely).
If you have huge amount of SSL boxes and dont have expiration inventory of those, this will help tremendously. The application expects start IP address and number of IPs to check.
System requirements:
- .NET Framework 2.0

<<less
Download (340KB)
Added: 2008-09-30 License: Freeware Price: FREE
388 downloads
SSL Diagnostics 1.1.34.0

SSL Diagnostics 1.1.34.0


A small tool that allows users to review configuration information in a easy to read view mode or to run the tool silently with only the creation of a log file more>> <<less
Download (532KB)
Added: 2008-09-30 License: Freeware Price: FREE
442 downloads
OstroSoft POP3 Component 2.4.2

OstroSoft POP3 Component 2.4.2


OSPOP3.dll is a COM library for retrieving email messages from POP3 mailserver. more>> OSPOP3.dll is a COM library for retrieving email messages from POP3 mailserver, checking mailbox status, parsing retrieved messages from Visual Basic 6 and other programming and scripting languages, supporting COM.<<less
Download (262KB)
Added: 2007-11-21 License: Freeware Price: Free
705 downloads
POP3 Easy 1.40

POP3 Easy 1.40


E-mail notification utility more>> POP3 Easy is a FREE utility that automatically checks unlimited number of POP email and Hotmail accounts and notifies you of new emails you have received. POP3 Easy runs in your system tray (the area next to the clock on your computer). With just a few configuration settings, POP3 Easy will automatically check your mail, including your Hotmail account, as often as you like. When youve got new email youll be reported which account has new email. You will see the sender, the subject, the date and time and the size of all the messages. When new e-mail arrives, a flashing icon appears in your system tray. You can also delete the messages on the server without having to download them with your email program.

Features of POP3 Easy are: It supports POP3 and Hotmail email. It can checks unlimited numbers of email accounts. You can customize the email notification. It checks your email accounts at any time you want. It connects you automaticaly to your Hotmail email accounts inbox. You can see all your new emails from all your accounts in one window. View your e-mail. Delete messages from server. Its FREE. Its easy.

<<less
Download (4.4M)
Added: 2008-10-24 License: Freeware Price:
373 downloads
 
Other version of POP3 Easy
POP3 Easy 1.29POP3 Easy is a FREE utility that automatically checks unlimited number of POP... Features of POP3 Easy are:It supports POP3 and Hotmail email. It can checks unlimited numbers
License:Freeware
Download (4.37MB)
931 downloads
Added: 2007-04-06
POP3 Easy 1.11>POP3 Easy is a FREE utility that automatically checks unlimited number of POP email ... Features of POP3 Easy are: It supports POP3 and Hotmail email. It can checks unlimited numbers
Price: $0.00
License:Freeware
Download (4300K)
2598 downloads
Added: 2002-10-11
Chilkat SSL COM Component 3.0.0

Chilkat SSL COM Component 3.0.0


Chilkat SSL is a free COM component that makes it extremely easy to communicate securely over a TCP socket using either the SSLv3 or TLSv1 protocols. more>>

Chilkat SSL is a free COM component that makes it extremely easy to communicate securely over a TCP socket using either the SSLv3 or TLSv1 protocols. This component is designed to be used by C++ applications, and cannot be used from Visual Basic or ASP.

Whats new in this version: None

<<less
Download (0.95MB)
Added: 2008-09-07 License: Freeware Price: $0
419 downloads
Baby POP3 Server 1.04

Baby POP3 Server 1.04


Baby POP3 Server - Simple POP3 server, which doesn?t take many resources and supports most of the standard POP3 commands more>>
Baby POP3 Server - Simple POP3 server, which doesn?t take many resources and supports most of the standard POP3 commands Baby POP3 Server is a simple POP3 server, which doesn?t need many resources and supports most of the standard POP3 commands.
POP3 Server classes:
- CListenSocket
This socket accepts all incoming connections. When a client connects to the server, CListenSocket accepts the connection and creates a new thread (CClientThread) that will take care of all further communication between the client and the server. After the thread has been created, CListenSocket will return to its waiting state.
- CClientThread
This thread will handle all communication between the client and the server using CControlSocket.
- CControlSocket
This socket class will process all incoming POP3 commands and send back the response to the client. CControlSocket is basically the class where all the good stuff is happening:
Validate user login
Read mail directory and keep track of changes (deleting mail).
When requested, send messages to the client.
- CMonitorThread
This thread monitors the mail drop folder for incoming messages (from the SMTP server). When a new message is dropped into this folder, its header will be checked to determine the receiver. If this receiver has a user account on our server the messages will be copied to his/her mailbox. If the server cant determine the receiver, the messages will be moved to the admin mailbox.
CMonitorThread uses FindFirstChangeNotification to find out if there are any new messages in the mail drop folder. Unfortunately ReadDirectoryChangesW is not available under all versions of Windows(this function tells us exactly what has changed in the specified directory) , so I had to reproduce its functionality by keeping track of the changes myself.
- Configuration:
To make this POP3 server useful you must also have a SMTP server installed. Microsofts SMTP server from ISS will be fine (included with Windows NT/2000/XP). Usually this SMTP will have a mail drop folder were it will drop incoming messages. Microsofts SMTP server uses c:inetpubmailrootdrop by default.
This mail drop folder is the input folder for our POP3 server, so open the Settings dialog and set the mail folder.
The time-out setting lets you specify the time-out value for receiving data. When clients become idle for too long the connection will be closed.
In User Accounts you can Add/Edit and Delete user accounts. The admin account is default and cant be removed.
- TODO:
Implement any missing commands.
Add mailbox locking (so multiple users cant log into the same mailbox).
Add domain checking.
Make lots of money by selling this software instead of giving it away for free...
Features:
- Supports most RFC1939 POP3 commands
- Supports multiple POP3 user accounts
- Integration with Microsoft SMTP server
- Multi threaded
Enhancements:
- Fixed: Timing problem while monitoring Drop folder.
<<less
Download (36.7KB)
Added: 2006-01-13 License: Freeware Price:
1386 downloads
POP3 Checker 1.0

POP3 Checker 1.0


POP3 Checker is an e-mail notification utility more>>
POP3 Checker is an e-mail notification utility that is able to check multiple accounts for new mail.
A pop up visual message lets you know that mail has arrived and then you can launch the default external mail reader.
<<less
Download (731KB)
Added: 2006-06-20 License: Freeware Price:
1240 downloads
POP3 Cleaner 2.0

POP3 Cleaner 2.0


POP3 Cleaner is a program making the connection to your mail server and displaying you mails (including sender, subject and size) in your account with no need to download them. more>>

POP3 Cleaner 2.0 is a program making the connection to your mail server and displaying you mails (including sender, subject and size) in your account with no need to download them. There's a built-in account manager to store multiple account information. You have the possibility to delete spam, multiple, already-downloaded-but-not-deleted mails or any other unpleased mails directly from the server.

<<less
Download (34.3KB)
Added: 2001-09-06 License: Freeware Price:
492 downloads
 
Other version of POP3 Cleaner
POP3 Cleaner 1.00 beta, virus-containing messages, bug-generating mail or messages with large filesize, then POP3 ... dont want to download - if your POP3 mail server is unreachable with a classic e-mail client or if
License:Freeware
Download (175KB)
1627 downloads
Added: 2006-09-19
POP3 preview LITE 8.5 build 280605-080821

POP3 preview LITE 8.5 build 280605-080821


Check of messages on the POP3 server. more>>
Check of messages on the POP3 server with ability to delete message from the server, without urgency to download it.
Next, you can safely download attachments so it doesnt try to run any from them.
It is possible to apply simple Spam filter.
<<less
Download (714KB)
Added: 2005-08-08 License: Freeware Price:
1538 downloads
 
Other version of POP3 preview
POP3 preview LITE 8.5Check of messages on the POP3 server with ability to delete message from ...POP3 preview LITE 8.5 is created to check messages on the POP3 server with ability
License:Freeware
Download (714.8Kb)
14 downloads
Added: 2009-03-16
POP3 preview LITE 8.5Check of messages on the POP3 server with ability to delete message from the server
Price: $0.00
License:Freeware
Download (717KB)
1578 downloads
Added: 2005-06-28
POP3 Preview 1.0mail (POP3) server without the need to download the whole message. Based on the information in ... - Configure multiple POP3 e-mail accounts. - Junk E-mail Filter - Blocked Sender List - Safe
License:Freeware
Download (80KB)
381 downloads
Added: 2008-10-13
Vallen POP3 Mail Checker 2.03 Build 2006.1213

Vallen POP3 Mail Checker 2.03 Build 2006.1213


The simple pop3 client to access and delete mails before downloading more>>
Do you know the problem, when out of office you want to access your mail account but you know that there are hundreds of spam mails and huge e-mails you dont need.
Vallen POP3 Mail Checker is anemail client that access and delete mails before downloading.
You want a tool that allows you to quickly access and delete unwanted mails prior to downloading them with your regular client? Then this is the proper tool for you.
<<less
Download (507KB)
Added: 2007-05-12 License: Freeware Price:
898 downloads
 
Other version of Vallen POP3 Mail Checker
Vallen POP3 Mail Checker 2.03The simple POP3 client to access and delete mails before downloading. The simple pop3 client to access and delete mails before downloading. Do you know the problem
License:Freeware
Download (507KB)
748 downloads
Added: 2007-10-12
PSPOP3 Inspector 1.3.415

PSPOP3 Inspector 1.3.415


POP3 Client with SSL/TLS support. Delete viruses, worms and spam emails directly on the server and avoid that dangerous code lands on your PC! more>>
PSPOP3 Inspector offers to you a preview possibility for your POP3 accounts, as well as the possibility to delete "bad emails" direct on the server. With the program you spare traffic, delete viruses, worms and spam emails directly on the server and avoid that dangerous code lands on your PC!
Thanks to threaded architecture (Multi Threading) the program is not only robustly and stable, but also very fast and is in the best way suitable for the work with many POP3 accounts. It convinces in speed and clarity. Thus, different POP3 accounts and there situated mails is not only grouped/hierarchically represented, but can improve the overview additionally with a color markers. With the receiving of the email headers from server, the program analyzes these and improves the overview once again - emails will be marked with different classification symbols.
You have the possibility to administrate white and black lists. To it you can add senders and recipient addresses, as well as subject or parts of the subject. Emails, which were assigned to the white list during examination, will be handled with double safety, in order not coincidentally to be deleted on the server. Beyond that, the program determines format of the email (Text/HTML/Attachments).
It logs carefully all deletion processes. Headers of the deleted emails are stored in the local database of the program. Via statistics function you can access this database and use different search functionalities.
Supported RFCs: RFC-1225, RFC-1734, RFC-1939, RFC-2449, RFC-2595. PSPOP3 Inspector supports SSL/TLS connections (Explicit and Implicit modes).
<<less
Download (1.29MB)
Added: 2009-10-07 License: Freeware Price: $0.00
downloads
 
Other version of PSPOP3 Inspector
PSPOP3 Inspector 1.3.411POP3 Client with SSL/TLS support. Delete viruses, worms and spam emails directly on the server ... also very fast and is in the best way suitable for the work with many POP3 accounts. It convinces
Price: $0.00
License:Freeware
Download (1.30MB)
18 downloads
Added: 2009-06-15
Price: $0.00
License:Freeware
Download (1.29MB)
366 downloads
Added: 2008-10-29
Price: $0.00
License:Freeware
Download (1.29MB)
392 downloads
Added: 2008-10-03
Price: $0.00
License:Freeware
Download (1.29MB)
412 downloads
Added: 2008-09-13
PSPOP3 Inspector 1.3.317Delete viruses, worms and spam emails directly on the POP3 server. POP3 Client with SSL/TLS support. Delete viruses, worms and spam emails directly on the server
Price: $0.00
License:Freeware
Download (1.1MB)
758 downloads
Added: 2007-10-03
mpop 1.0.12

mpop 1.0.12


mpop is a small and fast POP3 client that will retrieve your mail from POP3 mailboxes more>> mpop is a small and fast POP3 client that will retrieve your mail from POP3 mailboxes

mpop is a small and fast POP3 client that will retrieve your mail from POP3 mailboxes.
Main features:
- Header based mail filtering: filter junk mail before downloading it.
- Delivery to mbox files, maildir folders, or a mail delivery agent (MDA). Delivery with SMTP is possible by using an appropriate MDA, for example msmtp.
- Fast POP3 implementation using command pipelining.
- Authentication methods USER/PASS, APOP, PLAIN, LOGIN, CRAM-MD5, DIGEST-MD5, GSSAPI, and NTLM.
- TLS/SSL both in POP3-over-SSL mode and in STARTTLS mode. Full certificate trust checks can be performed. A client certificate can be sent.
- Support for multiple POP3 accounts.
- Support for Internationalized Domain Names (IDN).
- IPv6 support.

<<less
Download (14.7MB)
Added: 2008-09-25 License: GPL Price: FREE
398 downloads
 
Other version of mpop
mpop 1.0.10mpop is a small and fast POP3 client that will retrieve your mail from POP3 mailboxes. - TLS/SSL both in POP3-over-SSL mode and in STARTTLS mode. Full certificate trust checks can
License:GPL
Download (14.7MB)
862 downloads
Added: 2007-06-16
Poppy 5.9.1

Poppy 5.9.1


Poppy is a tiny and useful utility that you can use on your Windows PC. It will notify you when you have mail waiting on the POP3 server of your Internet provider (or Internet providers). more>>

Poppy 5.9.1 is a tiny and useful utility that you can use on your Windows PC. It will notify you when you have mail waiting on the POP3 server of your Internet provider (or Internet providers). Poppy can check multiple POP3 servers and check for new messages at regular time intervals.

Poppy needs a working internet connection and is typically used in combination with an always on internet connection, such as a cable or DSL connection. It can be used with a dial-up connection, but that is not very effective.

Once you have started Poppy, you will see an icon in the so-called system tray or taskbar notification area. When Poppy detects that mail is available on any of the configured POP3 servers, it will let you know by changing the taskbar icon. Optionally, Poppy can also play a sound, execute an external program (like your e-mail program) or show a popup window containing a notification message.

Major Features:

  1. Checks multiple POP3 accounts for new mail.
  2. Uses the taskbar icon to indicate that mail is waiting.
  3. A configurable interval between checks of the POP3 account.
  4. A a convenient popup menu to reach all functions and configuration.
  5. Play a sound when new mail has arrived on any account.
  6. Play a different sound for each account.
  7. Execute an external program when new mail has arrived.
  8. Show a non-interfering popup window when new mail has arrived.
  9. Automatically hide the popup window, without user intervention.
  10. Always notify or only when new mail has arrived.
  11. Always notify or only when mail from a friend has arrived.
  12. Dialog to display 'From' address and subject of each message.
  13. View the headers of an e-mail message.
  14. Preview the source of an e-mail message.
  15. Delete e-mail messages from POP3 servers.
  16. Select and/or unselect messages based on selection rules.
  17. Only notify based on the selection rules.
  18. Check e-mail headers against an anti-SPAM DNS blacklist.
  19. Option to automatically delete SPAM messages
  20. It is small and easy to use.
  21. Support for POP3 servers that use SSL (like GMail).
<<less
Download (975.3KB)
Added: 2008-12-05 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5