Ports Search

Results 3,2013,210 of 5,886 for /net-im/.(0.005 seconds)
mail/mboxgrep-0.7.9 (Score: 0.0070083328)
Utility to scan mailboxes for messages matching a regular expression
mboxgrep is a small utility that scans a mailbox for messages matching a regular expression. Found messages can be either displayed on standard output, counted, deleted, piped to a shell command or written to another mailbox. Its features include: * ability to limit the search to message body or headers (although the whole message is scanned by default) * message counting * ability to invert the sense of matching * ability to write found messages to another mailbox * support for mbox (either plain or compressed), MH, nnmh, nnml and maildir folders * support for basic and extended POSIX regular expressions, and, optionally, Perl-complatible regular expressions (if linked with the PCRE library)
mail/lurker-2.3 (Score: 0.0070083328)
Mailing list archiver
Lurker is not just another mailing list archiver. It is capable of handling gigabytes of mail without slowing down. Lurker has been designed to scale to support sites with thousands of concurrent users and hundreds of new messages a second. If you run a high-volume mailing list archive, you should seriously consider lurker for this alone. To facilitate finding interesting data, lurker supports: * full keyword search by body, subject, author, ... * a graphical representation of message relationships * charts of the current activity about a topic * searching lists or queries around an estimated time * signature verification to confirm the author * messages markup to find related information As one would expect, lurker also supports file attachments, multiple languages, message threading, gpg key photo ids, a transactional database, automatic timezone detection, render caching, xml customization with xslt and css, multiple front-ends (3-tier deployment), and many other buzz words.
mail/msmtp-1.6.5 (Score: 0.0070083328)
SMTP plugin for MUAs
msmtp -- An SMTP client msmtp is an SMTP client that can be used as an "SMTP plugin" for Mutt and probably other MUAs (mail user agents). It forwards mails to an SMTP server (for example at a free mail provider) which does the delivery. To use this program, create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. Features include: * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5 (and DIGEST-MD5 and NTLM when compiled with GSASL support) * TLS encrypted connections (including server certificate verification and the possibility to send a client certificate) * DSN (Delivery Status Notification) support * IPv6 support (on systems that support it) * support for multiple accounts * sendmail compatible exit codes (which most MUAs understand). Note: you may want to install mail/msmtpqueue - queuing support for msmtp.
mail/mutt_vc_query-002 (Score: 0.0070083328)
vCard query utility for mutt
The mutt_vc_query program is a vCard query utility for mutt. It was originally written for `rolo'.
mail/mpop-1.2.5 (Score: 0.0070083328)
Small and fast POP3 client
mpop is a POP3 client: it retrieves mail from POP3 mailboxes. Features include: * Support for multiple accounts * Header based mail filtering: filter junk mail before downloading it * Delivery to mbox files, maildir folders, or a mail delivery agent (MDA) * TLS/SSL support including client certificates * Many authentication methods * Support for Internationalized Domain Names (IDN) * Fast POP3 implementation using command pipelining * SOCKS proxy support
mail/archivemail-0.9.0 (Score: 0.0070083328)
Archive or delete mail older than N days
Archivemail searches through mailbox files (in any of a number of formats) and selects messages older than N days to be moved to a new, optionally-compressed, mbox-format file. Selected messages can also be appended to an existing archive file, or simply deleted.
mail/pfqueue-0.5.6 (Score: 0.0070083328)
Console-based tool for handling Postfix 1, Postfix 2, and Exim queues
pfqueue provides a console (ncurses) interface to Postfix 1, Postfix 2 and Exim mail queues. It is a real-time queue scanner that shows per-queue lists of existing messages; the messages can be deleted, put on hold or released. For example, it may be useful to inspect a traffic jam at a given time, to see what is falling into and unexpectedly crowding your deferred queue. Marcus Alves Grando <mnag@FreeBSD.org>
mail/trojita-0.6 (Score: 0.0070083328)
Fast cross-platform IMAP e-mail client using Qt 5 toolkit
Trojita is a fast cross-platform Qt IMAP e-mail client. Some highlights are: * It is a pure Qt application with no additional dependencies * Robust IMAP core implemented using Qt's Model-View framework * Standards compliance, resources efficiency, interoperability and high productivity are primary design goals * Integrates well into any reasonable desktop environment * On-demand message list and body part loading * Offline IMAP support * Support for bandwidth-saving mode aimed at mobile users with expensive connection * IMAP over SSH -- in addition to usual SSL/TLS connections, the server could be accessed via SSH * Safe and robust dealing with HTML mail Trojita is neither a full PIM suite nor a POP3 client.
mail/postfix-logwatch-1.40.03 (Score: 0.0070083328)
Postfix MTA log parser
The postfix-logwatch(1) utility is a Postfix MTA log parser that produces summaries, details, and statistics regarding the operation of Postfix. A key feature of postfix-logwatch is its ability to produce a very wide range of reports with data grouped and sorted as much as possible to reduce noise and highlight patterns. Brief summary reports provide a quick overview of general Postfix operations and message delivery, calling out warnings that may require attention. Detailed reports provide easy to scan, hierarchically-arranged and organized information, with as much or little detail as desired.
mail/dkimpy-0.5.6 (Score: 0.0070083328)
Python library for DKIM email signing and verification
Python module that implements DKIM (DomainKeys Identified Mail) email signing and verification. It also provides helper scripts for command line signing and verification.