Main > Free Download Search >

Free pop3 software for mac

pop3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 49
EasyPOP3 1.6

EasyPOP3 1.6


EasyPOP3 - REALbasic class to create POP3 enabled apps more>>
EasyPOP3 is a REALbasic class that is essential for creating POP3 enabled applications that can login and retrieve your email.

Variables include: LogOn, GetCount, GetSizes, GetUIDL, GetHeaders, GetAllMessages, DeleteMessage, DeleteAll, Reset, and Quit.


<<less
Download (17KB)
Added: 2005-10-14 License: Freeware Price:
1472 downloads
YPOPs! 0.6

YPOPs! 0.6


YPOPs! - POP3 access to Yahoo! Mail more>>
YPOPs! is an application that provides POP3 access to Yahoo! Mail. It is available on the Windows, Linux, Solaris and Mac platforms.

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.

This application emulates a POP3 server and enables popular email clients like Outlook, Netscape, Eudora, Mozilla, Calypso, etc., to download email from Yahoo! accounts.

We do not go against the license agreements of Yahoo! Mail. This application is completely legitimate and well within the realms of legal software.


<<less
Download (1.1MB)
Added: 2005-10-14 License: Freeware Price:
1506 downloads
MacLiberoPOPs 1.3

MacLiberoPOPs 1.3


MacLiberoPOPs - Full email access for libero/iol/inwind/blu.it more>>
The fact: Starting from 11 Nov 2003 all users of Libero.it ISP with internet connection external to the provider network, can access e-mail only by using a browser (webmail interface).
The solutions: MacLiberoPOPs is a Mac graphical user interface to the LiberoPOPs software (liberopops.sourceforge.net) that allow users with external internet connections to regain the full POP3 functionality with their e-mail accounts, so they can still use their preferred e-mail client. Supported email account are: ...@libero.it ...@iol.it ...@inwind.it ...@blu.it
Enhancements:
- updated with the binary distribution of liberopopsd 0.99.2
- improved support for MacOS X 10.2
- improved support for long e-mail attachements.
<<less
Download (1.2MB)
Added: 2006-06-16 License: Freeware Price:
1226 downloads
QPopper 4.0.5

QPopper 4.0.5


QPopper - Simple pop3 emailserver more>>
QPopper is a very easy to install pop3 server. It may be useful for accessing local unix mail from your prefered mail client.

Useful for advanced unix user on Mac OS X.

QPopper was compiled with the PAM authentification (required by Panther) from the source available on Eudoras site.
<<less
Download (183KB)
Added: 2006-06-11 License: Freeware Price:
1235 downloads
MacFreePOPs 2.5

MacFreePOPs 2.5


Allow to download your emails from the most famous webmails that block POP3 access directly into your preferred email client. more>> <<less
Download (7.8MB)
Added: 2008-05-22 License: Freeware Price:
25 downloads
 
Other version of MacFreePOPs
MacFreePOPs 2.2E-LINK Web Solutions - MacFreePOPs - Download web based email to POP3 email client. MacFreePOPs. MacFreePOPs includes the binary version of FreePOPs
License:Freeware
Download (3.5MB)
874 downloads
Added: 2007-06-15
FreePOPs 0.0.95

FreePOPs 0.0.95


FreePOPs is an easily extensible program, which allows access to the most varied resources through the POP3 protocol more>>
FreePOPs is an easily extensible program, which allows access to the most varied resources through the POP3 protocol.
FreePOPs is a POP3 daemon plus a LUA interpreter and some extra libraries for HTTP and HTML parsing. Its main purpose is translating local POP3 requests to remote HTTP actions on the supported web-mails, but it is really more flexible. For example there is a plugin to read news from a website as if they were mails in a mailbox. You can easily extend FreePOPs on the fly, without even restarting it. You can add a plugin or modify an existing one simply changing the script file since the plugins are written in LUA and are interpreted on the fly.
Mainly, it can be used to download mail from the most famous webmails, but it could also be used as an aggregator for RSS feeds and much more. This way it is possible to get all your messages in your favorite email client.
FreePOPs is Free Software!
Main features:
- RFC compliant POP3 server (not full featured but still compliant).
- Portable (written in C and LUA that is written in C, so everything is written in the worlds most portable language).
- Small (in terms of resources usage) and reasonably fast.
- Extremely extensible on the fly using a simple and powerful language.
- Pretty documented.
- Released under the GNU/GPL license (this means FreePOPs is Free Software).
Enhancements:
- Some fixes for libero, mailcom, aol, gmail ...
- mail2world.lua is now an official plugin.
- freepops.lua (the bootstrap script) has been properly documented.
- The C bootstrap code has been rewritten and improved.
- The davmail plugin is now able to handle jubii.dk (with some limitations).
- Many improvements to the build system under Debian (now a vanilla sarge box is enough to build freepops for windows).
- Some improvements to the Debian package (thanks Brian).
- Some patches for BeOS.
- Auto chdir feature under Windows (mostly untested).
- Updated .spec file for Linux Mandriva.
- FreePOPs is now able to execute custom scripts in a full bloated LUA environment. Since this is much untested only one script (updater.lua) is provided and can be started only from the command line with freepopsd -w -e updater.lua. The script will look on the website for official plugin updates and whould download and install them in the right place (windows only). This script is released only for developing purposes.
<<less
Download (360KB)
Added: 2005-10-28 License: GPL Price:
1458 downloads
Pantomime 1.2pre2

