Questions tagged as 'gmail'

3
answers

When I read an email, he does not read me some attachments. I use the IMAP protocol which contains the S22.IMAP dll

I have the following code, in which I use the IMAP protocol that contains the S22.IMAP dll: using (ImapClient client = new ImapClient(imap, 993, usuario, psw, AuthMethod.Login, true)) { foreach (var uid in cl...
asked by 27.03.2018 / 19:55
1
answer

Email Form Swift 3

I am trying to create a view to send messages to recipients that will be in a database in CoreData, I would like it if someone knows how to implement a view as well as Gmail. That in the para could be displayed the list of contacts, do search...
asked by 20.07.2017 / 18:36
1
answer

Capture mail data Gmail

I'm starting with GAS, and I'm trying to create a script that captures the data of an email sent from Gmail. I can not find any GmailApps property that collects this information, and the methods it implements, I do not see any of them referri...
asked by 12.04.2017 / 15:57
1
answer

TypeError: Can not call method "getThreads" of null

I need to implement the following code for the massive deletion of emails in a Gmail account (the code is not mine), but I can not get it to work. The code I use is the following: function cleanUp() { var delayDays = 365 // Enter # of d...
asked by 11.06.2016 / 19:03
1
answer

Problem with class PHPMailer

I am trying to configure the sending of mail with php through the PHPMailer class. When I execute the function that should send the mail I get the following error:    Warning: Creating default object from empty value in .......... on line   2...
asked by 05.05.2016 / 00:14
1
answer

Receive emails from gmail

How can you receive Gmail emails from Python? #Ya logra conectar con gmail. import smtplib, getpass from email.mime.multipart import MIMEMultipart from email.mime.text import MIMEText print("email con Gmail") usuario = input("Cuenta de gmail:...
asked by 04.05.2018 / 07:46
1
answer

APi from google gmail

I want to know if it is possible to see my gmail emails received and sent from another web using the gmail api, that is, I want to create a web from 0 but in this web I want to "log in" with my gmail account, and later on the same web, show me...
asked by 26.03.2018 / 01:29
2
answers

Emails generated with tables to be sent by mail embed blank spaces between the images

When I generate a html with tables to send it by mail in gmail app for android it always puts spaces between the images. The rest of the mail managers work correctly for me, including the following in the table: border-collapse:collapse;...
asked by 08.06.2017 / 16:46
1
answer

Mail server problem

I currently have a VPS, with CPanel accounts for 3 domains in which I have abaco.edu.pe , the application was made to Google for Education to give us some free email accounts . The problem is that, after having made the MX Entries settings a...
asked by 01.06.2017 / 07:28
3
answers

problem sending mail from localhost with phpmailer

I have installed PHP v5.6.25 (I use the 64x version) and wampserver v3.0.6, Apache 2.4.23. I've made some port modifications since I've followed several tutorials on YouTube but I do not remember which lines I've modified on a regular basis....
asked by 05.04.2017 / 16:13