Search results for "Email::Reply"

Email::Reply - reply to an email message River stage one • 2 direct dependents • 3 total dependents

This software takes the hard out of generating replies to email messages....

RJBS/Email-Reply-1.204 - 30 Nov 2015 03:29:55 UTC - Search in distribution

Email::AutoReply - Perl extension for writing email autoresponders River stage zero No dependents

This module may be useful in writing autoresponders. The example code above will try to respond (using Sendmail) to an email message given as standard input. The module will reply once to each email address it sees, storing sent-to addresses in a dat...

AMONSEN/Email-AutoReply-1.04 - 09 Jun 2008 22:04:13 UTC - Search in distribution

RT::Extension::EmailReplyDelimiter - Strip text from emails after a delimiter River stage zero No dependents

This extension alters email while it is being received by Request Tracker <https://bestpractical.com/request-tracker>, removing text and any associated image attachments appearing after a reply delimiter such as "*##- Please type your reply above thi...

AJWOOD/RT-Extension-EmailReplyDelimiter-0.01 - 19 Aug 2023 13:36:08 UTC - Search in distribution

Mail::EXPN - Perl extension for validation of email addresses River stage zero No dependents

This module checks validity of email addresses. It ensure the existence of a username and domain, unless you specified the MTA, searches the DNS for the MTA (if not specified), and then attempts to use the SMTP keyword EXPN to verify the username. Si...

FLORIAN/Mail-EXPN-0.04 - 01 Feb 2003 10:48:00 UTC - Search in distribution

ec - Mail reader and composer for Unix and Perl/Tk. River stage zero No dependents

Ec can send and receive mail to and from remote POP3 and SMTP servers, or route mail using sendmail, qmail, or exim. Ec can filter and store incoming messages in user configurable folders. With no additional configuration, ec routes mail to the Incom...

RKIES/ec-1.28 - 03 Mar 2004 01:25:04 UTC - Search in distribution

whim - A Webmention multitool River stage zero No dependents

Whim is a "webmention multitool" that lets you receive, send, view, and display webmentions for your website. Its main interface is the "whim" command-line program, which has various sub-commands. You can run "whim help" (or just "whim", with no argu...

JMAC/Whim-1.2023.04.06.0 - 07 Apr 2023 02:53:49 UTC - Search in distribution

perlport - Writing portable Perl River stage five • 11292 direct dependents • 32664 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

flail - a hacker's mailer in Perl River stage zero No dependents

flail is a hacker's mailer, written in Perl, and sporting a command-line interface. It currently supports pop3 and imap for access to remote maildrops, as well as regular old Unix mail spool files for local maildrops (e.g. because you use fetchmail)....

ATTILA/flail-0.2.5 - 15 Oct 2008 19:24:41 UTC - Search in distribution

news - a web front-end to a local news server River stage zero No dependents

"news" connects to the local news server via NNTP on port 119 and offers a web interface for it. There are a number of views available: * the list of newsgroups available ("server view"); * the list of articles available in a particular newsgroup ("g...

SCHROEDER/App-news-1.09 - 13 Jan 2024 20:26:13 UTC - Search in distribution

urltoys River stage zero No dependents

JDRAGO/WWW-URLToys-1.28 - 19 Jun 2004 21:43:19 UTC - Search in distribution

ASP4 - Fast, Simple and Scalable Web Development for Perl [DEPRECATED] River stage one • 4 direct dependents • 4 total dependents

ASP4 is a modern web development platform for Perl with a focus on speed, simplicity and scalability....

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 29 direct dependents • 30 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

cronjob - wrap up programs to be run as cron jobs River stage zero No dependents

cronjob is a fairly simple Perl program that's meant to be used to wrap anything you want run from a crontab. It was originally written to cope with the highly deficient Solaris crond, but now provides features that are useful even under relatively s...

RJBS/App-Cronjob-1.200014 - 11 Sep 2023 19:34:24 UTC - Search in distribution

Former - Generic CGI script for processing forms River stage zero No dependents

Former is a CGI script that is used to produce and process forms on a WWW server. It has been designed to allow quick and easy implementation of forms without the need to rewrite a CGI script everytime. Each form consists of two files: the configurat...

GEHIC/former-0.2beta - 27 Mar 1996 20:09:20 UTC - Search in distribution

rss2leafnode - post RSS or Atom feeds and web pages to newsgroups River stage zero No dependents

RSS2Leafnode downloads RSS or Atom feeds and posts items as messages to an NNTP news server. It's designed to make text items available for reading in local newsgroups, not propagating anywhere (though that's not enforced). Desired feeds are given in...

KRYDE/rss2leafnode-79 - 05 Feb 2017 11:24:31 UTC - Search in distribution

ecstool - ECS administrative utility River stage zero No dependents

This program performs a variety of ECS administrative functions....

KVMUSER/EMDIS-ECS-0.43 - 22 Apr 2021 04:21:00 UTC - Search in distribution

Mojo::Webqq - A Webqq Client Framework base on Mojolicious River stage zero No dependents

通过该项目,你可以完成基本的登录、接收和发送消息,在此基础上你可以通过插件的形式实现更多附加功能,比如: 群管理、聊天记录统计、QQ消息报警、QQ机器人、在QQ群中执行Perl代码,查询Perldoc文档、消息转发、QQ和IRC联通等等 原先的Webqq::Client模块采用的是LWP+AnyEvent实现阻塞和非阻塞请求 代码比较混乱,存在诸多bug,易用性和可扩展性较差 此项目是Webqq::Client模块的重构,基于Mojolicious框架,具体更多良好特性,比如: 基于Mojo::...

SJDY/Mojo-Webqq-2.2.7 - 10 Apr 2019 06:22:46 UTC - Search in distribution
  • Mojo::Webqq - A Webqq Client Framework base on Mojolicious

Net::IMAP - A client interface to IMAP (Internet Message Access Protocol). River stage zero No dependents

"Net::IMAP" provides a perl interface to the client portion of IMAP (Internet Message Access Protocol). add more meat - describe overall design (commands, responses, callbacks, convenience routines...

KJOHNSON/NetxAP-0.02 - 03 Oct 1999 15:27:56 UTC - Search in distribution

MIME::Lite - low-calorie MIME generator River stage three • 51 direct dependents • 102 total dependents

In the never-ending quest for great taste with fewer calories, we proudly present: *MIME::Lite*. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, dece...

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution
213 results (0.258 seconds)