messages (email) not working as it should
- author
- destination: is comma separated text for all email addr at the end used for the message send (is calculated out of obj)
available but need to show
- moddate (is there anyhow, is time that message was send or returned)
see specs of: https://github.com/Incubaid/crm/issues/40
but lets make sure all properties are there now & shown in UI so we can implement the logic over next days.
add proper view of messages to

- author/subject/date (short date): only with then link to full message
@despiegk Need some more explanation:
- Message sending time, is message creation time RIGHT?
- What is message return time
- destination is list of email addresses for a contact/or company that message is sent to?
1: yes 2: where do you see this return time? 3: we need to resolve where to send to and this needs to be remembered
- messages coming in = return time -> mod date
- sending time is time where the mail server sends the message
- destination list is comma separated list, was already specked see above
need to be able to add additional email addr on a message (so they get calculated out of context e.g. deal is contact email from deal) but should be able to add
double check the specs
