Giter Site home page Giter Site logo

helpy_imap's Introduction

Add IMAP Support to your Helpy

This extension adds support for IMAP mail servers. Once you have configured the server address and set up the rake task, Helpy will periodically fetch email from your mail server and convert any messages found into tickets.

Installation

Add this to your Gemfile:

gem 'helpy_imap', git: 'https://github.com/helpyio/helpy_imap', branch: 'master'

and then run:

bundle install

Running the mail fetcher:

To fetch email periodically, you must run the mailman process. Included in this package is a rake task to help with this. You can either run this periodically with a cronjob, or pass a parameter to the rake job to specify a polling frequency:

Run once:

bundle exec rake helpy:mailman

Polling (every 60 seconds):

bundle exec rake helpy:mailman mail_interval=60

Credits

The majority of the code used here was originally contributed to Helpy by @janrenz in PR #148. (helpyio/helpy#148)

How to configure for gmail IMAP

  1. Turn on IMAP for your gmail account
  2. In Helpy, use the following configurations:

helpy_imap's People

Contributors

crm114 avatar gossnj avatar kimenye avatar phil8900 avatar scott avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.