<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/gmail</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 17:25:21 GMT</pubDate>
<item>
<title>(JavaScript) Shift+Click to Select/Deselect Checkboxes. - ReedD19</title>
<link>http://snipplr.com/view/67570/shiftclick-to-selectdeselect-checkboxes/</link>
<description><![CDATA[ <p>Allows you to click a given checkbox X, then shift click another checkbox Y. All checkboxes between X and Y will be checked or unchecked based on the state of checkbox Y. i.e. if you're unchecking Y all boxes between X and Y will also be unchecked.</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 03:48:59 GMT</pubDate>
<guid>http://snipplr.com/view/67570/shiftclick-to-selectdeselect-checkboxes/</guid>
</item>
<item>
<title>(PHP) Uso de la libreria PHPMailer con una cuenta gmail. - alberomo</title>
<link>http://snipplr.com/view/59868/uso-de-la-libreria-phpmailer-con-una-cuenta-gmail/</link>
<description><![CDATA[ <p>Script para usar la librería PHP Mailer para enviar un mail usando gmail como servidor SMTP.

Se debe descargar la librería phpMailer (www.phpmailer.worxware.com).

Se usa una plantilla html para maquetar el cuerpo del mensaje.

Desde un servidor local XAMPP. (Nota:descomentar extension=php_openssl.dll en el fichero php.ini).</p> ]]></description>
<pubDate>Mon, 17 Oct 2011 00:49:57 GMT</pubDate>
<guid>http://snipplr.com/view/59868/uso-de-la-libreria-phpmailer-con-una-cuenta-gmail/</guid>
</item>
<item>
<title>(Python) Enviando correo con Gmail. - andriyleu</title>
<link>http://snipplr.com/view/57066/enviando-correo-con-gmail/</link>
<description><![CDATA[ <p>Simple código en python que te pregunta tu email (gmail) y el correo de tu amigo, pregunta tu contraseña para loguearse vía SMTP en Gmail y enviar el correo. Copyright: http://andriy.im</p> ]]></description>
<pubDate>Sat, 23 Jul 2011 08:30:28 GMT</pubDate>
<guid>http://snipplr.com/view/57066/enviando-correo-con-gmail/</guid>
</item>
<item>
<title>(PHP) Send email using GMail SMTP server from PHP page - wnasich</title>
<link>http://snipplr.com/view/51154/send-email-using-gmail-smtp-server-from-php-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Mar 2011 09:47:12 GMT</pubDate>
<guid>http://snipplr.com/view/51154/send-email-using-gmail-smtp-server-from-php-page/</guid>
</item>
<item>
<title>(PHP) Transfer / migrate messages between two IMAP/POP e-mail accounts - konstruktors</title>
<link>http://snipplr.com/view/50756/transfer--migrate-messages-between-two-imappop-email-accounts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Mar 2011 05:44:49 GMT</pubDate>
<guid>http://snipplr.com/view/50756/transfer--migrate-messages-between-two-imappop-email-accounts/</guid>
</item>
<item>
<title>(ColdFusion) CFIMAP for Gmail to get System Folders - tpryan</title>
<link>http://snipplr.com/view/50293/cfimap-for-gmail-to-get-system-folders/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 08 Mar 2011 14:37:01 GMT</pubDate>
<guid>http://snipplr.com/view/50293/cfimap-for-gmail-to-get-system-folders/</guid>
</item>
<item>
<title>(C#) Send Gmail email using C# - kyrathaba</title>
<link>http://snipplr.com/view/42105/send-gmail-email-using-c/</link>
<description><![CDATA[ <p>Notes:\r\n\r\n(1) your namespace\'s using section should include the following:\r\nusing System.Net.Mail;\r\n\r\n(2) my example code places the email-sending code in a Button\'s Click() event-handler</p> ]]></description>
<pubDate>Tue, 12 Oct 2010 13:52:01 GMT</pubDate>
<guid>http://snipplr.com/view/42105/send-gmail-email-using-c/</guid>
</item>
<item>
<title>(Java) Parse Data from Gmail Using JavaMail API and IMAP - jerryvig</title>
<link>http://snipplr.com/view/41611/parse-data-from-gmail-using-javamail-api-and-imap/</link>
<description><![CDATA[ <p>This is a basic routine for connecting to the Gmail servers using the JavaMail API over the IMAP protocol and parsing data from those e-mails.</p> ]]></description>
<pubDate>Wed, 06 Oct 2010 13:18:31 GMT</pubDate>
<guid>http://snipplr.com/view/41611/parse-data-from-gmail-using-javamail-api-and-imap/</guid>
</item>
<item>
<title>(C#) Check Gmail using ImapX.dll - kyrathaba</title>
<link>http://snipplr.com/view/41358/check-gmail-using-imapxdll/</link>
<description><![CDATA[ <p>Hacked together 10/01/2010\\r\\n\\r\\nPosted about it here:\\\\http://www.donationcoder.com/Forums/bb/index.php?topic=24148.0\\r\\n\\r\\nDownload sample solution from here:\\\\r\\\\nhttp://www.glensforkumc.com/non_church/csSampleSolutions/MyIMAP.zip  Note: the sample solution contains the ImapX.dll file</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 22:15:59 GMT</pubDate>
<guid>http://snipplr.com/view/41358/check-gmail-using-imapxdll/</guid>
</item>
<item>
<title>(C#) Sending emails (particularly with gmail and google apps for domains) - pckujawa</title>
<link>http://snipplr.com/view/32573/sending-emails-particularly-with-gmail-and-google-apps-for-domains/</link>
<description><![CDATA[ <p>For both gmail and gApps, use smtp.gmail.com on port 25 with SSL and NetworkCredentials.

Neither can send email to their own address, but they can send to other addresses.

[NLog](http://nlog-project.org/) has [an example](http://nlog-project.org/wiki/Using_NLog_with_GMail) of how to automatically send emails in order to log info from an app.</p> ]]></description>
<pubDate>Wed, 21 Apr 2010 10:44:27 GMT</pubDate>
<guid>http://snipplr.com/view/32573/sending-emails-particularly-with-gmail-and-google-apps-for-domains/</guid>
</item>
<item>
<title>(Python) Python GMail SMTP Example - oznek</title>
<link>http://snipplr.com/view/32156/python-gmail-smtp-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 Apr 2010 22:50:49 GMT</pubDate>
<guid>http://snipplr.com/view/32156/python-gmail-smtp-example/</guid>
</item>
<item>
<title>(JavaScript) Sort Gmail Messages By Sender - roryok</title>
<link>http://snipplr.com/view/21960/sort-gmail-messages-by-sender/</link>
<description><![CDATA[ <p>This is based on the [Sort Gmail Messages By Bookmarklet](http://snipplr.com/view/10432/sort-gmail-messages-by-subject/ "Sort Gmail Messages By Bookmarklet - http://snipplr.com/view/10432/sort-gmail-messages-by-subject/")  snippet.


Drag this into your Bookmarks: [SortGmailBySender](javascript:&amp;#40;function&amp;#40;&amp;#41;&amp;#123;function%20f&amp;#40;r&amp;#41;&amp;#123;var%20t=r.getElementsByTagName&amp;#40;&amp;#34;span&amp;#34;&amp;#41;;var%20i;for&amp;#40;i=0;i</p> ]]></description>
<pubDate>Tue, 27 Oct 2009 08:45:05 GMT</pubDate>
<guid>http://snipplr.com/view/21960/sort-gmail-messages-by-sender/</guid>
</item>
<item>
<title>(Java) Sending Email On Android By SMTP (Gmail) - abwaters</title>
<link>http://snipplr.com/view/16645/sending-email-on-android-by-smtp-gmail/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 04 Jul 2009 23:59:35 GMT</pubDate>
<guid>http://snipplr.com/view/16645/sending-email-on-android-by-smtp-gmail/</guid>
</item>
<item>
<title>(Java) Sending Email on Android by SMTP (Gmail) Example Class - abwaters</title>
<link>http://snipplr.com/view/16644/sending-email-on-android-by-smtp-gmail-example-class/</link>
<description><![CDATA[ <p>This requires the user to enter his/her google gmail information but still useful if you can't use the normal Email/Gmail apps via their intents.</p> ]]></description>
<pubDate>Sat, 04 Jul 2009 23:58:11 GMT</pubDate>
<guid>http://snipplr.com/view/16644/sending-email-on-android-by-smtp-gmail-example-class/</guid>
</item>
<item>
<title>(Java) Send Image via GMail or MMS on Android - abwaters</title>
<link>http://snipplr.com/view/13771/send-image-via-gmail-or-mms-on-android/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 04 Apr 2009 16:07:33 GMT</pubDate>
<guid>http://snipplr.com/view/13771/send-image-via-gmail-or-mms-on-android/</guid>
</item>
<item>
<title>(JavaScript) Sort Gmail Messages by Subject - wizard04</title>
<link>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</link>
<description><![CDATA[ <p>This is a very simple bookmarklet that will temporarily sort the *visible* messages in Gmail by subject. You'll have to run it again each time Gmail refreshes the list.

[Sort Gmail Messages](javascript:(function(&amp;#41;{function%20f(r&amp;#41;{var%20t=r.getElementsByTagName(&amp;#34;td&amp;#34;&amp;#41;;var%20d,s;var%20i,j;for(i=0;i</p> ]]></description>
<pubDate>Fri, 12 Dec 2008 11:01:21 GMT</pubDate>
<guid>http://snipplr.com/view/10432/sort-gmail-messages-by-subject/</guid>
</item>
<item>
<title>(C#) Send Email from your GMAIL account using ASP.Net and C# - planetcall</title>
<link>http://snipplr.com/view/5035/send-email-from-your-gmail-account-using-aspnet-and-c/</link>
<description><![CDATA[ <p>This is a code example which demonstrates how to send Email with attachment using your GMAIL Account.</p> ]]></description>
<pubDate>Wed, 13 Feb 2008 01:13:26 GMT</pubDate>
<guid>http://snipplr.com/view/5035/send-email-from-your-gmail-account-using-aspnet-and-c/</guid>
</item>
<item>
<title>(CSS) gmail-like column overflow. - j_junyent</title>
<link>http://snipplr.com/view/4188/gmaillike-column-overflow/</link>
<description><![CDATA[ <p>gmail-like table's column overflow.
Efecte de truncar el text en una taula si sobrepasa</p> ]]></description>
<pubDate>Sun, 25 Nov 2007 16:55:16 GMT</pubDate>
<guid>http://snipplr.com/view/4188/gmaillike-column-overflow/</guid>
</item>
<item>
<title>(HTML) mp3 desde gmail - pablazo</title>
<link>http://snipplr.com/view/906/mp3-desde-gmail/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Aug 2006 23:24:58 GMT</pubDate>
<guid>http://snipplr.com/view/906/mp3-desde-gmail/</guid>
</item>
</channel>
</rss>