コード例 #1
0
def move(account_id, message_id, args):
    destination = args['destination']
    remote_move(account_id, message_id, destination)
コード例 #2
0
ファイル: base.py プロジェクト: busseyl/sync-engine
def move(crispin_client, account_id, message_id, args):
    destination = args['destination']
    remote_move(crispin_client, account_id, message_id, destination)
コード例 #3
0
ファイル: base.py プロジェクト: vidalvalera/sync-engine
def move(crispin_client, account_id, message_id, args):
    destination = args['destination']
    remote_move(crispin_client, account_id, message_id, destination)
コード例 #4
0
ファイル: base.py プロジェクト: gisho/sync-engine
def move(account_id, message_id, args):
    destination = args['destination']
    remote_move(account_id, message_id, destination)