예제 #1
0
def get_mails(ticket=None):
    """ Get all emails sent and received for this ticket
    """
    code, resp = TicketsController.get_emails(ticket)
    return code, resp