Discussion:
[Tickets #12882] Re: ActiveSync does not show attachments in TNEF container (winmail.dat)
(too old to reply)
n***@bugs.horde.org
2013-12-18 14:31:53 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Michael Rubinsky <***@horde.org>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Assigned
Priority | 1. Low
Milestone |
Patch |
-Owners |
+Owners | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <***@horde.org> (2013-12-18 14:31) wrote:

I remember having issues with this when developing the code and not
being able to decode them. I *think* it was when forwarding emails
though, and involved the entire message body. I hid the attachment
since there was nothing we could do with it on the client side in the
clients I tested.

I will take a look at this again, as it relates to attachments and
"unhide" the attachment.
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-18 14:31:57 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Thomas Jarosch <***@intra2net.com>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------


Thomas Jarosch <***@intra2net.com> (2013-12-18 14:31) wrote:

Another point to pass on the original winmail.dat attachment:
Outlook 2013 accessing it via ActiveSync will probably be able to handle it.

That needs testing though (which I would volunteer to do once we have
a "fix").
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-18 14:32:23 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Michael Rubinsky <***@horde.org>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
-Type | Bug
+Type | Enhancement
-State | Assigned
+State | Assigned
-Priority | 1. Low
+Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <***@horde.org> (2013-12-18 14:32) wrote:

I would consider this an enhancement, not a bug.
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-18 14:57:53 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Michael Rubinsky <***@horde.org>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Enhancement
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Post by n***@bugs.horde.org
Outlook 2013 accessing it via ActiveSync will probably be able to handle it.
Indeed. Good point :)
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-19 09:09:33 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Thomas Jarosch <***@intra2net.com>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Enhancement
State | Assigned
Priority | 1. Low
Milestone |
-Patch |
+Patch | 1
Owners | Michael Rubinsky
+New Attachment |
0001-Show-TNEF-attachments-winmail.dat-.-Request-12882.patch
------------------------------------------------------------------------------


Thomas Jarosch <***@intra2net.com> (2013-12-19 09:09) wrote:

Here's a tested and working patch.

Outlook 2013 handles winmail.dat attachments without the blink of an eye.




Thomas Jarosch <***@intra2net.com> (2013-12-19 09:09)
uploaded: 0001-Show-TNEF-attachments-winmail.dat-.-Request-12882.patch

http://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=0001-Show-TNEF-attachments-winmail.dat-.-Request-12882.patch&ticket=12882&fn=%2F0001-Show-TNEF-attachments-winmail.dat-.-Request-12882.patch
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-19 15:00:36 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Michael Rubinsky <***@horde.org>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Enhancement
State | Assigned
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <***@horde.org> (2013-12-19 15:00) wrote:

Yeah, that's the easy way out ;)

I'd like to parse out the attachment data from the TNEF file when
possible and add them as "normal" attachments. Of course, I'll only do
this for non-cryptographically signed messages. I'll have to
investigate if we should strip the *.dat file when we are able to
extract the attachments since this would needlessly increase bandwidth
usage.

I remembered what the problem was originally for me - it was when
dealing with meeting request responses - which are also sometimes
bundled in the TNEF data. Our library didn't include support for
extracting the data and quite honestly it looked like more work than
it was worth to implement it on my own time :)
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-20 13:51:29 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Thomas Jarosch <***@intra2net.com>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Enhancement
State | Assigned
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Post by n***@bugs.horde.org
Yeah, that's the easy way out ;)
I'd like to parse out the attachment data from the TNEF file when ...
I remembered what the problem was originally for me - it was when
dealing with meeting request responses
Not sure if it's only the easy way out ;)

We could let Outlook 2013 also handle the meeting response in the
winmail.dat file.
Parsing on the horde side might potentially break some Outlook
specific extra information in there.
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-20 15:12:31 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Michael Rubinsky <***@horde.org>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Enhancement
State | Assigned
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <***@horde.org> (2013-12-20 15:12) wrote:

Agreed. That's why I'd still include the *.dat file if we couldn't
parse it, or if it's a meeting response etc...

I'd prefer to not have to resort to third party applications to view
an attachment on the client that the user is used to being able to see
as-is using IMP.
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
n***@bugs.horde.org
2013-12-21 00:51:12 UTC
Permalink
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12882
------------------------------------------------------------------------------
Ticket | 12882
Updated By | Michael Rubinsky <***@horde.org>
Summary | ActiveSync does not show attachments in TNEF container
| (winmail.dat)
Queue | Synchronization
Version | Git master
Type | Enhancement
-State | Assigned
+State | Resolved
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <***@horde.org> (2013-12-21 00:51) wrote:

Initial support done. Now parses out the same data IMP is able to.
Will send the raw .dat attachment if it contains no parse-able data.
--
bugs mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: bugs-***@lists.horde.org
Loading...