示例#1
0
def __init__():
    commands.register('list_sessions', execute, group='telemetry', description="List IMAP sessions using Telemetry.")
示例#2
0
def __init__():
    commands.register('refresh',
                      execute,
                      group='sieve',
                      description=description())
示例#3
0
def __init__():
    commands.register('system_capabilities',
                      execute,
                      group='wap',
                      description="Display the system capabilities.")
示例#4
0
def __init__():
    commands.register('list_user_types',
                      execute,
                      group='wap',
                      description="List WAP user types.")
示例#5
0
def __init__():
    commands.register('examine_session', execute, group='telemetry', description="Examine a Telemetry session.")
示例#6
0
def __init__():
    commands.register('expire_sessions', execute, group='telemetry', description="Expire Telemetry sessions.")
示例#7
0
def __init__():
    commands.register('examine_session',
                      execute,
                      group='telemetry',
                      description="Examine a Telemetry session.")
示例#8
0
def __init__():
    commands.register('put', execute, group='sieve', description=description())
示例#9
0
def __init__():
    commands.register('list_user_types', execute, group='wap', description="List WAP user types.")
示例#10
0
def __init__():
    commands.register('system_capabilities', execute, group='wap', description="Display the system capabilities.")
def __init__():
    commands.register('examine_command_issue', execute, group='telemetry', description="Examine a particular telemetry command issue.")
示例#12
0
def __init__():
    commands.register('list_sessions',
                      execute,
                      group='telemetry',
                      description="List IMAP sessions using Telemetry.")
示例#13
0
def __init__():
    commands.register(
        'examine_command_issue',
        execute,
        group='telemetry',
        description="Examine a particular telemetry command issue.")
示例#14
0
def __init__():
    commands.register('expire_sessions',
                      execute,
                      group='telemetry',
                      description="Expire Telemetry sessions.")