How to programmatically access Gmail chats? - backup

I want to add 'backupp Gmail chats' feature to Gmail Keeper at http://GmailKeeper.com
but the chats are not available when accessing Gmail account through IMAP, any other ideas? Thank you.

Settings -> Labels:
Tick the checkbox next to "Show in IMAP" at the 'Chats' label

Related

forgot password in cuba

On most websites, there is an option to get the system to reset the user’s password if they forgot
the password. A new random password is sent to the user’s email after answering some secret
question. The “Forgot Password” option is available on the login screen.
Does Cuba platform have this option ? I could not find it in the documentation or any sample app.
How can I develop this function and change the login screen ?
There is no built-in functionality in CUBA for this case. You can extend the login window and implement the "forgotten password" case by yourself. The example of extending login screen is here: https://github.com/cuba-labs/brand-login

Manually approving the account in shopify after registration

Whenever the user register on my Shopify website i want that account to be disabled until admin enable it from back-end panel. Currently when user is registered, his account is enabled by default.
Have searched various forums even tried Shopify support but still no luck.
There are two options. why you are not putting "request membership" sign up form instead of sign in form (disable from here)? You could use the contact page for that if you wanted. Then you get an email when they fill that out. You would create the account (just copy and paste the info) and email them an invitation. They click the link in the invite to make the password. (I think it will be a tedious task for you)
Otherwise, let them create the account, but hide the pages with the Locksmith app. Then after you approve them you would apply a "tag" to the customer account so they can see the pages and products locked with Locksmith.

Is there any way to allow admin to edit the user password in Orchard CMS?

Is there an extension i can use to allow the admin to edit the user password in orchard? Because, when i go to Settings>Users>Edit User, i have options only to change the user name, email or roles?
And if no there are no extensions in the gallery, any suggestions how to custom do it?
Thank you in advance.
I have used the Change Password module from Gallery. It lets you change passwords to every user and show a new tab in the Users category.

Change Gmail API Name on Login Screen

I made a script using Gmail API to get list of contacts. The script working fine but I want to make it more better as for now, when Login POPUP of Gmail is opened it displays this
xxxxxxxxxx.apps.googleusercontent.com is requesting permission to:
Manage your contacts
Where xxxxxxxxxx is my Client ID. I dont want it to be shown. I want to display my API Project Name here like this
"My API Name" is requesting permission to:
Manage your contacts
Is this even possible to do this? If yes then how?
Thanks
Perhaps try this out:
Search for "Google API Console" in the browser.
On the API console page, on the left hand side menu bar, under "APIs & auth", click on "Consent Screen". Setup project name, upload logo, etc.
See if this helps.
I also seem to remember that during oAuth, you need to pass Application Name (which can be the same as Product Name found in Consent Screen option at step 2 above.

How to set up blog alerts in sharepoint

I want to set up a blog subscription alert using SharePoint 2010. How to do this?
I want to create a blog and should be able to save it in SharePoint site, if the user click for blog subscription then it should be able to invoke an alert to the their mail!
How it is possible to do?? can anyone please consult me or provide at-least any right tutorial link?
Thank in advance
if on the default homepage, click the 'alert me' link below the posts, right under the 'RSS Feed' link... see here