philippe_mingo 1217e13d6c Some uniformity into the sec index.php flavor 23 years ago
..
CRYPTO 1f4a32d08c Began rework of options page. Also added 3 plugins (filters, translate, and squirrelspell) into CVS for maintenance with the Squirrelmail core. Please note that these plugins are NOT going to be INTEGRATED with the core, just maintained alongside it here in CVS and packaged as a part of the official Squirrelmail release when we release 1.2. 24 years ago
ChangeLog 3ef32673c0 Making log entries in the ChangeLog. 23 years ago
PRIVACY 1f4a32d08c Began rework of options page. Also added 3 plugins (filters, translate, and squirrelspell) into CVS for maintenance with the Squirrelmail core. Please note that these plugins are NOT going to be INTEGRATED with the core, just maintained alongside it here in CVS and packaged as a part of the official Squirrelmail release when we release 1.2. 24 years ago
README 1f4a32d08c Began rework of options page. Also added 3 plugins (filters, translate, and squirrelspell) into CVS for maintenance with the Squirrelmail core. Please note that these plugins are NOT going to be INTEGRATED with the core, just maintained alongside it here in CVS and packaged as a part of the official Squirrelmail release when we release 1.2. 24 years ago
UPGRADING 1f4a32d08c Began rework of options page. Also added 3 plugins (filters, translate, and squirrelspell) into CVS for maintenance with the Squirrelmail core. Please note that these plugins are NOT going to be INTEGRATED with the core, just maintained alongside it here in CVS and packaged as a part of the official Squirrelmail release when we release 1.2. 24 years ago
index.php 1217e13d6c Some uniformity into the sec index.php flavor 23 years ago

README

SquirrelSpell
--------------

SquirrelSpell is a JavaScript-powered spellchecker written to work with
SquirrelMail versions 0.5 and higher.

LICENSE:
---------
This is free software released under GNU GPL license and comes with no
warranty of any kind. You may modify, borrow, or redistribute code as long
as it doesn't violate the GNU GPL license. You can read more about this
license at http://www.gnu.org/

FEATURES:
----------
SquirrelSpell works with UN*X's ISPELL or ASPELL libraries and
SquirrelMail version 0.5 and higher. No PHP recompilation required,
unless you wish to enable MCRYPT support.

* SpellChecker:
ISPELL or ASPELL. It all depends on them. Read configuration parameters in
sqspell_config.php. Starting with version v0.3 supports multiple international
dictionaries.

* User Dictionary:
SquirrelSpell adds words to the user dictionary. You may edit your
dictionary under options->personal options->Edit my dictionary.

* Encryption:
Starting with version v0.3 SquirrelSpell is capable of working with
encrypted user dictionaries. See doc/CRYPTO for information on how to
enable this feature.

* i18n and l10n:
SquirrelSpell supports any international dictionaries provided by ispell
or aspell. However, since there isn't a translation interface available
for SquirrelMail plugins, all messages produced by SquirrelSpell will be
in English.

AUTHOR:
--------
Konstantin Riabitsev, http://www.mricon.com/

SUPPORT:
---------
Send suppot questions and bug reports to the plugins mailing list:
squirrelmail-plugins@lists.sourceforge.net. When reporting a bug
don't forget to mention your browser version, SquirrelMail and
SquirrelSpell versions, as well as any other useful info.

ENJOY. :)
---------