c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #25354
[Bug 785611] Re: [PS] Thunderbird plugin - E-mail not pushed in OpenERP
On windows vista and seven, the plugin thunderbird don't send the message :
why ?
in file tiny_xmlrpc : function upload_archivemail()
message is null
Why ? function parse_eml(){ (in overlay.js (this one is call and the function is duplicate in tiny_xmlrpc.js)
var fpath =""
else if(navigator.userAgent.indexOf('Win')!= -1){
fpath ="C:\\"
}
c:\ is only accessible in vista and seven when you're admin => Wrong !!
use %homepath% or somthing like that
even better don't use temporary fille, keep in memory
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/785611
Title:
[PS] Thunderbird plugin - E-mail not pushed in OpenERP
Status in OpenERP Modules (addons):
Confirmed
Bug description:
On Windows with Thunderbird plugin
Once connected to an online DB (SaaS platform), I try to push an
e-mail from Thunderbird (v3.1.10). The e-mail was successfully pushed
but when I look in OpenERP, I get the following e-mail:
"No Date - No Subject - No E-mail address"
the e-mail has been pushed but it is empty.
On Ubuntu 10.04, no problem: tried with the same DB and the same
e-mail.
References