Pantomime 1.2pre2


Pantomime provides a set of Objective-C classes that model a mail system more>>
Pantomime provides a set of Objective-C classes that model a mail system. Pantomime can be seen as a JavaMail 1.2 clone written in Objective-C.
Pantomime is almost entirely written in Objective-C. The C language is only used where performance is critical. Pantomime uses a little bit of ELM code.
Main features:
- A full MIME encoder and decoder
- A folder view to local mailboxes (Berkeley Format), POP3 accounts or IMAP mailboxes
- A powerful API to work on all aspects of Message objects
- A local mailer and a SMTP conduit for sending messages
- APOP and SMTP AUTH support
- IMAP and POP3 URL Scheme support
- iconv and Core Foundation support
- maildir support
- SSL support for IMAP, POP3 and SMTP.
Enhancements:
- TLS support for all protocols
- IMAP reconnection code and "fast folder switching" support
- Fully ported the application to Microsoft Windows (using GNUstep on MinGW)
- Improved the documentation and the examples
- Lots of other features, bug fixes, major refactorings and speed improvements.
<<less
Download (439KB)
Added: 2006-09-26 License: GPL Price:
1123 downloads
GNUMail.app 1.2.0pre3

GNUMail.app 1.2.0pre3


GNUMail.app - Clone of NeXT email app more>>
GNUMail.app is a fully featured mail application running on Linux (or FreeBSD, OpenBSD, etc) and Apple Mac OS X.
It uses the GNUstep development framework or Apple Cocoa, which is based on the OpenStep specification provided by NeXT, Inc.
Main features:
- Multiple POP3 (with APOP support) accounts with local cache support (for leaving messages on server)
- Multiple delivery agents (SMTP or local mailer)
- Mail spool file support for receiving
- Good IMAP support with local caching
- Full RFC822 and RFC2822 support
- Read, compose, bounce, reply and forward mails
- Mailbox management (create, delete, locking and transfer messages) using the Berkeley mbox format
- Personal preferences management
- MIME support (decode and encode)
- A full MIME types manager
- Quoted Printable and BASE64 support
- Address Book with groups support
- Find Panel with regular expressions support
- Automatic or manual fetching of your mails (users choice)
- Powerful filters that supports regular expressions
- GPG (PGP) support through a bundle
- Messages threading
Enhancements:
- Universal
- Now makes use of the new mailbox caching code from Pantomime
- New task handling code
- UI improvements for Mac OS X
- Lots of other features, bug fixes, refactorings, speed and usability improvements.
<<less
Download (2.2MB)
Added: 2007-02-07 License: Freeware Price:
992 downloads
Simple Groupware 0.520

Simple Groupware 0.520


Open source enterprise application offering email, calendaring, contacts, tasks, document management and more more>> Open source enterprise application offering email, calendaring, contacts, tasks, document management and more

Simple Groupware is a complete groupware package written in PHP, XML, SQL, HTML, CSS and sgsML. Unlike other groupware software, Simple Groupware contains the new programming language sgsML.
Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP and SyncML under one platform.
Simple Groupware allows quick and easy creation of powerful web applications.
Simple Groupware Solutions is a small German one-man company, founded in September 2003. The business domain is focused on individual services and software development. Simple Groupware is developed in my free time and offered to you for free.

