aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-mail_room
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536748
* Update to 0.10.0 which is required for gitlab-ce 12.6.0.Matthias Fechner2019-12-272-6/+7
| | | | Notes: svn path=/head/; revision=521000
* mail/rubygem-mail_room: Update from 0.9.0 to 0.9.1Torsten Zuehlsdorff2017-06-282-4/+4
| | | | | | | - FILE support in yml ERb config Notes: svn path=/head/; revision=444550
* mail/rubygem-mail_room: Update from 0.8.1 to 0.9.0Torsten Zuehlsdorff2017-03-132-4/+4
| | | | | | | - Redis Sentinel configuration support Notes: svn path=/head/; revision=436071
* mail/rubygem-mail_room: Update from 0.8.0 to 0.8.1Torsten Zuehlsdorff2017-02-242-4/+4
| | | | | | | Changes: Check watching thread exists before joining Notes: svn path=/head/; revision=434700
* mail/rubygem-mail_room: Update from 0.7.0 to 0.8.0Torsten Zuehlsdorff2016-08-102-4/+4
| | | | | | | | | | | - Rework the mailbox watcher and handler into a new Connection class to abstract away IMAP handling details Approved by: Michael Fausten (maintainer) Approved by: swills (mentor) Notes: svn path=/head/; revision=420020
* mail/rubygem-mail_room: Update from 0.6.1 to 0.7.0Torsten Zuehlsdorff2016-06-212-3/+4
| | | | | | | | | | | | * Backports idle timeout from ruby 2.3.0 * Sets default to 29 minutes to prevent IMAP disconnects * Validates that the timeout does not exceed 29 minutes PR: 209899 Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417192
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* - Update to 0.6.1Martin Wilke2016-01-102-3/+3
| | | | | | | | PR: 205866 Submitted by: Torsten Zuehlsdorff Notes: svn path=/head/; revision=405674
* - Add rubygem-mail_room 0.5.2Sunpoet Po-Chuan Hsieh2015-11-233-0/+32
- 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> Notes: svn path=/head/; revision=402309