Try the Most Addicted Game - Real Rocket Racing 3d Game

Showing posts with label gmail. Show all posts
Showing posts with label gmail. Show all posts

Friday, June 5, 2015

Bulk Deleting Emails get rid off from 793 error



Trying to delete the emails in Gmail leading to 793 error ? don't worry here is a solution to clean all those hundreds of thousands of emails which are there from past year or less. To do this you need run a small script using Google Script.
First go to this link https://script.google.com/
Then start a script and copy paste the below script into Google script and save it (click the little clock button).
This is for your triggers. You can set up how frequently you want the script to run (I did mine for every minute).

function batchDeleteA() {
  var batchSize = 100 // Process up to 100 threads at once
  var threads = GmailApp.search('label:inbox older_than:2d');
  for (j = 0; j < threads.length; j+=batchSize) {
    GmailApp.moveThreadsToTrash(threads.slice(j, j+batchSize));
  }
}



Saturday, January 7, 2012

How To Access Your Gmail Offline without Internet Connection

Gmail on of the most preferred email service which is used all over the world. The reason is it offers almost 7.5 Gigabytes of storage space to their users which is increasing on every second. There are lot of features are there in Gmail like Preview Pane, Additional Chat emotions, etc which can be activated when required. Like this there is one more feature which lets you to access your Gmail in offline mode which can be useful if you lost your internet connection. But in this offline mode you can not send an email, the only thing is you can read, manage your emails. This feature available only to chrome browser. Of course there is other method Gmail offers the ability to download all your messages into a POP client. As you may know, a POP client downloads and stores local copies of emails to your hard disk so you can access them off-line.

Let see how to access Gmail Offline:

  •  After installing open Offline Google Mail (To start Offline Gmail after installing, open a new tab in Chrome;  In the new tab pane you will see a Gmail Offline Icon. Click on the icon, and Offline Gmail will load.) and select the Allow offline Mail option and click on continue button.
 That's it your Gmail account will automatically get synchronized whenever you run chrome browser in availability of internet connection.

Thursday, October 6, 2011

Tweet using Gmail

Now you can tweet using your Gmail account and you don’t need to open Twitter in a separate window. TwitterGadget is such an application that has enabled all the basic features that you generally use in Twitter. If you want to enable the Twitter app in your Gmail account, you need to follow these simple steps.

  •  Login to Gmail.
  • Go to Mail Settings—Labs.
  • Enable ‘Add any Gadget by Url’ and Click Save.
  •  Then your Gmail will restart again automatically.
  •  After it opens, go to Mail Settings—Gadgets.
  •  Enter the url http://www.twittergadget.com/gadget_gmail.xml in the ‘Add a gadget by its url’ bar  and click Add
  • Thus you’re almost done. Now you can see the Twitter Gadget app displaying in your Gmail sidebar..

Login with your Twitter credentials and start tweeting!