Main > Free Download Search >

Free what is pop3 software for linux

what is pop3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 242
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
lollipop 0.3

lollipop 0.3


lollipop is a POP3 server that is almost RFC 1939 compliant. more>>
lollipop is a POP3 server that is almost RFC 1939 compliant. lollipop main goal is speed, since it is designed for users who store very large numbers of messages (>4000) on the server. It only supports the maildir storage format.
This is an almost rfc1939 compliant POP3 server. The main goal of this program is the speed, especially if you have many mails in your maildir (>4000) and you want to store your mails on the server.
I created this program to provide a solution for my problem. I have a small server in my house and this collects my emails from my addresses (fetchmail, exim local delivery). I have a very good backup system for this machine, powered by dirvish. I have two desktops and a laptop computers. I want to store all of my emails (over 6000) on the server in maildir - mainly because this is an archived machine.
I tried to use IMAP, but unfortunately I found it slow even on fast ethernet LAN. I switched to POP3 with leave on server option but the statistic step was very-very slow. On my laptop I got timeouts before the statistic step done so its impossible to use this method on this slow machine.
Finally I decided to write a special POP3 server for this task. Poppy has memory and it reports as new mail only the new mails after the last download for that location. Its supports only maildir because for this solution, the mailbox isnt optimal. Your maildir must be in ~/.maildir if you use maildir with other name, create a link to it.
Configure: change the LAN address to your LAN (for example 192.168.1.1) in the beginning of the script.
Usage: just start it in the background. (./lollipop.pl &) and make sure not using another pop3 server.
Enhancements:
- CAPA in AUTH state was fixed.
<<less
Download (0.004MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1405 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
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
libspopc 0.7.5

libspopc 0.7.5


libspopc is a simple and light pop3 mail client library used by small programs. more>>
libspopc is a simple and light pop3 mail client library used by small programs. One of the libspopcs purposes is to help developpers to host easily a pop3 mail client in their programs.

libspopc support also SSL encrypted connections (with libssl and libcrypt available at the openssl website), but it can also be built without SSL support if you prefer.

libspopc provides an easy to learn session interface, but provides also a classical socket-level interface for those who prefer to manage a socket rather than a session structure. I encourage you to use the session-level interface.

<<less
Download (0.060MB)
Added: 2007-05-20 License: LGPL (GNU Lesser General Public License) Price:
888 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
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
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
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
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
htsneak 0.11

htsneak 0.11


htsneak is a general-purpose HTTP tunnelling utility written in Python. more>>
htsneak is a general-purpose HTTP tunnelling utility written in Python. It can be used for accessing external Internet resources from behind a firewall, through an HTTP proxy. It comes with a built-in proxy server that tunnels data through an HTTP proxy to external servers for pop3, imap, smtp, ymsg, etc.

Installation is very simple. Unzip the archive into your prefered installation directory.

<<less
Download (0.010MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
Balsa 2.3.18

Balsa 2.3.18


Balsa is a GNOME mail client with support for local mailboxes, POP3, and IMAP. more>>
Balsa is a GNOME mail client with support for local mailboxes, POP3, and IMAP.
Balsa is a Gnome e-mail client supporting POP3, IMAP, and local mail delivery. Balsa can be compiled with multi-threading support for faster response, and can do nifty things like read your GnomeCard address book, use LDAP, and render HTML mail.
Main features:
- Support for local mailbox formats: mbox, maildir, mh
- Allows nested mailboxes (see this screenshot)
- Support for POP3 and IMAP mail access protocols
- Printing
- Spell Checking
- Multi-threaded mail retrevial (optional)
- MIME support (view images inline, save parts)
- Supports SMTP and/or use of local MTA, ie. Sendmail
- Address Book that integrates with GnomeCard
- Highly configurable
- Active, open development (see the mailing list page)
- Multiple character sets for composing and reading messages
- Allows file attachments to outgoing messages
- GPG/OpenPGP mail signing and encryption
<<less
Download (2.4MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
884 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
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5