imap4
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 29
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.
<<lessSpecifically, 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.
Download (3.3MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
849 downloads
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
License:Freeware
Price: $0.00
License:Freeware
License:Freeware
License:Freeware
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 improvedLicense:Freeware
License:Freeware
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.
<<lessrimo 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.
Download (0.008MB)
Added: 2005-10-27 License: Python License Price:
1458 downloads
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.
<<lessThese 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.
Download (0.10MB)
Added: 2006-05-28 License: MIT/X Consortium License Price:
1245 downloads
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.
<<lessBusinesses 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.
Download (MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1040 downloads
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.
<<lessSYNOPSIS
# 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.
Download (0.022MB)
Added: 2006-11-30 License: Perl Artistic License Price:
1060 downloads
mysqmail-courier-logger 0.3.0 R0
mysqmail-courier-logger is a C parser that will log all the courier-imap traffic logs into a MySQL database. more>>
mysqmail-courier-logger project is a C parser that can log all the courier-imap traffic logs into a MySQL database.
DTC (Domain Technologie Control) can then measure the IMAP4 and POP3 traffic per user and per domain.
<<lessDTC (Domain Technologie Control) can then measure the IMAP4 and POP3 traffic per user and per domain.
Download (0.007MB)
Added: 2006-01-09 License: LGPL (GNU Lesser General Public License) Price:
1384 downloads
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.
<<lessBy 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.
Download (0.10MB)
Added: 2006-04-10 License: BSD License Price:
1292 downloads
bodek 0.1.3
bodek is a mail notifier that stays in the system tray and shows a pop-up when new e-mail arrives (similar to KBiff and Korn). more>>
bodek project is a mail notifier that stays in the system tray and shows a pop-up when new e-mail arrives (similar to KBiff and Korn).
Currently bodek supports POP3 and IMAP4 protocols, with both secure and insecure logins.
bodek handles non-conforming and badly configured mail servers better then most other programs of this kind.
Let me know of any bugs you manage to find (shouldnt be too hard) and of course, Patches Welcome (TM).
Main features:
- POP3 and IMAP4 support
- support for secure login
- uses KWallet for secure password storage
- many many cool bugs for everyone to find!
<<lessCurrently bodek supports POP3 and IMAP4 protocols, with both secure and insecure logins.
bodek handles non-conforming and badly configured mail servers better then most other programs of this kind.
Let me know of any bugs you manage to find (shouldnt be too hard) and of course, Patches Welcome (TM).
Main features:
- POP3 and IMAP4 support
- support for secure login
- uses KWallet for secure password storage
- many many cool bugs for everyone to find!
Download (0.63MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
nugu 0.5 beta
nugu is a biff-like utility which scans either an IMAP4 or POP3 mail server account. more>>
nugu is a biff-like utility which scans either an IMAP4 or POP3 mail server account and relays an abbreviated copy of the unread email to the users cell phone.
The user can constrain which messages get relayed by defining a query in a configuration file. nugu is meant to be run as a cron job.
Enhancements:
- Support for --notruncate and --abbreviate command line options was added.
- --notruncate refrains from truncating a message to the 160 character SMS limit.
- --abbreviate attempts to provide "text-readable" compression by simply ommitting vowels in words that are longer than 4 characters.
<<lessThe user can constrain which messages get relayed by defining a query in a configuration file. nugu is meant to be run as a cron job.
Enhancements:
- Support for --notruncate and --abbreviate command line options was added.
- --notruncate refrains from truncating a message to the 160 character SMS limit.
- --abbreviate attempts to provide "text-readable" compression by simply ommitting vowels in words that are longer than 4 characters.
Download (0.010MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
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.
<<lessBesides 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.
Download (4.0MB)
Added: 2006-08-28 License: LGPL (GNU Lesser General Public License) Price:
1152 downloads
wmnotify 0.3.1
wmnotify is a Window Maker DockApp for periodically checking a POP3 mailbox. more>>
MAILBOX wmnotify is a "DockApp" application, running under WindowMaker, to periodically check a POP3 or IMAP4 email account for new messages. It also supports SSL encryption.
When new messages are detected, the mailbox image is animated to give a visual indication that new mail has arrived. Additionnally, if desired, a sound can be produced from a WAV or AU audio file, or from the console bell.
For simplicity reasons, wmnotify doesnt support multiple POP3 accounts. But by starting a new instance of wmnotify and specifying an alternate configuration file on the command line, you can effectively check multiple POP3 accounts.
<<lessWhen new messages are detected, the mailbox image is animated to give a visual indication that new mail has arrived. Additionnally, if desired, a sound can be produced from a WAV or AU audio file, or from the console bell.
For simplicity reasons, wmnotify doesnt support multiple POP3 accounts. But by starting a new instance of wmnotify and specifying an alternate configuration file on the command line, you can effectively check multiple POP3 accounts.
Download (0.66MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1485 downloads
gnubiff 2.2.7
gnubiff is a mail notification program that periodically checks for mail. more>>
gnubiff project is a mail notification program that checks for mail and displays headers when new mail has arrived.
Main features:
- Multiple mailbox support
- pop3, apop, imap4, mh, qmail and mailfile support
- SSL & certificates support
- GNOME support with complete integration to panel
- GTK stand-alone support
- Automatic detection of mailbox format
- Mail header & content display
- IDLE state support for imap4
- FAM support for mh/qmail/mailfile
- PNG animation support
- Highly configurable
- Spam filtering
- HIG 2.0 compliance
- Small memory usage
Installation:
To install gnubiff with GNOME:
./configure --prefix=`pkg-config libpanelapplet-2.0 --variable=prefix`
make
make install
To install gnubiff with GTK only:
./configure --disable-gnome
make
make install
Enhancements:
- Showing/Hiding popup via SIGUSR signals
- Options for showing/hiding popup/applet in the taskbar
- Several small bugfixes
<<lessMain features:
- Multiple mailbox support
- pop3, apop, imap4, mh, qmail and mailfile support
- SSL & certificates support
- GNOME support with complete integration to panel
- GTK stand-alone support
- Automatic detection of mailbox format
- Mail header & content display
- IDLE state support for imap4
- FAM support for mh/qmail/mailfile
- PNG animation support
- Highly configurable
- Spam filtering
- HIG 2.0 compliance
- Small memory usage
Installation:
To install gnubiff with GNOME:
./configure --prefix=`pkg-config libpanelapplet-2.0 --variable=prefix`
make
make install
To install gnubiff with GTK only:
./configure --disable-gnome
make
make install
Enhancements:
- Showing/Hiding popup via SIGUSR signals
- Options for showing/hiding popup/applet in the taskbar
- Several small bugfixes
Download (0.83MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
833 downloads
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
<<lessKBiff 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
Download (0.75MB)
Added: 2005-09-12 License: GPL (GNU General Public License) Price:
1504 downloads

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
Gecad Technologies - AXIGEN FREE mail server - (E)SMTP, POP3, IMAP4, Webmail server and support. AXIGEN Mail Server StartUp Edition. AXIGEN StartUp EditionLicense:Freeware
License:Freeware
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above imap4 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed