Main > Free Download Search >

Free email clients for windows software for linux

email clients for windows

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4246
Oracle client 1.00

Oracle client 1.00


Oracle client is a simplistic Perl-based Oracle client. more>>
Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients.

It is relatively simplistic, but much more useful than dbishell or sqlplus.

The project supports readline, history, desc, and various shorthand commands like d, , c, etc.

<<less
Download (0.013MB)
Added: 2007-04-12 License: Perl Artistic License Price:
938 downloads
Undisposable Clients 0.3

Undisposable Clients 0.3


Undisposable Clients provides easy-to-use API kits for using Undisposable.org in various programming languages. more>>
Undisposable Clients project provides easy-to-use API kits for using Undisposable.org in various programming languages.
Main features:
- Protects site owners biggest assets; userbase and emails
- Prevents userbase contamination by fake accounts
- As critical as email validity check
- Stops people registering your services with disposable email accounts like jetable.org, pookmail
- Detects public accounts (spread from sites like bugmenot.com) and bans them
- Working principle is similar to spam blacklists like spamhaus.org; power of masses
- Totally free, your donations are welcome
How to use it
Check if there is an API kit for your programming language, if there isnt, connect to our servers manually.
Add a few extra lines to your email validation function which is called from your member registration page. The following is an example in PHP language:
..
function checkEmail($email) {
include_once("undorg/php/rest/undisposable.inc.php"); // include the API kit
if(!undorg_isDisposableEmail($email)) { // check if disposable email
.. // old procedures remain here
} // add this line to close the conditional statement
}
..
?>
Thats all. Very simple...
API kits:
PHP
Supports XML-RPC, REST and PHP serialiation. Stable
@TODO: make it object oriented, test PHP5
Python
Supports XML-RPC. Stable
@TODO: make it object oriented, more protocols
Perl
Supports XML-RPC. Beta
@TODO: test it, make it object oriented, more protocols
Java
Supports XML-RPC. Alpha
@TODO: test it, make it object oriented, more protocols
We need your support for clients in other languages.
Enhancements:
- The isValidEmail function was added for PHP and Python.
- Valid RFC and TLD checks are made in real time, as well blacklist queries against disposable email addressing and public accounts from sites similar to bugmenot.com.
<<less
Download (0.004MB)
Added: 2007-01-23 License: MIT/X Consortium License Price:
1006 downloads
morigin email classifier 0.93

morigin email classifier 0.93


morigin email classifier is a filter that classifies and tags email messages. more>>
morigin email classifier is a filter that classifies and tags email messages based on the DNS information of the system submitting the mail to your organization.

morigin email classifier can then be used to improve upon existing spam filters such as SpamAssassin.

