Main > Free Download Search >

Free pop3 imap4 software for linux

pop3 imap4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 226
WMPop3 0.5.6a

WMPop3 0.5.6a


WMPop3 is a Window Maker dockable I wrote which will inform a user on how many messages are currently in thier pop3 mail box. more>>
WMPop3 is a Window Maker dockable I wrote which will inform a user on how many messages are currently in thier pop3 mail box.

WMPop3 when first executed will check if there is a .wmpop3rc file in the users home directory, it will create this if it can not be located. This file must be edited and the following fields must
be changed :

1) popserver - this is the name of the pop3 server.
2) port - this is the port the pop3 server is on.( default 110)
3) username - users pop3 login name.
4) password - users pop3 login password.
5) autochecking - This allows to disable or enable auto mail checking. 1 enables, 0 disables
6) mailcheckdelay - Number of minutes, before checking mail. (default = 10 minutes)
7) mailclient - this is the mail client you use to send/retrieve messgaes(default pine)
8) viewallmessages - This allows for alternating mail views, 0 shows unread and read messages, 1 shows only unread messages.

<<less
Download (0.023MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1108 downloads
jPOPc 0.1a

jPOPc 0.1a


jPOPc project is a simple, threaded, multi-part, UTF-8 compliant POP3 email client. more>>
jPOPc project is a simple, threaded, multi-part, UTF-8 compliant POP3 email client.
Main features:
- threaded
- very fast
- supports Base64 encoded attachments
- supports Quoted-Printable encoded attachments
- flexible configuration
<<less
Download (0.38MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
925 downloads
WMPop3LB 2.4.2

WMPop3LB 2.4.2


WMPop3LB is a multi POP3 accounts mailbox checker. more>>
WMPop3LB is a multi POP3 accounts mailbox checker. It can connect to up to 6 POP3 accounts to check if you have mail, get the "From:" and "Subject:" header fields of each mail and display them in a 7 lines window.
Messages can be deleted directly off the servers by selecting the mails to delete and clicking the "delete" button.
Main features:
- up to 6 different pop servers / accounts.
- displays "From:" and "Subject:" fields for each mail.
- displays number of unread messages or total number of messages, per account
- different autochecking intervals for each pop account
- can delete mail directly off the server
- can launch a command for each new mail received, for each selected message or for each server.
- very verbose interface
Enhancements:
- fixed a bug in pop3WriteOneMail: the first line of a received buffer was always removed, so the received mail was incomplete and corrupted.
<<less
Download (0.037MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1478 downloads
POP3 Virus Scanner Proxy 0.4

POP3 Virus Scanner Proxy 0.4


POP3 Virus Scanner Proxy is a full-transparent proxy daemon which scans all mails for viruses more>>
POP3 Virus Scanner Proxy is a full-transparent proxy daemon which scans all mails for viruses using third party scanners (built-in support for AVPD and Trophie).

You have to set up a port redirection in the linux-netfilter (iptables) so that all connections from e.g. inside your office to any POP3 server outside in the world will not leave your router, but come a local port, on which POP3VScan listens. POP3VScan receives from the linux kernel the original destinations of packets (the POP3 server outside in the world) and will connect to them.

All data we receive from the client will be sent to the server, and vice versa. With a little enhancement: we parse the neccessary parts of the POP3 protocol and when an email is sent from the server, we store it into a file, invoke a virusscanner and send it if it is good, or we just replace it with a virus notification. It should be possible to use all scanners using the scannertype=basic. Also POP3VScan provides scannertype=avpd for high-speed scanning using Kaspersky Anti-Virus for Linux, every C programmer can easily adept other scan-daemons (trophie, sophie, antivir, ...).

Neither the client nor the server has to be configured, none of them will take notice that theres a mailscanner (except the client when he gets a virus notification or if he looks into the header, and the server gets our ip as source).
<<less
Download (0.13MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1208 downloads
pop3spam 0.11

pop3spam 0.11


pop3spam is a POP3 client which connects to a POP3 server and deletes unsolicited mail. more>>
pop3spam is a POP3 client which connects to a POP3 server and deletes unsolicited mail. If a message has been identified as unsolicited, it can be deleted directly from the POP3 server without the need to download it first.

Eventually your normal mail-retrieval utility (e.g. fetchmail) can gather all (cleaned) mail as usual. The program is intended for people with low bandwidth. Its very annoying if you first have to download lots of large messages just for the sole purpose of deleting them afterwards because your local spam filter debunked them as spam. Its also annoying to download very large messages (attachments) at all.

pop3spam doesnt use any hard wired regular expressions so it should basically work with any recent version. For information about the configuration and use of pop3spam, take a look at the man pages pop3spam(1) and pop3spamrc(5). A sample configuration file exists in the directory doc/ in the source tree.
<<less
Download (0.085MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
793 downloads
Perl Pop3 1.0.1

Perl Pop3 1.0.1


Perl Pop3 is a POP3 server fully implemented in Perl. more>>
Perl Pop3 is a POP3 server fully implemented in Perl.
The advantages over other POP3 servers are that it is not a memory hog, and can be used to connect to databases for authentication.
Also, its code is easy to extend for any other uses, like POP-before-SMTP and extended logging.
Main features:
- Does not read the mailbox into memory, it reads what it needs as it processes the mailbox, so its memory requirements are low.
- Most email delivery is just printing out to the client; this is done in a fast and efficient way.
- It uses the systems users in the default unix way, but it can be changed to read users off a database (using DBI/DBD). It is prepared to use the database right away and can be extended or configured to use existing systems.
- It can be use to solve the smtp authentication via popauth or relay-domains (with sendmail) so users can be permitted to send smtp mail after pop3 authentication. This has been an effective solution for roaming users.
- Logging can be extended beyond the use of text files to any other method available in Perl, including database systems.
- Also, security is not an issue, as input is strictly controlled.
Using an easily modifiable daemon as part of a e-mail solution can be of great advantage over other existing systems in other languages. Further development will also try to incorporate more easily configurable extensions and plugins, so rapid deployment and extensibility is achieved.
Installation:
For installation instructions and configuration please see the INSTALL file. For more detailed information, consult the DOC file.
<<less
Download (0.010MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1131 downloads
wmMultiPop3 0.8

wmMultiPop3 0.8


wmMultiPop3 is a WindowMaker dockapp, written by me, Daniel Sundberg, which checks one or more pop3-accounts for new mail. more>>
wmMultiPop3 is a WindowMaker dockapp, written by me, Daniel Sundberg, which checks one or more pop3-accounts for new mail.

Its based on wmPop3, written by Scott Helden. Ive added support for multiple pop3 accounts (a few while-loops and some changes in the config-file parsing routines).

<<less
Download (0.026MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1108 downloads
WMpop 0.51

WMpop 0.51


WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 and APOP mailbox. more>>
WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 mailbox. WMpop project displays:
- number of mails in the mailbox (or unread mails if checked in the preference screen),
- a scrolling text with the email address of the senders (only for local mailbox for the moment),
- and a status led, indicating mail checking progression and errors.
WMpop can be configured via a graphic interface written in GTK+. The configuration interface let you define parameters of your POP3 server, and let you personalize the app (changing icons or sound and choosing an external command to launch on demand).
It is internationalized, with French translation. You can also run several instances of the program of different mailboxes (remote or local).
<<less
Download (0.20MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
WizMail 1.4

WizMail 1.4


WizMail is a Webmail system that strives to keep synchronized with the email on a POP3 server. more>>
WizMail is a Webmail system that strives to keep synchronized with the email on a POP3 server so that it can be accessed from the Web when an email client cant be used, and then downloaded when possible.

It is also able to filter incoming email into different folders, offers different configurable identities and signatures per user, and supports drag and drop.

WizMail project supports downloading and relaying of email using any SMTP/POP3 client: using WizMailTunnel, your email server can be accessed through HTTP/HTTPS proxies.

<<less
Download (0.082MB)
Added: 2006-05-14 License: Free for non-commercial use Price:
1260 downloads
Poprox 2.31

Poprox 2.31


Poprox is a POP3 and SMTP transparent filtering proxy. more>>
Poprox is a POP3 and SMTP transparent filtering proxy. The project does virus scanning using libclamav and is comparable to p3scan in philosophy.

Its design is based on a multi-process architecture which allows the detection of libclamav crashes. When this occurs, Poprox is able to delete the offending mail.

Debug mode can be toggled by sending a SIGUSR1 signal to the main process. Interactions with users can be translated in any language by using a simple template system.
<<less
Download (0.011MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
926 downloads
mpop 1.0.11

mpop 1.0.11


mpop is a small and fast POP3 client with header based mail filtering capabilities. more>>
mpop project is a small and fast POP3 client with header based mail filtering capabilities.
mpop is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.
Main features:
- Header based mail filtering: filter junk mail before downloading it
- Delivery to mbox files, maildir folders or a mail delivery agent (MDA)
- Very fast POP3 implementation, using command pipelining
- Authentication methods USER/PASS, APOP, PLAIN, LOGIN and CRAM-MD5 (and GSSAPI, DIGEST-MD5, and NTLM when GNU SASL is used)
- TLS encrypted connections (including server certificate verification and the possibility to send a client certificate)
- IPv6 support
- support for multiple accounts
<<less
Download (0.55MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
816 downloads
NullPop 0.2

NullPop 0.2


NullPop is a POP3 server that allows logins, but never returns any email. more>>
NullPop is a POP3 server that allows logins, but never returns any email.
NullPop is useful for certain setups where the user needs an account setup in their mail client, but no real mail will ever be received.
Installation:
A basic install procedure looks like this.
# cd nullpop-0.x
# ./configure
# make
# make install
By default nullpop will install to the /usr/local/libexec/ path. You may want to specify a different prefix with the --prefix argument to ./configure.
Execute the following command for more options:
./configure --help
Enhancements:
- Added documentation
<<less
Download (0.078MB)
Added: 2006-08-08 License: BSD License Price:
1172 downloads
mailman-pop3d 0.3

mailman-pop3d 0.3


mailman-pop3d provides a POP3 interface to GNU Mailman for the purposes of deleting spam. more>>
mailman-pop3d provides a POP3 interface to GNU Mailman for the purposes of deleting spam which is stuck in the administrative requests queue.
If you manage a large Mailman mailing list, and are tired of using the web interface to discard spam, this script may be for you.
This software should be considered to be in beta stage; bugs are possibly present, and bug reports would be very much appreciated. At this point, I would also be very interested in hearing about success stories.
Enhancements:
- Improved logging messages.
- Development status changed from alpha to beta.
<<less
Download (0.007MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1324 downloads
popa3d 1.0.2

popa3d 1.0.2


popa3d project is a tiny POP3 daemon. more>>
popa3d project is a tiny POP3 daemon.
It is designed with security as the primary goal. You can read more about its design, check out the change log, or download a popa3d tarball (the latest stable version is recommended) and refer to the documentation inside.
Enhancements:
- A couple of optimizations specific to x86-64 have been applied to the included MD5 routines.
<<less
Download (0.032MB)
Added: 2006-05-23 License: BSD License Price:
1250 downloads
Popcheck 1.3

Popcheck 1.3


Popcheck is a software that can check your POP3 mail account. more>>
Popcheck is a software that can check your POP3 mail account. Log onto a popserver to see a list of all messages that you have on there, with sender, subject and size for each message.

With an ncurses interface that easily lets you scroll through them, and optionally deleting messages without ever downloading them

This can be useful when youve received big mails that you dont really want to download.

Usage: popcheck [-s pop3 server] [-u pop3 user] [-p pop3 password] [-o filename] [-i filename]

-s and -u are the only ones that are requred. Popcheck will ask you for
a password if it isnt supplied on the command line.

-o and -i are for batch mode. Use with caution, because you can easily delete all your mail using this function.

Keys when using the curses interface:

UP, p - Up one line
DOWN, n - Down one line
PGUP, - - Up one page
PGDN, space - Down one page
d - Mark/Unmark message
s - Exit and save changes
q - Exit without saving anything

<<less
Download (0.009MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
871 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5