Example #1
0
def move(account_id, message_id, args):
    destination = args['destination']
    remote_move(account_id, message_id, destination)
Example #2
0
def move(crispin_client, account_id, message_id, args):
    destination = args['destination']
    remote_move(crispin_client, account_id, message_id, destination)
Example #3
0
def move(crispin_client, account_id, message_id, args):
    destination = args['destination']
    remote_move(crispin_client, account_id, message_id, destination)
Example #4
0
def move(account_id, message_id, args):
    destination = args['destination']
    remote_move(account_id, message_id, destination)