Main features:
- simple installation (only one form)
- simple update (just copy the files)
- simple usage (all modules share a consistent look & feel)
- simple to adapt to your needs (see sgsML)
- but not simple in functionality
- can be created much faster
- are easier to maintain
- contain less errors
- are easier to write
- are much smaller in size
- feature a consistent look
- build powerful web applications in minutes
- change web applications in seconds
- decrease time for implementing and deploying web applications by a factor 10, compared to the usual solutions
- keep costs for maintenance and change management to a new minimum

System requirements:
- Apache: 1.3.x or 2.x and higher / IIS 5.1 and higher
- PHP: 5.1.0 and higher
- Database: at least MySQL 5, PostgreSQL 8.1, Oracle 9.2
- CPU: 1 GHz or more
- RAM: 512 MB or more
- Hard disk: 1 GB or more

Enhancements
- added Graphviz markup to the CMS module
- added folder copying
- added custom home folder redirection for users
- updated RSS output to RSS 2.0
- updated PmWiki engine to 2.20
- fixed downloading unicode filenames in IE
- some smaller code optimizations

<<less
Download (14.8MB)
Added: 2009-06-12 License: GPL Price: FREE
240 downloads
GNUMail.app 1.1

GNUMail.app 1.1


GNUMail.app is regarded as a simple yet convenient mail application running on Linux (or FreeBSD, OpenBSD, etc) and Apple Mac OS X. more>>

GNUMail.app 1.1 is regarded as a simple yet convenient mail application running on Linux (or FreeBSD, OpenBSD, etc) and Apple Mac OS X. It uses the GNUstep development framework or Apple Cocoa, which is based on the OpenStep specification provided by NeXT, Inc. GNUMail.app is licensed under the GPL, and the full sources of the application are available. GNUMail.app was written from scratch. It uses Pantomime as its mail handling framework.

