mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #682] Handle winmail.dat #443
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#443
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marclaporte on GitHub (Feb 26, 2023).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/682
I have some old emails with this:
Roundcube can read them
https://docs.roundcube.net/doc/phpdoc/classes/rcube_message.html#method_tnef_decode
@marclaporte commented on GitHub (Feb 26, 2023):
https://packagist.org/packages/qualityunit/tnef-decoder
@dumblob commented on GitHub (Feb 27, 2023):
Hm, my first thought is that this is way too specific to implement & maintain for a web MUA. There are plenty web browser extensions which extract the content and automatically import it into e.g. Gmail. Such extensions could be extended (pun intended) to support Cypht.
Or alternatively it could be just part of Cypht wiki listing external tooling like those TNEF decoders/exporters. I will also add one in Python:
https://github.com/delimitry/tnef_data_extractor
@marclaporte commented on GitHub (Apr 8, 2025):
The above shared link to Roundcube is now 404.
Roundcube added support in 2009:
https://roundcube.net/news/2009/03/10/update-021-released
@marclaporte commented on GitHub (Apr 8, 2025):
I received an email today and Cypht outputs winmail.dat
Thunderbird recommends "The best solution is to contact the message sender and inform them that their copy of Outlook is incorrectly configured as suggested in the Microsoft Support article."
https://support.mozilla.org/en-US/kb/what-winmaildat-attachment
Roundcube handles it well.
https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_tnef_decoder.php but license is GPL so we can't easily add to Cypht
Same licensing issue for:
https://packagist.org/packages/qualityunit/tnef-decoder
Horde is LGPL:
https://github.com/horde/Mime_Viewer/blob/FRAMEWORK_6_0/lib/Horde/Mime/Viewer/Tnef.php
At the very least, we should add an error message in Cypht pointing to online resources. Even better is to add support to Cypht.
@marclaporte commented on GitHub (Sep 1, 2025):
I saw another winmail.dat message in my mailbox the other day. I don't remember how this happened.
Idea: Have a tool/action to scan a mailbox and find them all.
@marclaporte commented on GitHub (Jan 28, 2026):
I had this today. I received an email with many attachments on a webmail with KolabNow. Then, I moved the email via Cypht (I don't remember if it was to another IMAP account or to Tiki Trackers) and the attachments became winmail.dat. I moved the email back and all was well.