Initial commit for the email source support

This commit is contained in:
Roberto Rosario
2012-03-07 01:26:36 -04:00
parent d8be649107
commit 5651b3b4df
3 changed files with 40 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
from django.utils.translation import ugettext_lazy as _
POP3_PORT = 110
POP3_SSL_PORT = 995
SOURCE_UNCOMPRESS_CHOICE_Y = 'y'
SOURCE_UNCOMPRESS_CHOICE_N = 'n'
SOURCE_UNCOMPRESS_CHOICE_ASK = 'a'