Skip to content

nadineproject/django-comlink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comlink

Community linkages via email and forum-like interfaces

In the interest of shipping more quickly, we have made certain assumptions about the interlink mailing lists which may or may not suit everyone's needs.

  • the reply-to address for mail from a list is the original sender, not the entire list
  • attachments are neither saved nor sent to the list, but a removal note is appended to the message
  • incoming messages are parsed for a single text message and a single html message (not multiple MIME messages)
  • you can set the frequency of mail fetching by changing the value in CELERYBEAT_SCHEDULE in your settings.py or local_settings.py
  • loops and bounces are silently dropped
  • any email sent to a list which is not in a subscriber's user or membership record is moderated
  • the sender of a message receives a copy of the message like any other subscriber

installation

  • add to your requirements.txt file: git+https://git@github.com/opendoor/comlink.git
  • re-run pip install -r requirements.txt
  • add 'comlink' to your settings.py file, under INSTALLED_APPS
  • Add 'comlink' to your urls.py file: (r'^comlink/', include('comlink.urls', app_name='comlink')),

About

community linkages via email and forum-like interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • HTML 10.9%
  • JavaScript 0.7%