-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add email social sharing provider #5
Conversation
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 ... Should make some guys happy: nextcloud/server#2357 😜 @schiessle
(function() { | ||
var email = new OC.Share.Social.Model({ | ||
key: 'email', | ||
url: 'mailto:?subject=I shared a file with yout&body={{reference}}', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to translate the subject
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmm fair enough but then we have to setup transifex for this app. I suggest to get it in now. And fix it later ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, let's fix this later
I just tried it. When I click on the "share to mail" button my mail client gets started but instead of a mail composer it open a empty browser window along with the mail client... |
mmmm I think that is the server part (that actually opens a window)... maybe we need some magic there... It might also be browser dependant |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
No description provided.