Page 1 of 1
Show CC and BCC Recipients in Mail Preview
PostPosted:Thu Aug 28, 2014 11:45 am
by malte
Hi!
Can someone tell me how I can enable view of CC and BCC Recipients in mail preview tab?
The info is stored well in the database but I can't find these info anywhere in the frontend...?

Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Sun Aug 31, 2014 10:18 am
by jllort
In the community version I saw we still not added in preview these fields. A patch to include is welcome ( it's quite easy adding it ). You can take a look at MailPreview.java there's the place to do the changes.
Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Mon Sep 01, 2014 7:38 am
by malte
Thanks for your reply.
I will have a look at the code and see what I can do, but I'm not that good at programming... What is more worse is that the CC and BCC Infos are deleted when I download the mail from OKM again.
Could this be a feature to add in future Version?!
Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Tue Sep 02, 2014 10:39 am
by jllort
When you download mail as msg or eml ( I do not remember the extension ) the cc and bcc fields are not present ?
Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Tue Sep 02, 2014 10:43 am
by malte
Yes, thats right! When I download the mail and open it in Outlook there is no CC and no BCC reciepient
I have also taken a look at the code, it seems that Mail.java is the file that needs to be edited. I did that, but I cannot get the war compiled somehow on my debian machine.
Maybe you can add this feature in the next release?
Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Fri Sep 05, 2014 6:25 am
by jllort
I will try to do a short explain. We release community from professional, actual community 6.3 comes from Professional 6.2 branch. Actual professional 6.4 branch have the feature you wish and more. When be released major community from 6.4 these will be included. This is the way we decided to proceed, we do not do or extend features under demand on community version, you're on community scenario. For it you got source code and can do changes you wish and share with other users, this is the idea. Any new feature, patch, etc... community users collaboration is always wellcome. Our roadmap is based on customers needs and we got a limited time for community version what dedicate to do patches what solve bugs, answering these forum, etc...
Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Fri Sep 05, 2014 7:43 am
by malte
Okay, that sounds good. I'm fine with knowing the feature will be available within the next releases.
Maybe I will give myself another try compiling the feature for me.
Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Mon Apr 13, 2015 8:10 am
by mikalwanted
I am just wondering if it's possible to convert a Word document to PDF using the convert tool. This can be done currently from admin UI, however I am wondering if there is method from web services, or any other class that does this.
Re: Show CC and BCC Recipients in Mail Preview
PostPosted:Tue Apr 14, 2015 9:33 pm
by jllort
Hi mikalwanted, the convertion to pdf is not yet present on UI or rest services. On professional version we've included a rest service with you can convert between file formats, but this has still not included on community. You could do something calling directly the ConverterServlet.java here
http://sourceforge.net/p/openkm/code/HE ... rvlet.java ( the problem is that you need to be authenticated to go with it )
Also take a look this class
http://sourceforge.net/p/openkm/code/HE ... erter.java . You also can extend this public downloadServlet
http://sourceforge.net/p/openkm/code/HE ... rvlet.java