Package application :: Package dialogs :: Module AccountPreferences
[hide private]
[frames] | no frames]

Module AccountPreferences

source code

Classes [hide private]
  AccountPanel
  AccountPreferencesDialog
Functions [hide private]
 
IncomingValidationHandler(item, fields, values) source code
 
IncomingSaveHandler(item, fields, values) source code
 
IncomingDeleteHandler(item, values, data) source code
 
OutgoingSaveHandler(item, fields, values) source code
 
OutgoingDeleteHandler(item, values, data) source code
 
SharingDeleteHandler(item, values, data) source code
 
ShowAccountPreferencesDialog(account=<Locale: en_US>, rv=<Locale: en_US>, modal=True, create=<Locale: en_US>) source code
 
alertOffline(parent) source code
 
alertError(msg, parent) source code
Variables [hide private]
  CREATE_TEXT = u'Configure'
  REMOVE_TEXT = u'Remove'
  FIELDS_REQUIRED = u'The following fields are required:\n\n\tSe...
  FIELDS_REQUIRED_ONE = u'The following fields are required:\n\n...
  FIELDS_REQUIRED_TWO = u'The following fields are required:\n\n...
  FIELDS_REQUIRED_THREE = u'The following fields are required:\n...
  HOST_REQUIRED = u'Auto-configure requires a server name.'
  CREATE_FOLDERS_TITLE = u'Configure Chandler folders'
  CREATE_FOLDERS = u'Chandler will attempt to create the followi...
  REMOVE_FOLDERS_TITLE = u'Remove Chandler folders'
  REMOVE_FOLDERS = u'Chandler will now attempt to remove the\nfo...
  DEBUG = True
  FOLDERS_URL = 'http://chandlerproject.org/chandlerfolders'
  SHARING_URL = 'http://hub.chandlerproject.org/signup'
  DEFAULTS = {'boolean': False, 'integer': 0, 'password': '', 's...
  PREFILLED_INCOMING_EMAIL = {'comcast.net': {'port': 995, 'prot...
  PREFILLED_OUTGOING_EMAIL = {'comcast.net': {'auth': True, 'por...
Variables Details [hide private]

FIELDS_REQUIRED

Value:
u'''The following fields are required:

\tServer
\tUser name
\tPassword
\tPort


...

FIELDS_REQUIRED_ONE

Value:
u'''The following fields are required:

\tServer
\tPort


Please correct the error and try again.'''

FIELDS_REQUIRED_TWO

Value:
u'''The following fields are required:

\tServer
\tPath
\tUser name
\tPassword
\tPort

...

FIELDS_REQUIRED_THREE

Value:
u'''The following fields are required:

\tUser name
\tPassword


Please correct the error and try again.'''

CREATE_FOLDERS

Value:
u'''Chandler will attempt to create the following IMAP folders in your\
 account
on '%(host)s':

\tChandler Events
\tChandler Mail
\tChander Tasks

...

REMOVE_FOLDERS

Value:
u'''Chandler will now attempt to remove the
following IMAP folders on '%(host)s':

\tChandler Events
\tChandler Mail
\tChander Tasks

Would you like to proceed?'''

DEFAULTS

Value:
{'boolean': False, 'integer': 0, 'password': '', 'string': ''}

PREFILLED_INCOMING_EMAIL

Value:
{'comcast.net': {'port': 995,
                 'protocol': 'POP',
                 'server': 'mail.comcast.net',
                 'useSSL': 'SSL',
                 'user': True},
 'gmail.com': {'port': 995,
               'protocol': 'POP',
               'server': 'pop.gmail.com',
...

PREFILLED_OUTGOING_EMAIL

Value:
{'comcast.net': {'auth': True,
                 'port': 465,
                 'server': 'smtp.comcast.net',
                 'useSSL': 'SSL',
                 'user': True},
 'gmail.com': {'auth': True,
               'port': 465,
               'server': 'smtp.gmail.com',
...