mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
2c18e90c9c
- While I'm here: - Add LICENSE_FILE - Add NO_ARCH - Fix PLIST_FILES mail_room is a configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received. Examples of delivery methods include: POST to a delivery URL (Postback) Queue a job to Sidekiq or Que for later processing (Sidekiq or Que) Log the message or open with LetterOpener (Logger or LetterOpener) WWW: https://github.com/tpitale/mail_room PR: 203583 Submitted by: Michael Fausten <ports@michael-fausten.de>
10 lines
391 B
Plaintext
10 lines
391 B
Plaintext
mail_room is a configuration based process that will idle on IMAP connections
|
|
and execute a delivery method when a new message is received.
|
|
Examples of delivery methods include:
|
|
|
|
POST to a delivery URL (Postback)
|
|
Queue a job to Sidekiq or Que for later processing (Sidekiq or Que)
|
|
Log the message or open with LetterOpener (Logger or LetterOpener)
|
|
|
|
WWW: https://github.com/tpitale/mail_room
|