bkper / bkper-issues

Feature requests and enhancements to existing bkper modules can also be filed here.
https://bkper.com/
2 stars 0 forks source link

OFX emails not being imported #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. D=...@bkper-hrd.appspotmail.com # my inbox address
1. EMAIL=... # my google address
2. In linux, email the OFX transactions on the command line: metasend -F $EMAIL 
-b -t $D -s "OFX 2015/01" -m application/octet-stream -f 2015-01.ofx 
3. Transactions do not appear :-(.

What is the expected output? What do you see instead?
OFX transactions should have been imported by email. They never appear.

Original issue reported on code.google.com by robbat2....@gmail.com on 15 Mar 2015 at 7:13

GoogleCodeExporter commented 8 years ago
Thanks! Do you have an OFX sample file you can share?

Original comment by kris...@nimbustecnologia.com.br on 16 Mar 2015 at 5:05

GoogleCodeExporter commented 8 years ago
Attached is a sample OFX file; from one of my non-critical accounts; I did 
modify BANKID and ACCTID, but no other fields.

Original comment by robbat2....@gmail.com on 16 Mar 2015 at 3:56

Attachments:

GoogleCodeExporter commented 8 years ago
We wrote a test for this OFX and it works.

Can you please do check if the email sender have access to the Record Book 
(Ledger)?
If not, you can share the Record Book with this user with a post permission

Original comment by kris...@nimbustecnologia.com.br on 16 Mar 2015 at 11:57

GoogleCodeExporter commented 8 years ago
The email I'm sending in the From header is the same address that I have as my 
bkper account. The return-path is NOT the same as the From header; are you 
validating against the Return-Path instead of From?

Original comment by robbat2....@gmail.com on 17 Mar 2015 at 12:18

GoogleCodeExporter commented 8 years ago
We check the From header. I've sent you a PVT message.

Original comment by kris...@nimbustecnologia.com.br on 17 Mar 2015 at 12:59

GoogleCodeExporter commented 8 years ago
So bugs uncovered, and suggested resolutions:

- From address must have permissions: Document
- ${To} address must be first: match any instead
- Non-multipart mail doesn't work: Fix

Original comment by kris...@nimbustecnologia.com.br on 19 Mar 2015 at 10:19