Questions tagged [google-email-settings-api]

An API which enables Google partners to programmatically manipulate most user-level Google Mail settings. It was deprecated in 2019.

The Google Email Settings API enables Google partners to programmatically manipulate most user-level Google Mail settings. It supports many operations, such as:

  • Creating filters, labels, aliases, delegates;
  • Updating various settings for a user's account;
  • Retrieving existing settings for a user's account.

Your application will be able to interact with the API sending HTTP requests (GET, POST or PUT) to specific URLs (each of them represents a particular user's setting).


You can visit the official API page and consult the Developer's Guide for further information.

74 questions
0
votes
1 answer

swiftmailer Symfony 2.7 not send email

I'm trying to send a test email in Symfony 2.7.3 with swiftMailer nevertheless it isn't work. I looked many post even if it isn't work. The regular configuration for this often is: Controller: $message = \Swift_Message::newInstance() …
0
votes
1 answer

The Google Admin SDK Email Settings API is not listed in the APIs Discovery Service

In working with the .NET client library we found that the Email Settings API was not available in it or any of the other client libraries. After communicating with the developers of the .NET library on how the library is generated we noticed that…
0
votes
1 answer

Fetching employee signatures using Oauth2 without asking the user

I administer a Google Apps account. We need to retrieve the email signatures for the employees in our domain in order to display them in an application we're working on. We need to do this programmatically on our servers, without any interaction…
Michael Baker
  • 63
  • 1
  • 5
0
votes
1 answer

GData Java client library availability after April 20, 2015

Will the GData Java client library v1.47.1 still be supported after the April 20, 2015 deprecation?
0
votes
1 answer

How can we add oauth2( serviceaccount) with emailsettings?

Previously we are using https://apps-apis.google.com/a/feeds/emailsettings/2.0 following approach to manage SendAs GET and SET. gmailFilterService = new GmailFilterService(this.applicationName); …
0
votes
1 answer

How to automatically set gmail filter via chrome extension?

I would like to implement the following use case as a Chrome extension: user visits gmail exension checks current email body for a keyword if a keyword is present, a gmail filter is added and saved (adding label, archiving, the details are not…
0
votes
1 answer

GAE cron request limit

I'm currently developing an GAE cron application which calls the directory API to fetch some user data and then updates the user email signature using that data. My problem is the 10 min limit of a cron job. From an approximate calculus, the flow…
0
votes
1 answer

Routed google domain emails

i have an idea about system where users respond to website's messages using the emails they received. Is it even possible to have multiple imaginary emails with hash in the e-mail's name field(f.e., 1h2149g0as1gasd9123@mysite.com ) and those all…
waplet
  • 151
  • 1
  • 9
0
votes
1 answer

Email Settings API - ClientLogin

We are using EMAIL Settings API and ClientLogin for Authentication. EMAIL Settings API is still on GDATA Libraries. Using GDATA libraries can we start using OAuth 2.0 ? (we are using the appsforyourdomain client library to use EMAIL Settings API) Or…
0
votes
1 answer

Does ADMIN Directory have API for dealing with EMAIL Settings

Does ADMIN Directory have API for dealing with EMAIL Settings. Or do we need to continue using GDATA API for Email Settings.
0
votes
2 answers

Google Email Settings api using OAuth 2.0 service account in java

I want to use Google Email Settings api using OAuth2.0 service account authentication method in Java, however I am unable to find any useful client classes from Google or sample examples about how to do this. I have had a look at Directory apis…
0
votes
1 answer

Are there any hooks for user modification events in google apps?

Currently the bane of my existence is dealing with users email signatures at work, changing names, titles, departments, new users...it's all annoying. Currently I manage it with GAM and a semi templated HTML file to push changes, which works okay,…
0
votes
2 answers

send email php with google cloud api

I use the following code, that I get it from google's cloud documentation and it is used to send emails. The code works fines and sends email. I got only one small problem. How to make instead of senders email to be displayed the senders name that I…
user2491321
  • 673
  • 10
  • 32
0
votes
2 answers

Invalid Domain error in Email Settings API

I tried to create labels in my personal Gmail Account using Email Settings API. I have sent http post reqeust to the below URL https://apps-apis.google.com/a/feeds/emailsettings/2.0/gmail.com/username/label but am getting invalid domain (403)…
Sathish
  • 1,481
  • 5
  • 20
  • 33
0
votes
1 answer

How to use Google OAuth in order to use the auto emailer without giving a password?

I am currently building a system and I am using Google OAuth with that Google auto emailer code. I included this block of code for you to visualize what I wanted to happen.
user3663049
  • 97
  • 1
  • 1
  • 5