<<less
Download (0.088MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1428 downloads
MailStore 0.02

MailStore 0.02


MailStore is a tool that is built in python and provides a mail proxy for POP3,IMAP4 and SMTP protocols. more>>
MailStore is a tool that is built in python and provides a mail proxy for POP3,IMAP4 and SMTP protocols. However, beyond usual proxies, it makes a backup of all incoming and outgoing email and stores them in a Maildir format.

Emails then can be accessed through an IMAP server run on the same machine using the backup Maildirs as mailboxes.

The idea is to provide a realtime , centralized backup of all incoming and outgoing of an organization without the need of user intervention, especially for organizations that use shared email hosting. Many of this hosting providers allow for only POP3 based access of the email.

Secondly, due to its shared hosting environment , there is limited space hence all email ends up being downloaded directly to the client. Any backup effort has to be taken up by the user on a periodical basis. This is prone to problems due to the fact that users might either forget or a data disaster might happen in between a backup cycle.

With a backup proxy like this all email is always available at the backup proxy. Any backup need be done by the administrator only at the proxy server itself. This we believe to be a much more convenient task then backing up user systems individually.

Secondly the MailStore server will always have all the emails the user has sent or received at any point ,hence the backup will always be current. To access the email, a local IMAP server can be run that will provide the user with access to the email that has been backed up. The user may then add this account to their email client and backup all the email out of it locally. (E.g. In Outlook you would probably export all the email in the account). Following that the user will import back the mail back into its original account.

Thirdly , the system requires minimal administrator involvement. It handles the creation of new maildirs for new domain/user combinations. Hence administrators dont have extra config files to play with whenevr new users are added to the system. Whether a user exists or not is left up to the mailserver that mailStore is proxying.

The mailStore system is built in Python. It has been tested with Python 2.3 and 2.4. Any system which support Python 2.3/ Python 2.4 should be able to run it.
<<less
Download (0.020MB)
Added: 2005-10-17 License: Python License Price:
1469 downloads
RH Email Server 2.0a

RH Email Server 2.0a


RH Email Server is an email server in a box. more>>
The Email Server is designed to provide services offered by its commercial email products, such as IMAP/POP services, Web-Based Email Interface and Administration, Mail Filtering, Spam Blocking and Directory-Based Authentication and Addressbooks.
RH Email Server is fine for businesses and organizations of all sizes. Multiple commercial and educational installations are already using this project. The largest current user load that has been reported is 7,000 + users.
Interoperability between RHSD projects such as the RHSD Email Server and the RHSD Domain Controller will allow for use of Single-Sign On. RHSD also utilizes IETF Standardized projects and therefore will be compatible with any Directory system compatible with LDAP v.3.
Main features:
- Web-Based Email Client for Users
- LDAP Directory / Authentication
- Mail Filtering
- Addressbooks
- Web-Based Administration Tools
- Role-Based Tool Delegation
- Spam Blocking
<<less
Download (19.44MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1642 downloads
GmailAgent 0.7.2

GmailAgent 0.7.2


GmailAgent is a application that acts as a local email client. more>>
GmailAgent is a application that acts as a email client and can be used by programs
like Digikam,gthumb and others to provide email access to a Gmail account.

Its written in Python and pyQT. GmailAgent is licensed under the GPL. Many programs like the ones mentioned before uses a plugins sheme to let the user start a external email client to compose a message with selected files from the program as attachments.

The problem with Gmail is that its webbased and only accessible through the internet.
GmailAgent provides a simple local email frontend where the user can fill in a address and
type some message. It uses libgmail to send the message to the Gmail account which will process it further.

GmailAgent supports the remote command syntax from Mozilla so any program which provide the user with a Mozilla choice can use GmailAgent. When this syntax isnt used GmailAgent tries to make a educated guess.

In addition to the above, GmailAgent is now also supported by the kipi project. So with programs that use these plugins, like Digikam, KimDaBa,Gwenview, and others you can just choose GmailAgent as your email agent.

<<less
Download (0.056MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1473 downloads
Mozilla Lightning 0.9

Mozilla Lightning 0.9


Mozilla Lightning is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. more>> Mozilla Lightning 0.9 is designed to provide the Sunbird calendar to the popular email client, Mozilla Thunderbird. Since it's an extension, Lightning is tightly integrated with Thunderbird, allowing it to easily perform email-related calendaring tasks.

Major Features:

  1. Better Thunderbird integration
  2. emailtask linkage
  3. Integration with the Thunderbird address book
  4. iMIP support (meeting invitations)
  5. Improved CalDAV support
  6. Cached calendar support for offline calendar use
  7. Device synchronization

Enhancements:

  • Events spanning days now have a visual indicator indicating them as connected events
  • When reloading a remote calendar a progress indicator is now shown
  • The so-called "minimonth" (small calendar month in the upper left) has been given a visual overhaul
  • The calendar views (day, week, multiweek, month) have been given a visual overhaul
  • The today pane can now be displayed in calendar mode and task mode as well
  • CalDAV support and interoperability with various CalDAV servers has been improved
  • iMip/iTip support (support for email invitations) has been greatly improved
  • The application stability and memory consumption has been greatly improved
  • Lightning 0.9 is intended to be the last release for the Thunderbird 2 series. For the future we are planning to integrate Lightning fully into the upcoming Thunderbird 3 release
  • A full list of changes that have gone into this release can be found on The Rumbling Edge website

Requirements:

  • Software Requirements Please note that Linux distributors may provide packages for your distribution which have different requirements.
    • Linux kernel - 2.2.14 or higher with the following libraries or packages:
    • glibc 2.3.2 or higher
    • XFree86-3.3.6 or higher
    • gtk+2.0 or higher
    • fontconfig (also known as xft)
    • libstdc++5 (Many modern Linux distributions only package libstdc++6, which is incompatible with Lightning. Therefore please install the package "libstdc++5" or "compat-libstdc++" on your system before installing Lightning)
  • Minimum Hardware
    • Intel Pentium II or AMD K6-III+ 233 MHz CPU (Recommended: 500MHz or greater)
    • 64 MB RAM (Recommended: 128 MB RAM or greater)
    • 52 MB hard drive space
<<less
Added: 2008-11-16 License: MPL Price: FREE
12 downloads
Email::AutoReply 1.02

Email::AutoReply 1.02


Email::AutoReply is a Perl extension for writing email autoresponders. more>>
Email::AutoReply is a Perl extension for writing email autoresponders.

SYNOPSIS

use Email::AutoReply;
my $auto = Email::AutoReply->new;
$auto->reply;

This module may be useful in writing autoresponders. The example code above will try to respond (using Sendmail) to an email message given as standard input.

The module will reply once to each email address it sees, storing sent-to addresses in a database. This database class is Email::AutoReply::DB::BerkeleyDB by default, but any class that implements Email::AutoReply::DB may be used.

<<less
Download (0.015MB)
Added: 2007-04-19 License: Perl Artistic License Price:
927 downloads
ValEnt Linux 1.0

ValEnt Linux 1.0


ValEnt Linux is a complete operating system with a full set of applications for every day use! more>>
ValEnt Linux is a complete home and office operating system that is easy to use and install, it can be run directally from the CD or installed to your hard drive. ValEnt Linux includes application for: Writing documents, Spreadsheets, Database, Image Manipulation (GIMP), Audio and video (MP3 DVD Divx and much more), FTP clients, Email clients, Internet browsers, CD burning utilities and much more

<<less
Download (523.3MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1003 downloads
Claws Mail 2.9.1 (Extra Plugins)

Claws Mail 2.9.1 (Extra Plugins)


Claws Mail Extra Plugins package contains plugins for Claws Mail e-mail client. more>>
Claws Mail Extra Plugins package contains plugins for Sylpheed-Claws e-mail client.
Claws Mail is the extended version of Sylpheed, a GTK+ based, lightweight, and fast email client. Almost all commands are accessible with the keyboard.
It also has many features such as multiple accounts, POP3/SMTP/IMAP/NNTP support, OpenSSL, GnuPG, and LDAP support, a plugin system, spell checking, filtering, Actions, spam and virus filters, an address book, internationalization, and more.
As the mechanism offered by Claws Mail to add new plugin functionality is under active development it is subject to change, therefore the required version is also given. The author has verified that the plugin works with this required version, however it may or may not work with other versions.
Enhancements:
- This release contains 15 plugins.
- It fixes a bug in the PDF Viewer plugin with GTK 2.6.x where the button images were not shown.
<<less
Download (5.1MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
921 downloads
Free Simulated Radar Client 0.1.1

Free Simulated Radar Client 0.1.1


Free Simulated Radar Client project is a framework for radar clients for virtual air traffic control networks. more>>
Free Simulated Radar Client project is a framework for radar clients for virtual air traffic control networks.

Free Simulated Radar Client is a framework for radar clients for virtual air traffic control networks (e.g., VATSIM and IVAO). Currently work is occuring on a radar client (an ASRC clone), a flight strip display, and a 3D tower view.

The framework analyses the data provided by servers of these networks and provides interfaces for radar clients (or other applications) to access this data.

<<less
Download (MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1057 downloads
Original Gamers Client 0.4.7

Original Gamers Client 0.4.7


Original Gamers Client is a cross-platform GUI MUD client. more>>
Original Gamers Client project is a cross-platform GUI MUD client.

Original Gamers Client aims to combine the convenience of a GUI-based MUD client with the power that seems reserved for TUI-based clients. OGC implements its GUI using Tk.

<<less
Download (MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1046 downloads
Email This! Bookmarklet Extension 2.0.2

Email This! Bookmarklet Extension 2.0.2


Email This! Bookmarklet Extension is formerly known as GMail This! more>>
Email This! Bookmarklet Extension is formerly known as GMail This!

Email This! (formerly known as GMail This!) will send your recipient the link, title, & highlighted text of the page you are viewing using GMail, Yahoo, and Stand-Alone Mail Clients like Outlook Express, Thunderbird, & More!

After downloading (and restarting Firefox), right click anywhere on the toolbar, push customize, and drag the emailthis icon/button to the toolbar (if you want to use the buttons that is - more options in v1.4).
Youre now ready to use EmailThis!

Red = GMail
Green = Yahoo
Blue = Stand-Alone Client

<<less
Download (0.022MB)
Added: 2007-07-25 License: Freeware Price:
821 downloads
Mail::Toaster 5.01

Mail::Toaster 5.01


Mail::Toaster is an installer for a collection of software which provides a full-featured mail server. more>>
Mail::Toaster is an installer for a collection of software which provides a full-featured mail server. The system is built around the qmail mail transport agent, with many additions and modifications
Main features:
- SMTP Mail Server (SMTP-AUTH, chk-user, SPF, TLS, tarpitting, RBL)
- Virtual Domain Hosting w/delegated administration
- Virtual Domain Users
- Mailing List (Ezmlm)
- AutoResponder
- Web Based E-Mail (Sqwebmail, Squirrelmail, V-Webmail)
- Web Based Domain Administration
- Mail Filtering (rbls, SpamAssassin, simscan, Qmail-Scanner)
- Virus Scanning (ClamAV, F-Prot, Uvscan)
- SMTP roaming via SMTP-AUTH, POP-AUTH, & IMAP-AUTH
- SMTP roaming via SMTP-submission (port 587)
- POP3, POP3-SSL
- IMAP, IMAP-SSL (Courier IMAP)
- CGI frontend to mail features
- Log processing and pretty graphs (via RRDutil)
- Auto-Installs of MySQL, Apache, phpMyAdmin, and more
- Centralized configuration files
- Support for clusters of qmail servers
- Builds SSL certs for Apache, Qmail, & Courier
Security - Mail::Toaster supports secure connections from the email client (via POP3, IMAP, SMTP, and webmail) to the server. If the remote (destination) email server supports it, we also encrypt the email as it travels across the public Intenet from server to server. Thus, if you happen to be using two Mail::Toasters and your email clients are configured to use SSL, you have a fully encrypted path from the email sender to the final recipient.
State of the Art Filtering - Mail::Toaster has sophisticated filtering capabilities built right in. A default installation blocks all viruses and will detect 85% of the spam. With a little bit of training, its reasonable to expect and achieve 99% spam filtering accuracy.
Flexibility - Mail::Toaster provides an extremely flexible framework to allow you to build your email system your way. This flexibility makes it easy to migrate existing systems to Mail::Toaster and also allows Mail::Toaster to work in diverse environments and OS platforms.
Support - There is a thriving and active support community available on the mailing list. The web forums are also frequented by quite a few helpful folks. If you need more support than folks are willing to provide, commercial support is available.
Enhancements:
- Primarily code quality improvements.
- Rewrites of major portions of the code using techniques described in Perl Best Practices.
- Many more tests, much better tests, and more error testing within the functions.
- A new Webmail interface.
- Its not terribly "pretty" yet, but is much more user friendly and functional.
<<less
Download (0.61MB)
Added: 2006-09-29 License: BSD License Price:
1120 downloads
Ascension 0.3

Ascension 0.3


Ascension is a KDE email client. more>>
Ascension is my attempt at an email client. It makes use of the KDE libraries, so you will need KDE installed if you wish to use it (works with 3.2, might work with 3.1). Although the code is still in alpha, I have been using it as my main email client for over a year.
If you wish to try it, you would be sensible to backup your email first. Using imap should be relatively safe, but pop3 and Unix (local) mailboxes have not been so extensively tested. I take no responsibility for any loss of data while using this program. Ascension has only been tested under Linux.
The current version supports:
- IMAP (not SSL) mailboxes.
- Pop3 (not SSL) mailboxes.
- Unix mailboxes.
- Viewing of HTML messages (no HTML composing).
- Limited searching of headers.
- Dockable parts.
- Fonts and colours are configurable, as is much of the behvaiour.
Still to do:
- Support SSL connections (probably requires a rewrite of a good portion of the mailbox subsystem).
- PGP and S/MIME support.
- Virtual folders.
- A ton of ideas yet to come.
Enhancements:
- This is the first public release
<<less
Download (0.82MB)
Added: 2005-06-03 License: GPL (GNU General Public License) Price:
1603 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5