mail (also known as "Spam") containing images as the main content
carrier. Using different methods, it analyzes the content and properties
of images to distinguish between normal mails (Ham) and spam mails. The
methods mainly are:
* Optical Character Recognition using different engines and settings
* Fuzzy word matching algorithm applied to OCR results
* Image hashing system to learn unique properties of known spam images
* Dimension, size and integrity checking of images
* Content-Type verification for the containing email
Help from William Yodlowsky <bsd () openbsd.rutgers.edu>
Help and ok steven@, simon@
Major changes compared to the Ingo H3 (1.1.3) version are:
* Added Simplified Chinese translation.
* Updated Estonian, Polish, and Spanish translations.
* Small bugfixes and improvements.
The full list of changes (from version H3 (1.1.3)) can be viewed here:
http://cvs.horde.org/diff.php/ingo/docs/CHANGES?r1=1.55.2.62&r2=1.55.2.68&ty=h
Major changes compared to the IMP H3 (4.1.4) version are:
* Many small bug fixes and improvements.
* Updated Czech, Estonian, German, Polish, Spanish, and Simplified Chinese
translations.
The full list of changes (from version H3 (4.1.4)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.232&r2=1.699.2.247&ty=h
This module allows users to access their Gmail messages with an IMAP
client by running a server which accepts IMAP connections.
from Gleydson Soares (MAINTAINER)
This module allows users to access their Gmail messages with an IMAP
client by running a server which accepts IMAP connections.
from Gleydson Soares (MAINTAINER)
This perl module uses objects to make it easy to interface with Gmail.
The author hope to implement all of the functionality of the Gmail
website, plus additional features.
from Gleydson Soares (MAINTAINER)
"Couldn't find subject in old manpage /usr/local/man/man3p/Mail::IMAPClient::foo.3p
Unknown manpage type /usr/local/man/man3p/Mail::IMAPClient::foo.3p"
regen patch-Makefile_PL while there
ok merdely@
IMAPFilter is a mail filtering utility. It connects to remote mail
servers using the Internet Message Access Protocol (IMAP), sends
searching queries to the server and processes mailboxes based on the
results. It can be used to delete, copy, move, flag, etc. messages
residing in mailboxes at the same or different mail servers. The 4rev1
and 4 versions of the IMAP protocol are supported.
IMAPFilter uses the Lua programming language as a configuration and
extension language.
feedback & ok kili@