By enabling POP feature, I successfully imported almost all gmail inbox into new gmail inbox except 391 mails with
((has:attachment OR has:drive) .dll)
Due to gmail blocked this .dll attachments, how to import leftover ".dll" files also to my new gmail inbox?
I learned that enabling IMAP will help me. But I am new to IMAP thing in gmail.
Related
We send lot of mails with invoices in PDF format to our Clients. We have automated this with simple Outlook VBA code in this page:
Outlook VBA to send mail with Attachment
The mail contains only a PDF attachment & few words in content with hyperlink to our website in signature.
Problem:
If we send the mail through Outlook VBA, the receiving side of mail shows this message.
But, instead of sending, If we save this mail in draft through VBA, then sync with Gmail, Open Chrome -> Gmail -> Drafts -> click send manually. The mails does not show the warning at reciever end.
Note: Settings in our domain like DKIM and SPF are set fine
We appreciate any of your ideas or hints to avoid this problem.
Outlook doesn't differentiate emails submitted manually or programmatically.
The following articles can help you to understand the cause why your email is marked as spam on the receiver's side:
How to Stop Your Emails From Going to Spam – 10 Tips
12 Reasons Why Your Emails Go in the Spam Box (and How to Make Sure They Don’t)
I use this Gmail API request for fetching Gmail messages in user mailbox. I need to list messages from Trash as well. But in some cases message list got by list messages request is different from actual content of Trash folder content.
To reproduce the problem next steps can be performed:
Ensure that my Trash folder is empty - no messages visible in Gmail web client and API list messages request returns 0 messages in Trash.
Start creating message by pushing "COMPOSE" button in Gmail web client.
Attach file to this draft message.
Get messages list in Trash using Gmail API list messages request.
The request returns 1 new message in user Trash folder (with the file attached to draft mentioned above) however it`s not visible in Gmail web client.
Is it normal or kind of bug? Is this a problem of Gmail web client or Gmail API?
Based from this thread, when you upload a file to Gmail as an attachment, Gmail creates a temporary file to hold the data and is then sent to Trash.
So, to get a more precise search, try adding q parameter using the advanced search syntax.
See Searching for Messages to learn more.
In the new Google Inbox i haven't seen an option, when i receive document as attachments, that allows me to edit with google docs
In GMAIL, there's this:
In INBOX, I don't see any of these options
Does anyone know if this feature is there on INBOX, is it setting i have to enable, or its not yet on INBOX?
The Gmail inbox feed is recently having issues updating. It is only updating after 2 consecutive and different emails have been marked as unread.
This is the official Gmail inbox atom feed API which is having issues as of May 30th and which many extensions are using:
https://developers.google.com/gmail/gmail_inbox_feed
It is affecting all Gmail checking extensions:
Google Mail Checker by Google
Checker Plus for Gmail by Jason Savard
and more...
Note, the same issue can also be reproduced by marking emails as read instead of unread.
Steps to reproduce the problem:
Go to Gmail and mark an email as unread
Click refresh in the "Checker Plus for Gmail" popup window or wait 1 minute in the Google Mail Checker
Go to Gmail and mark another email as unread
Click refresh in the "Checker Plus for Gmail" popup window or wait 1 minute in the Google Mail Checker
The unread mail count is not correctly displaying the number of unread emails with each mark as unread after refreshing. It only working after 2 consecutive mark as unread on different emails.
Are there workarounds or alternatives that do the same thing, or do I need to wait for Google to fix it?
Here are a few things you can do about it:
Report a technical issue (Gmail)
Gmail.com - Settings/Gear > Help > Send Feedback
Gmail Official Forum > Report an Issue
After I OAuth my google account I can connect to it via the IMAP protocol. Listing folders lists all the "labels" plus "[Gmail]" which isn't selectable.
Is there any way to list ALL mail and/or at least get into the trash? Also what about archived - those don't show up in the INBOX folder
I did some digging around and tried this:
var_dump($storage->getFolders('[Gmail]'));
which doesn't list anything... but this does:
var_dump($storage->getFolders('[Gmail]/Trash'));
How can I list all those folders
[Gmail]/All Mail contains all of your messages in Gmail, including your sent and archived messages. Any messages that you see in your inbox will also appear in the [Gmail]/All Mail folder.