"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "imapfilter-2.0.10/imapfilter.1" of archive imapfilter-2.0.10.tar.gz:
Caution: As a special service "SfR Fresh" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even errorneous.
Alternatively you can here view or download the uninterpreted manual source code.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
IMAPFILTER
Section: User Commands (1)
Index
BSD mandoc
NAME
imapfilter
- mail filter
SYNOPSIS
[-Vdiv
]
[-c configfile
]
[-e 'command'
]
[-l logfile
]
DESCRIPTION
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.
The options are as follows:
- -V
-
Displays program's version.
- -c configfile
-
Path to the configuration file. The default is
$HOME/.imapfilter/config.lua
- -d
-
Debug mode; creates a temporary file name in
$HOME/.imapfilter/debug.XXXXXX
where debugging messages about the program's progress are printed.
- -e 'command'
-
May be used to enter one line of program (configuration).
When this options is used,
will not look for any configuration file.
- -i
-
Enters interactive mode after executing the configuration file or the command
line.
- -l logfile
-
File that contains logs of error messages
produces.
- -v
-
Verbose mode; prints detailed information about the program's actions.
ENVIRONMENT
- HOME
-
User's home directory.
FILES
- $HOME/.imapfilter/config.lua
-
Default configuration file. Because this file may contain sensitive data such
as user passwords, the recommended permissions are read/write for the user, and
not accessible by others.
- $HOME/.imapfilter/certificates
-
File where the SSL/TLS certificates are stored.
- $HOME/.imapfilter/debug.XXXXXX
-
Debug files.
SEE ALSO
imapfilter_config5
STANDARDS
- IMAP4rev1:
-
RFC 3501, RFC 3348, RFC 2683, RFC 2595, RFC 2342, RFC 2195
- IMAP4:
-
RFC 1730
AUTHORS
An Lefteris Chatzimparmpas Aq lefcha@hellug.gr
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- ENVIRONMENT
-
- FILES
-
- SEE ALSO
-
- STANDARDS
-
- AUTHORS
-