Skip to content
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

mailto: links in XCreds menu #282

Open
bryanheinz opened this issue Nov 21, 2024 · 3 comments
Open

mailto: links in XCreds menu #282

bryanheinz opened this issue Nov 21, 2024 · 3 comments
Assignees

Comments

@bryanheinz
Copy link

I'm trying to add a mailto: link as an XCreds menu item. When I click the menu item in XCreds, I get a Finder error: "The file can't be found." If I run open -u "mailto:[email protected]?subject=Test from XCreds&body=This is a simple test ticket from XCreds." it drafts a new email in Outlook with the mail to, subject, and body filled in.

I would expect clicking the link in XCreds to work similarly to running it in Terminal with open -u

Here's what I have in my mobileconfig profile:

<key>menuItems</key>
<array>
	<dict>
		<key>linkOrAppPath</key>
		<string>mailto:[email protected]?subject=Test from XCreds&amp;body=This is a simple test ticket from XCreds.</string>
		<key>menuItemName</key>
		<string>Email IT</string>
		<key>separatorAfter</key>
		<false/>
		<key>separatorBefore</key>
		<false/>
	</dict>
</array>
@twocanoes
Copy link
Owner

the issue was that if it didn't start with http, it was assumed to be an app to launch. I added mailto as well in build 8110 or later so please verify.

@bryanheinz
Copy link
Author

Awesome, thanks for the fix! Where can I find the 5.2 beta to validate? I'm not seeing 5.2 beta under Releases on this repo.

Thanks,

-bryan

@twocanoes
Copy link
Owner

Prebeta is here:

https://github.com/twocanoes/xcreds/releases/tag/prebeta�

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants