Main > Free Download Search >

Free imap4 software for linux

imap4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 29
rimo 0.2 alpha

rimo 0.2 alpha


rimo is a tool that runs from cron and executes commands when an email from a known address is sent to an IMAP4 account. more>>
rimo lets you execute commands on Unix based systems via an email from a known address sent to an IMAP4 account.

rimo is designed to be run as a cron process; rimo scans the IMAP4 account for new rimo email messages and executes the command specified in them.

The scanned email messages have their flags set to "seen" so that subsequent scans will not re-execute the commands.

The intent of rimo is to allow for job dispatch and control via non-traditional clients such as a cell phone.
<<less
Download (0.008MB)
Added: 2005-10-27 License: Python License Price:
1458 downloads
GMail::IMAPD 0.93

GMail::IMAPD 0.93


GMail::IMAPD is an IMAP4 gateway to Googles webmail service. more>>
GMail::IMAPD is an IMAP4 gateway to Googles webmail service.

SYNOPSIS

# Start an IMAP-to-Gmail daemon on port 1143

use GMail::IMAPD;

my $daemon=GMail::IMAPD->new(LocalPort=>1143,
LogFile=>gmail_imapd.log,
Debug=>1);
$daemon->run();

# Or if you prefer to use your own server socket,
# you can do something like:

my $i2g=GMail::IMAPD->new(LogFile=>imapd.log);

for(;;){
my $s=someserver();
$i2g->procimap($s);
}

This module allows users to access their Gmail account with an IMAP client by running a server which accepts IMAP connections.

<<less
Download (0.022MB)
Added: 2006-11-30 License: Perl Artistic License Price:
1060 downloads
Ciphire Mail 1.2.47

Ciphire Mail 1.2.47


Ciphire Mail is an email encryption tool. more>>
Ciphire Mail is an email encryption tool. It works in conjunction with your existing email client. It operates seamlessly in the background and does not interfere with normal email routines.
Ciphire Mail program encrypts and decrypts email messages, and can digitally sign each message to provide authentication and guard against identity theft.
It resides on your computer, between your email client and your email server, transparently encrypting/decrypting and digitally signing your email communication. It runs on Windows 2000/XP, Linux, and Mac OS X.
It is compatible with all email clients using standard SMTP, POP3, or IMAP4 (including SSL/TLS variants and STARTTLS support). It is free for consumers, non-profit organizations, and the press.
Enhancements:
- This version is primarily a bugfix release, and fixes some minor issues in the 1.2.42 stable version.
<<less
Download (12.5MB)
Added: 2006-03-31 License: Free For Educational Use Price:
1368 downloads
getmail 4.7.6

getmail 4.7.6


getmail is a mail retriever designed to allow you to get your mail from one or more mail accounts on various mail servers. more>>
getmail is a mail retriever designed to allow you to get your mail from one or more mail accounts on various mail servers to your local machine for reading with a minimum of fuss.
getmail it is secure, flexible, reliable, and easy-to-use. getmail is designed to replace other mail retrievers such as fetchmail.
Main features:
- simple to install, configure, and use
- retrieve virtually any mail
- support for accessing mailboxes with the following protocols:
- POP3
- POP3-over-SSL
- IMAP4
- IMAP4-over-SSL
- SDPS (Demon UKs extensions to POP3)
- support for single-user and domain mailboxes
- retrieve mail from an unlimited number of mailboxes and servers
- can remember which mail it has already retrieved, and can be set to only download new messages
- support for message filtering, classification, and annotation by external programs like spam filters and anti-virus programs
- support for delivering messages to different destinations based on the message recipient
- reliability
- native safe and reliable delivery support for maildirs and mboxrd files, in addition to delivery through arbitrary external message delivery agents (MDAs)
- does not destroy information by rewriting mail headers
- does not cause mail loops by doing SMTP injection, and therefore does not require that you run an MTA (like qmail or sendmail) on your host
- written in Python, and therefore easy to extend or customize
- a flexible, extensible architecture so that support for new mail access protocols, message filtering operations, or destination types can be easily added
- cross-platform operation; getmail 4 should work on Unix/Linux, Macintosh, and other platforms. Windows support available under the free Cygwin package.
- winner of various software awards, including DaveCentrals "Best of Linux.
Enhancements:
- A fix for an exception when getmail is trying to report a POP3 server that completely missed generating a UIDL token for a message. .
<<less
Download (0.14MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
809 downloads
Animail 2.0.12-1

Animail 2.0.12-1


Animail is a multiserver POP3/APOP/IMAP4 (with or without SSL) mail retrieval utility. more>>
Animail is a multiserver POP3/APOP/IMAP4 (with or without SSL) mail retrieval utility. As the tittle of this section suggests, Animail can be used with other external filters to combine his filtering skills with the ones already on Animail. Those filters (you can specify any number of them) will be called just after downloading a message and just before delivering it; depending of the return value of some output of that filter the message will be delivered, ignored, or copied to a log mailbox (so you can see if those filters are not deleting important mail). The commands discussed on the examples of this subsection are detailed on the command block reference.
Main features:
- You can activate several filter to message size, maximun number of messages to download, or delete messages on the server based on a set of regular expressions written in a config file if they match the message header (in this case it will only download the header, not the entire message).
- It can be combined with other mail filters (like SpamAssassin or Bogofilter) in a easy, elegant and documented way. This way Animail uses those programs like plugins and can extends without limits his filtering capabilities, aplying those other filters-plugins to the mails just after they are downloaded and just before they are delivered, giving those other filters the change to decide if a mail is or is not spam.
- It allows downloading mail from several mail servers and those can be written to a local mailbox with mbox format, a QMail style directory (unstable version), or better, be resent to a local SMTP like Sendmail (any SMTP is valid).
- It can forward the downloaded mail to another email adress (if we have the SMTP option activated), or to a coma separeted list of adresses.
- We can configure the download order of the messages based on his size (arrival order, first the bigger messages or first the smaller messages). This allows us, for example, to get first the smaller messages so we can start reading them while a multimegabyte message is being downloaded.
- It has a silent mode with redirects all output to the system log instead of to the console. This is useful if we want to make script that periodically checks for mail (2 examples of this scripts are included in the distribution).
- The program output is a lot more friendly that the one of Fetchmail and others MDAs. When it download a message shows the message origin, and a percentual indicator of the download of the message, over a total given in bytes, kilobytes, megabytes, terabytes depending of the message size (tired of huge bytesize digits? tired of dots?) [Current version supports colored output]
- It has a good speed. In a fast computer (x86 350+), working in text mode and with the -t Switch enabled it can be faster than Fetchmail. The faster is the computer, the bigger is the difference. This only applies to local networks, on internet they are equally slow (internet is the bottleneck).
- To quickly configure Animail after installation create a .animail directory on your home dir, copy the file /usr/share/doc/animail/animailrc and edit to your taste.
<<less
Download (0.12MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1215 downloads
BoboMail 0.6pre1

BoboMail 0.6pre1


BoboMail is a so called webmail application, which provides mail access through a web interface. more>>
BoboMail is a so called webmail application, which provides mail access through a web interface.
It is distributed under the GNU GPL. See COPYING in the package or go to http://www.gnu.org for details.
The first version of BoboMail was used for about a year and a half in the intranet of the Computer Club Ostfriesland (one of Germanys largest computer clubs, see http://www.cco-ev.de if you understand German). I wrote my own webmailer, because at that time only some Perl scripts were available, which were not easy to customize (e.g. German interface).
The name of BoboMail comes from former name of ZPublisher, a cgi framework used by the developer.
I hope you will find BoboMail usefull. Please send complaints (e.g. spelling mistakes), criticism, security advices, suggestions, praises and everything else to ich@henning-schroeder.de or visit me (Henning) on my personal webpage at http://www.henning-schroeder.de/en Important acknowledgement: This product includes software developed by Digital Creations for use in the Z Object Publishing Environment (htt://www.zope.org).
The BoboMail distribution contains Zopes ZPublisher and ZTemplates. These compoments underly the Zope Public License (ZPL). They are packages with BoboMail for easier installation. BoboMail is hosted at Sourceforge (http://sourceforge.net). If you are interested in BoboMail development please visit the its webpage at http://bobomail.sourceforge.net Besides I want to make BoboMail even more modular so that my stuff can be used for a mailinglist archiver or a web-forum. Attention: I really would like to know where you will use BoboMail. Please tell me your success stories
Main features:
- read, write, reply, forward, delete and bounce messages
- send and receive attachments
- decodes quoted-printable, base64 and uuencoded
- handles HTML-mails properly (with inline images!)
- does not need Javascript
- direct support for the following MIME types: message/rfc822, message/delivery-status, multipart/alternative, multipart/mixed, multipart/report, multipart/related, multipart/digest, text/plain, text/html, text/x-vcard, image/jpeg, text/rfc822-headers, image/png, image/x-xpixmap, image/gif
- works with POP3-servers and partially IMAP4 (spool-files under development)
- easy to modify and customize through HTML-templates
- modular design provides easy interface for other authentication methods and mail protocols
- provides optionally its own fast multithreading webserver (BoboMailHTTPD)
- multi-lingual support (i18n) - currently English, Brazilian Portuguese, Finish, Spanish and German
- and its 100% Python
Enhancements:
- with the help from Ken Causey the annoying first-login-bug is fixed now :-)
- IMAP support for uw-imapd, expects additional folders in $HOME/Mail
- now runs with Python 2.x without problems
- new look, using nicer template inspired by zope.org
- and some other small bug fixes (see cvs if you like)
<<less
Download (0.29MB)
Added: 2006-06-10 License: GPL (GNU General Public License) Price:
1232 downloads
Twisted Mail 0.3.0

Twisted Mail 0.3.0


Twisted Mail provides client and server implementations of SMTP, POP3, and IMAP4. more>>
Twisted Mail project provides client and server implementations of SMTP, POP3, and IMAP4.
These differentiate themselves from the Python standard library implementations both by presenting a much higher-level, easy-to-use interface and in their server components, which allow the implementation of custom servers for each protocol without dealing with protocol-level issues.
Twisted Mail includes a simple demonstration email server which accepts messages over SMTP, stores them in a Maildir arrangement, and can serve them to clients over POP3.
Enhancements:
- The IMAP4 client now properly quotes usernames and passwords when necessary.
- It also handles unsolicited FLAGS responses.
- The IMAP4 server can now parse multiple literals in a single command and to FETCH requests with multiple BODY parts.
- A bug where Deferreds returned from IMAP4 client methods would not receive connection lost notification has been fixed.
- Startup time on OS X has been improved.
- The SMTP server has been sped up.
- The POP3 mailbox API has been expanded to allow Deferreds to be returned in some cases.
<<less
Download (0.10MB)
Added: 2006-05-28 License: MIT/X Consortium License Price:
1245 downloads
Deletemail 0.5

Deletemail 0.5


Deletemail is a non-interactive tool for removing mail from one or more IMAP4 mailboxes. more>>
Deletemail is a non-interactive tool for removing mail from one or more IMAP4 mailboxes. It removes mail older than a configurable number of days, and by default does not remove mail that is not marked as seen on the server.
By default, mail which is not marked as seen on the server will not be deleted. If, for example, fetchmail is used for receiving mail from an IMAP server, deletemail might be useful, since fetchmail deletes mail either immediately or not at all.
Thus, you could use fetchmails keep option (so that fetchmail never deletes anything) and let deletemail handle the removal of mail. Currently, the IMAP4 and IMAP4rev1 protocols are supported, optionally using SSL/TLS for secure IMAP connections.
Enhancements:
- The handling of unexpected IMAP server behavior and connection problems was improved, and a few minor bugs have been fixed.
<<less
Download (0.10MB)
Added: 2006-04-10 License: BSD License Price:
1292 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
GNU Mailutils 1.2

GNU Mailutils 1.2


GNU Mailutils contains a series of useful mail clients, servers, and libraries. more>>
These are the primary mail utilities of the GNU system.

Specifically, this package contains a POP3 server, an IMAP4 server, and a Sieve mail filter. It also provides a POSIX mailx client and a collection of other tools.

<<less
Download (3.3MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
849 downloads
SOPE Application Server 4.5.9

SOPE Application Server 4.5.9


The SOPE package is an extensive set of frameworks. more>>
SOPE Application Server is an extensive set of frameworks (16 frameworks, ~1500 classes) which form a complete Web application server environment.
Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX2, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing.
The individual frameworks of the package can be used standalone (for example in Cocoa applications) and do not require the application server itself.
For MacOSX developers, the package includes SOPE:X, which contains special Xcode and Cocoa support for SOPE.
Enhancements:
- This release fixes a set of minor bugs.
- It improves the vCard parser, the IMAP4 client library, the MySQL adaptor, and BSD packaging.
<<less
Download (4.0MB)
Added: 2006-08-28 License: LGPL (GNU Lesser General Public License) Price:
1152 downloads
AXIGEN Mail Server StartUp Edition 5.0.1

AXIGEN Mail Server StartUp Edition 5.0.1


AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support more>> AXIGEN Office Edition is a FREE, reliable and secure Linux and FreeBSD mail server intended for home users and small companies. AXIGEN Mail Server, offering integrated mail services and basic support, can successfully replace several open source applications.
This is a full-featured version, available free of charge, part of a time-limited promotional offer. This type of license offered is perpetual and you will get to keep it even if this promotion expires.
AXIGEN is available for many Linux distributions (Gentoo, Redhat/Fedora Core, Slackware, Debian, Ubuntu, Mandrake/Mandriva, SUSE), for BSD platforms and for Solaris.
Main AXIGEN services:
1. Mail transfer is ensured by SMTP / ESMTP modules, which include a powerful Mail Processing engine with an API (Application Programming Interface) for custom filtering.
2. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management.
3. The Webmail module provides improved security and efficiency and allows users anywhere on the Internet to access and send mails from their Web browsers.
All services are controlled from centralized WEB / CLI Administration, enabling full control of the email traffic.
AXIGEN Mail Server Specifications:
Mail Services
- SMTP/ESMTP, POP3, IMAP4 and Webmail
- SSL/TLS encryption
Connectivity and architecture:
- Multithreaded engine with module thread control
- Simultaneous resource access
- Mail storage with index based access
- In depth connection control
- WebMail available in 21 languages
- Firewall-like communication rules
- User authentication: plain, login, CRAM MD5
Server Security
- Multilevel filtering system
- Integration with 16 Antivirus and AntiSPAM applications
- Script interface for external custom filters
Download your copy now!
<<less
Download (18.52MB)
Added: 2009-04-09 License: Freeware Price: Free
197 downloads
 
Other version of AXIGEN Mail Server StartUp Edition
AXIGEN Mail Server StartUp Edition 1.2.2Gecad Technologies - AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support. AXIGEN Mail Server StartUp Edition. AXIGEN StartUp Edition
License:Freeware
Download (10800K)
192 downloads
Added: 2009-04-15
AXIGEN Mail Server StartUp Edition 1.2.0bGecad Technologies - AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and free tech support. AXIGEN Mail Server StartUp Edition. AXIGEN
License:Freeware
Download (6.5MB)
1270 downloads
Added: 2006-05-03
AXIGEN Mail Server Office Edition Free 7.1

AXIGEN Mail Server Office Edition Free 7.1


AXIGEN Office Edition is a FREE, reliable and secure mail server for Linux, BSD, Solaris. It offers (E)SMTP, POP3, IMAP4 and Webmail services for 5 users, centralized Web/CLI Admin, Personal Organizer, Groupware and free technical support. more>> <<less
Download (26.38MB)
Added: 2009-04-23 License: Freeware Price: $0.00
189 downloads
 
Other version of AXIGEN Mail Server Office Edition Free
Price: $0.00
License:Freeware
Download (26.32MB)
179 downloads
Added: 2009-04-28
Price: $0.00
License:Freeware
Download (16.07MB)
192 downloads
Added: 2009-04-14
AXIGEN Mail Server Office Edition Free 6.1.0GECAD TECHNOLOGIES - AXIGEN FREE mail server-(E)SMTP,POP3,IMAP4,WebMail,RPOP,Groupware,basic support
License:Freeware
Download (16.07MB)
182 downloads
Added: 2009-04-26
AXIGEN Mail Server Office Edition Free 5.0.22. Message retrieval is performed through IMAP4 or POP3 protocols with special tools for connectivity control and host authentication management. 3. The Webmail module provides improved
License:Freeware
Download (11.51MB)
204 downloads
Added: 2009-04-02
AXIGEN Mail Server Office Edition Free 4.0.1AXIGEN - AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support. AXIGEN Mail Server Office Edition Free. AXIGEN Office Edition is
License:Freeware
Download (MB)
836 downloads
Added: 2007-07-23
WapReader 1.1.vmiklos2

WapReader 1.1.vmiklos2


WapReader is an IMAP4 based wap mail server. more>>
WapReader is an IMAP4 based wap mail server.Mobility is one of the key factors shaping how companies and end users conduct daily affairs. This application makes you to be always available and to read your mails very quickly, wherever you are.
Businesses that embrace the idea of the Mobile Information Society will reinvent themselves as real-time organizations, where access and interaction can be instant. Studio 908 WAP-enabling software solutions provide platforms and tools for building innovative mobile services.
Main features:
- imap4/pop3 support
- ssl support
- supports base64 and quoted-printable mail encodings
- supports all charsets supported by iconv()
- written with PHP
- user friendly interface
Enhancements:
- Storing auth info in cookies.
<<less
Download (MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1040 downloads
KBiff 3.8

KBiff 3.8


KBiff is a dockable biff or new mail notification utility. more>>
KBiff is a "biff" or new mail notification utility. It is highly configurable but very easy to use and setup. It tries to combine the best of the features of most of the "other" biff programs out there.
KBiff supports all major mailbox formats: mbox (Berkely style), maildir, mh, POP3, IMAP4, and NNTP. As of 3.7, it also supports POP3 and IMAP4 with SSL. As of 3.8, it supports CRAM-MD5 and APOP authentication.
KBiff is also part of the KDE project. Among other things, this means that it has support for session managment (it "remembers" the last state it was in before you logged off) and can be docked into the panel.
Main features:
- Pure GUI configuration. No more command line parameters to remember (well, one optional one to make things easier for some people) or strange config files. All settings for KBiff can be done from one setup dialog.
- Session Management. KBiff starts up with the same configuration you left it with.
- Panel Docking. KBiff can be docked into the panel very easily. Handy when you are monitoring several mailboxes and dont have room anywhere else.
- Animated GIFs. You can use animated GIFs as your icons.
- Sounds. KBiff has an option to play .wav files when new mail arrives.
- POP3, IMAP4, NNTP, Maildir, MBOX, MH. KBiff supports all major mailbox formats!
- Multiple Mailbox. KBiff can monitor several mailboxes with one instance.
- Others. KBiff has scads of other options.
Enhancements:
- pdated automake admin dir to compile with latest SuSE
- Updated documentation slightly
<<less
Download (0.75MB)
Added: 2005-09-12 License: GPL (GNU General Public License) Price:
1504 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2