Enhancements:

  • Multiple POP3 (with APOP support) accounts with local cache support (for leaving messages on server)
  • Multiple delivery agents (SMTP or local mailer)
  • Mail spool file support for receiving
  • Good IMAP support with local caching
  • Full RFC822 and RFC2822 support
  • Read, compose, bounce, reply and forward mails
  • Mailbox management (create, delete, locking and transfer messages) using the Berkeley mbox format
  • Personal preferences management
  • MIME support (decode and encode)
  • A full MIME types manager
  • Quoted Printable and BASE64 support
  • Address Book with groups support
  • Find Panel with regular expressions support
  • Automatic or manual fetching of your mails (user's choice)
  • Powerful filters that support regular expressions
  • GPG (PGP) support through a bundle
  • Messages threading.
Requirements: Mac OS X 10.2
<<less
Download (1.1MB)
Added: 2003-08-19 License: Freeware Price:
downloads
POPFile 1.1.1 RC1 / 1.1.0

POPFile 1.1.1 RC1 / 1.1.0


Email classification tool with a Naive Bayes classifier, POP3, SMTP, NNTP proxies and IMAP filter and a web interface. more>> Email classification tool with a Naive Bayes classifier, POP3, SMTP, NNTP proxies and IMAP filter and a web interface.

POPFile is an email classification tool with a Naive Bayes classifier, POP3, SMTP, NNTP proxies and IMAP filter and a web interface.
POPFile classifies email into categories you define. It can sort into spam and not spam or into any number of categories you like (e.g. work, personal, important project, hobby, etc.).
The classification is done using a native Bayes algorithm. In other words, POPFile uses statistics to track which words are likely to appear in which messages. This means that POPFile will adapt to the kind of mail you receive and needs to be trained.
Out of the box, it doesnt know anything about spam or how messages from your mother differ from those your friends send you. However, if you train it, it will soon learn how to tell these different kinds of messages apart.
POPFile is a cross-platform solution that will run on most platforms and with most email clients.

Enhancements
- Includes a lot of changes, including support for SQLite 3.x, improved versions of the Windows service and system tray programs and, at last, an installer for Mac OS X.

<<less
Download (5.2MB)
Added: 2009-06-10 License: GPL Price: FREE
4451 downloads
Macjordomo 1.6a3

Macjordomo 1.6a3


Macjordomo is a simple to use, yet sophisticated utility which lets you quickly and easily set up your own Internet mail distribution system. more>>

Macjordomo 1.6a3 is a simple to use, yet sophisticated utility which lets you quickly and easily set up your own Internet mail distribution system.

This allows a large number of users to send email to everyone on a distribution list, just by sending a message to one central address. Macjordomo lets you configure the tool in a variety of ways for flexibility.

Enhancements: Added option to just ignore messages from non-subscribers (rather than send a notice)

Requirements: Mail Server (POP3/SMTP).

<<less
Download (556K)
Added: 2005-12-14 License: Free Price:
downloads
frogslapper 2.1.1

frogslapper 2.1.1


frogslapper is a highly-efficient, high-quality POP3 email checker which checks up 8 million, 375 thousand, 403 email accounts for new messages, and will also download the subject, from and date sent of each email. more>>

frogslapper 2.1.1 is a highly-efficient, high-quality POP3 email checker which checks up 8 million, 375 thousand, 403 email accounts for new messages, and will also download the subject, from and date sent of each email.

<<less
Download (1.1MB)
Added: 2001-10-26 License: Freeware Price:
downloads
POP library for Revolution 1.0

POP library for Revolution 1.0


POP library for Revolution is a mighty admirable tool which handlers for communicating with a POP3 server for receiving emails. more>>

POP library for Revolution 1.0 is a mighty admirable tool which handlers for communicating with a POP3 server for receiving emails. It connects using your user name & password, retrieves the number of waiting emails, then offers you various options to read details, download the entire email, extract data from the email and delete it from the server, before disconnecting. Comes with a demo stack which shows how to use the library. Freeware or donation-ware via PayPal.

<<less
Download (16.6KB)
Added: 2004-05-31 License: Freeware Price:
downloads
Web Help Desk Software 9.2.1.13

Web Help Desk Software 9.2.1.13


Web Help Desk Software is regarded as a beneficial and easy to use help desk software edition of Web Help Desk for Mac OS X server installation offering an industry leading web-based help desk software feature set. more>>

Web Help Desk Software 9.2.1.13 is regarded as a beneficial and easy to use help desk software edition of Web Help Desk for Mac OS X server installation offering an industry leading web-based technician interface, customer support weight Directory)

  • Microsoft Active Directory
  • Email-to-Ticket Conversion
  • SMTP, IMAP, POP3 Web Help Desk Software
  • Free Edition:
    • No Trial Period or Expiration Date
    • Software Completely Free From Ads
    • Unrestricted Lite Edition Functionality
    • Free Software Upgrades for One Year
    • One Support Staff Admin Login
  • All of the features, none of the hassles.
    • Free help desk software. Web-based UI, trouble tickets, customer service portal and knowledge base. No expiration, no ads, just free.
  • Enhancements:

    • Fixed: Discovery Connection synchronization is now more flexible when importing dates (works whether or not hour:minute is provided, includes system default date format).
    • Fixed: Bug resulting in ampersands in category labels being escaped as HTML entities in Billing Report TSV files.
    • Fixed: Problem where reports set to start one month ago would actually start one day less than one month ago.
    • Fixed: Problem where service time blocks could be calculated... see all new features

<<less
Download (80MB)
Added: 2009-09-22 License: Freeware Price: Notavailable
downloads
 
Other version of Web Help Desk Software
Web Help Desk Software 9.2.1.7SMTP, IMAP, POP3 Web Help Desk Software. Free Edition: No Trial Period or Expiration Date. Software Completely Free From Ads. Unrestricted Lite Edition Functionality. Free Software Upgrades for
Price: Notavailable
License:update/patch
Download
downloads
Added: 2009-08-18
Price: Notavailable
License:update/patch
Download
downloads
Added: 2009-08-16
Price: $0.00
License:update/patch
Download
downloads
Added: 2009-08-09
Price: $0.00
License:update/patch
Download
downloads
Added: 2009-07-30
License:update/patch
Download
22 downloads
Added: 2009-07-01
Web Help Desk Software 9.2.0.8Email-to-Ticket conversion via IMAP or POP3 mailbox(es) Auto-assign tickets to technicians or groups of techs. Intuitive and customizable trouble ticket list views. Basic, Advanced, and Saved
License:update/patch
Download
21 downloads
Added: 2009-06-19
Web Help Desk Software 9.2.0.7SMTP, IMAP, POP3 Web Help Desk Software. Free Edition: - No Trial Period or Expiration Date. - Software Completely Free From Ads. - Unrestricted Lite Edition Functionality. - Free Software Upgrades
License:update/patch
Download
19 downloads
Added: 2009-06-10
License:update/patch
Download
downloads
Added: 2009-05-14
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4