Main > Free Download Search >

Free pop3 settings software for linux

pop3 settings

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1554
jSettings 0.2

jSettings 0.2


jSettings package is meant to provide a Java library for dealing with program settings. more>>
jSettings package is meant to provide a Java library for dealing with program settings. (I use "settings" as just another synonym for preferences, properties, etc but I chose the word settings because of the already existing Preferences and Properties frameworks in Java). It wants to be a powerful tool for the developers of Java programs that want to manipulate structures of settings.
The code (as well as this page) is at an early development and testing stage. On top of that, I am only doing it as a means to teach myself Java (Im an economist by training and by profession) , so even at later stages you can expect the quality of the code to be quite low.
If you feel like any part of the design, code, Javadoc, examples etc is silly please dont hesitate to let me know about it. Also, I would also be happy to include requested features as long as I can understand the need for them and I also know how to do it. So please write to me if you have anything to say about this project!
Main features:
- Handles INI and FSTAB type of files and settings. There is no XML support yet, but I plan to do it if it seems to be requested.
- INI settings are specified by a setting = value pair.
- FSTAB settings are defined by an array of settings, each in a predefined field. I call them like this because the structure is similar to the fstab file in UNIX environments. Logical structure is quite similar to that of XML files.
- Settings can be logically structured into sections.
- There are two degrees of hierarchy available, called hierarchical and non-hierarchical. For example, in a hierarchical organization, the settings in a file called settings.ini, containing the following lines:
[section1]
setting1=value1
[[section1-2]] //Notice the double brackets
setting1-2=value1-2
would be refered to as
settings:section1:setting1
and
settings:section1:section1-2:setting1-2
In a non-hierarchical structure they would be
settings:section1:setting1
and
settings:section1-2:setting1-2 (section1-2 is not a child of section1 anymore).
- Loads settings from external files, either from individual files in ASCII format or from archives containing several settings files.
- Includes support for default values for settings, both for ini and fstab settings.
- The advantage is that the actual ini and fstab files will only contain the deviations from the defaults.
- Includes support for system-wide and user-specific settings, for multi-user environments.
- A program would first load the defaults, then the system-wide settings and then the user-specific ones. Also when modifying the settings, there is a choice between doing it at user and at system level.
- Support for adding/modifying/deleting settings.
- Default support for validating the settings.
- Each ini-type setting and each fstab-type field have a validation rule in the form of a regular expression. When loading the value for that setting/field, it is being checked against the rule and only accepted if it confirms to the rule. Of course, if the user wants it she can have .* as the rule for each setting.
- Support for flushing the changes made to the settings to the external files.
- Extensive logging/debug messages.
<<less
Download (0.33MB)
Added: 2006-06-16 License: MIT/X Consortium License Price:
1225 downloads
simplesettings 0.5

simplesettings 0.5


This provides simple settings for initialization for third party apps and libraries in Python. more>>
simplesettings 0.5 is an excellent tool for programmers. It provides simple settings for initialization for third party apps and libraries in Python.
<<less
Added: 2009-07-14 License: The Apache License 2.0 Price: FREE
1 downloads
Magic Settings Wizard 0.1

Magic Settings Wizard 0.1


Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings. more>>
Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings.
Magic Settings Wizard can backup/restore through an FTP location used as a storage medium.
Main features:
- backup or restore applications settings : select which ones from a list.
- personal home dir is automatically detected by default, but another directory can be specified.
- communicates with a FTP server specified by the user.
- FTP settings may be saved in a config file.
- a FTP directory may be created from the interface if needed.
- add your own applications settings definitions if yours dont exist in the database (edit settings_definitions.py).
<<less
Download (0.015MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1374 downloads
gnome-settings-visualeffects 0.4

gnome-settings-visualeffects 0.4


gnome-settings-visualeffects allows the control of the xcompmgr composite manager. more>>
gnome-settings-visualeffects allows the control of the xcompmgr composite manager, it provides the user with control of the shadow radius,opacity,offsets and colour, and the speed of fades and where they are applied.
Main features:
- Splitting shadow configuration into active and inactive windows
- Adding a path locator and version checker for xcompmgr/transset
- Incorporating window translucency (decided on a minimum of 25%)
- Window translucency can be added to active/inactive windows by single windows or window types i.e. File Chooser, applications or application children, and Im hoping that I can make this persistent.
- Increase compatibility with gdesklets
- Propose to luminocity developers a configuration standard for these types of settings, therefore improving the future of the project.
- Incorporate code from xcompmgr/transset to reduce reliance on what are intended to be demos rather than real life tools.
- Notification area tool/Panel applet for accessing effects quickly.
<<less
Download (0.44MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1548 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
pop3.proxy 2.0.0 Beta 8

pop3.proxy 2.0.0 Beta 8


pop3.proxy is a POP3 e-mail proxy. more>>
pop3.proxy is a POP3 e-mail proxy. Recently I added spam and virus scanning. It also supports (on Linux platforms) transparent redirection.
Enhancements:
- Added clamav version to e-mail header.
<<less
Download (0.044MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
927 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
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
POP3 DNS updater T.00.02

POP3 DNS updater T.00.02


popdns is a small daemon that aims at simplifying the use of DHCP-configured machines. more>>
popdns is a small daemon that aims at simplifying the use of DHCP-configured machines by allowing them to dynamically update their DNS entry using (nearly) any POP3-capable e-mail tool.

After having configured a new e-mail source (with the POP3 protocol), users are authenticated using their system password and popdns automatically updates the specified (or implied) DNS entry with the IP address of the connecting machine.

popdns makes all DNS modifications with plugins. The plugins are external programs (scripts or compiled programs) simply launched with the following arguments:

plugin ipaddress name [ name ... ]


<<less
Download (0.017MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1205 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
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
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
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
KPopAssistant 0.2

KPopAssistant 0.2


KPopAssistant is a multi-pop POP3 mail checker with extended features for KDE similar to KShowMail. more>>
KPopAssistant is a multi-pop POP3 mail checker with extended features for KDE similar to KShowMail. The project is written in pyKDE (KDE bindings for Python).
Main features:
- POP3 protocol support
- multipop : lets you watch and manage multiple pop3 accounts at once
- list e-mail details information : date, sender, subject, has attachement, size, state(read/unread), index
- delete mail
- preview mail message (simple view or full source view)
- KDE integration
- systray icon
- beep sound and gui notifications for new incoming e-mails
- launch Kmail and Kmail composer window from systray or main app (or any other app if specified)
- reply to e-mails with Kmail composer window
- sqlite DB for storing mail information (using pysqlite)
<<less
Download (0.080MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
953 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5