lloydchan-celera-markets / UTS_WS_API

0 stars 0 forks source link

uts trade confo module #1

Open lloydchan-celera-markets opened 8 years ago

lloydchan-celera-markets commented 8 years ago

Given trade confo information embedded in the emails' pdf attachments, implement a java program to parse all IMAP inbox trade confo and insert into database

┆Issue is synchronized with this Asana task

lloydchan-celera-markets commented 8 years ago

➤ Lloyd Chan commented: uts.properties configuration for mail server and email related information. current settings as below mail.server.protocol=imap mail.server.ip=outlook.office365.com mail.server.port=993 mail.server.user=Lloyd.Chan@celera-markets.com mail.server.password= mail.poll.interval=10 uts.email.tradeconf.subject=Trade Confirmation uts.email.tradeconf.sender=eqd@celera-markets.com uts.email.tradeconf.attach.prefix=CELERAEQ- uts.email.tradeconf.attach.ext=.pdf

lloydchan-celera-markets commented 8 years ago

➤ Lloyd Chan commented: Working on testing framework and implementing test cases