i'm using version 360, i noticed that clicking the pdf attachment will just open another window/tab of the inbox, i need to right click the attachment and use the open in another tab shortcut of the browser just to be able to see the pdf attachment, anybody experienced this bug? i'm using firefox 2.0
Change app.js
line 635 replace
this.attachment_win = window.open(this.env.comm_path+'&_action=get'+url+'&_frame=1', 'rcubemailattachment');
with
this.attachment_win = window.open(this.env.comm_path+'&_action=get&'+qstring+'&_frame=1', 'rcubemailattachment');