notifo-imap-listener

Software Screenshot:
notifo-imap-listener
Software Details:
Version: 0.4.2
Upload Date: 14 Apr 15
Developer: Todd Eddy
Distribution Type: Freeware
Downloads: 11

Rating: nan/5 (Total Votes: 0)

notifo-imap-listener is a tool that listens for incoming mail and forwards it to notifo.

Usage

Please note that during development some options may not actually do anything.

- Create an email that will be the listener
- Copy config.ini.sample to config.ini and edit with connection info
- test with ./notifo-imap-listener.py.
- if no errors use ctrl-c and then start with ./notifo-imap-listener.py --quiet &
- test it by sending an email to the address and it should show up on phone within a second or two.
- to properly kill use either ctrl-c if interactive or send SIGINT to process kill -INT 123 where 123 is process id

Config.ini Options

- mail.ssl is if the client should connect to the server via SSL (highly recommended).
- notifo.username is your api username which is usually the same as your actual username
- notifo.secret is your api secret which you can get from logging in to notifo and click on settings.
- notifo.label will prefix the subject of the message.
- security.from if set to something other than None, will require messages to come from the specified email. All others will be silently dropped
- logging.file is the file to log to. If you don't want to log to a file use /dev/null
- logging.level one of debug, info, warning, error, or critical. Used for log file. To turn off pretty much all logging set this to critical.

Initial Goals

- constantly listens for new mail to relay the message as quick as possible
- single user for now
- basic user validation (must come from an authorized email address)

Requirements:

  • Python
  • An email that receives incoming messages
  • An account on http://notifo.com

Similar Software

vpopmail
vpopmail

11 May 15

SMTPRoutes
SMTPRoutes

14 Apr 15

NOCC
NOCC

17 Feb 15

email
email

11 May 15

Other Software of Developer Todd Eddy

Comments to notifo-imap-listener

Comments not found
Add Comment
Turn on images!