-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is BrowserDetect supposed to distinguish email clients? #112
Comments
Here's what we're currently detecting: We don't currently detect email clients, but this seems like it might be worthwhile to add. @dougwilson, thoughts? |
I'm indifferent regarding this type of detection, but I can say that the (older) Outlook rendering engine was technically some weird MS Word rendering thing, which would be good to know. |
Awww. I wanted to check if there was any change to this with the newest release, and I find that the browserdetect.org domain is now expired. |
@khera I'll get it back online tonight. Was on my todo list. Thanks for the poke. |
browserdetect.org is back online now. |
The following user agent is from MS Outlook opening a URL (fetching an image for display within an email):
It is detected only as os=windows browser=ie browser_version=7.0.
The browscap database identifies this as Outlook 2013, so it is possible. I don't know if it is the goal here, however, so I am unsure if this is a bug or a feature enhancement :)
The text was updated successfully, but these errors were encountered: