This class is the parent for all access method supported by the WWW::Search
library. This library implements a Perl API to web-based search engines.
Current search engines supported include AltaVista (both web and news),
Dejanews, Excite (web only), HotBot (web only), Infoseek (e-mail, web, and news)
and Lycos.
Search results are limited and there is a pause between each request for results
to avoid overloading either the client or the server.
KDE Base Applications consists of what runs on the desktop. This
module isn't a complete collection of essential applications that a
user would expect on a desktop (such as e-mail and calculator). This
package is the basic set of applications beyond the workspace that KDE
applications can assume are installed. These applications should have
no problem running on Windows, OS X, Gnome, etc. as stand alone
applications if the user wanted to use them there.
Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl
daemon.
multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL
look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as
a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common
configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so
that DNSBL's can be maintained in a common configuration file for an entire
mail installation.
Because DNSBL usefulness is dependent on the nature and source of spam sent to
a specific site and because sometimes DNSBL's may provide intermittant service,
multi_dnsbl interrogates them sorted in the order of greatest successful hits.
DNSBL's that do not respond within the configured timeout period are not
interrogated at all after 6 consecutive failures, and thereafter will be
retried not more often than once every hour until they come back online. This
eliminates the need to place DNSBL's in a particular order in your MTA's config
file or periodically monitor the DNSBL statistics and/or update the MTA config
file.
Agrep is a tool for fast text searching allowing errors.
The three most significant features of agrep that are not supported by
the grep family are
1) the ability to search for approximate patterns;
for example, "agrep -2 homogenos foo" will find homogeneous as well
as any other word that can be obtained from homogenos with at most
2 substitutions, insertions, or deletions.
"agrep -B homogenos foo" will generate a message of the form
best match has 2 errors, there are 5 matches, output them? (y/n)
2) agrep is record oriented rather than just line oriented; a record
is by default a line, but it can be user defined;
for example, "agrep -d '^From ' 'pizza' mbox"
outputs all mail messages that contain the keyword "pizza".
Another example: "agrep -d '$$' pattern foo" will output all
paragraphs (separated by an empty line) that contain pattern.
3) multiple patterns with AND (or OR) logic queries.
For example, "agrep -d '^From ' 'burger,pizza' mbox"
outputs all mail messages containing at least one of the
two keywords (, stands for OR).
"agrep -d '^From ' 'good;pizza' mbox" outputs all mail messages
containing both keywords.
LICENSE: no redistribution for profit
Hastymail2 is a full featured IMAP/SMTP client written in PHP. Our goal is to
create a fast, secure, compliant web mail client that has great usability.
Hastymail2 is much more lightweight than most popular web based mail
applications but still maintains a competitive feature set. The project
originated as Hastymail in 2002, then was nearly completely rewritten as
Hastymail2 starting in January of 2008. We are very near our first stable
release of the second generation of Hastymail and development continues to be
active.
Features:
* Compatible with PDAs, phones, text browsers, and all mainstream browsers
* W3C valid UTF-8 XHTML pages that can be configured to be delivered as type
application/xhtml-xml for supported browsers
* Multilevel theme system using CSS, PHP templates, and icon sets
* The ability to use a database for storing user settings, contacts, and
plugin data, with support for both Postgresql and Mysql
* Flexible and powerful plugin system with documentation, examples, and many
plugins like a calendar, auto complete, sound notifications, HTML mail
composition, and more
* Tunable smart cache to balance IMAP activity and PHP session size to
maximize performance for different configurations
* AJAX updating using a lightweight and simple system
* Small page sizes to minimize load time and bandwidth use. Average page
sizes including javascript with AJAX updating, CSS, and images is less
than 100K without compression or caching, 50K when using gzip compression,
and less than 20K when using gzip and normal browser caching
* Multiple interface languages and enhanced message character set handling
* Custom built RFC compliant IMAP class that handles all IMAP communications
* No special PHP requirements, compatible with PHP4 and PHP5
* Advanced IMAP search capabilities
* Vcard based contact management including import/export ability
* IMAP SSL and STARTTLS* support
* Flexible sessions including support for cookie-less sessions and random
session ids*
* Tons more!
QuickPage sends messages to a paging terminal using the SNPP and IXO
(also known as TAP) protocols. It is normally used with no options
other than a recipient and the message text, in which case the message
is sent to the SNPP server where it is submitted to a page queue to be
sent by a separate daemon process.
Page groups and duty schedules are supported. Status notification
messages indicating the success or failure of a page are sent via
e-mail to submitters of high-priority (level 0) pages.
With TPB it is possible to bind programs to the ThinkPad, Mail, Home and
Search buttons. TPB can also run a callback program on each state change with
the changed state and the new state as options. So it is possible to trigger
several actions on different events.
TPB has an on-screen display (OSD) to show volume, mute, brightness and some
other information. Furthermore TPB supports a software mixer, as some models
of the R series ThinkPads have no hardware mixer to change the volume.
The State Threads is a small application library which provides a
foundation for writing fast and highly scalable Internet applications
(such as web servers, proxy servers, mail transfer agents, and so on) on
UNIX-like platforms. It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture. In other words, this library offers a
threading API for structuring an Internet application as a state
machine.
The State Threads library is a derivative of the Netscape Portable
Runtime library (NSPR).
sheerdns is a master DNS server whose zone records are stored on a
one-record-per-file bases. Because of this, sheerdns is likely the
simplest DNS to configure, use, update, and operate. It's especially
efficient for networks with frequent updates -- serving DHCP, for example.
Updates to the zones are immediate, and do not require restarting sheerdns.
SheerDNS is a good candidate for creating and RBL for mail, or web sites,
as well as for providing DNS on embeded systems. Or anything else that
requires a fast DNS, with very low overhead.
se is a screen oriented version of the classic UNIX text editor ed.
se has a long history dating back to the early 1980s.
Features
- command syntax that is very familiar to users who already know ed.
- full visual interface allowing you to see the text you're editing.
- built-in help system which describes many of the available commands.
- many configurable options which can be loaded from a .serc file.
- can be run interactively or in a script via the included scriptse utility.
- portable across many platforms.
- will notify you if you have new/unread e-mail.
- optional usage logging.