<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Delete email permanently in Gmail</title>
	<atom:link href="http://www.limilabs.com/blog/delete-email-permanently-in-gmail/feed" rel="self" type="application/rss+xml" />
	<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=delete-email-permanently-in-gmail</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 13:28:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-8028</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Sun, 15 Apr 2012 09:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-8028</guid>
		<description>If the message was already sent there is nothing you can do to &#039;revoke&#039; it. It has been relied to other SMTP servers and/or other users accounts on POP3/IMAP servers.

You can delete it from your &#039;sent mail&#039; folder, but it will not delete it from recipients&#039; inboxes.</description>
		<content:encoded><![CDATA[<p>If the message was already sent there is nothing you can do to &#8216;revoke&#8217; it. It has been relied to other SMTP servers and/or other users accounts on POP3/IMAP servers.</p>
<p>You can delete it from your &#8216;sent mail&#8217; folder, but it will not delete it from recipients&#8217; inboxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-7992</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sun, 15 Apr 2012 05:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-7992</guid>
		<description>How can I erase an email from my company&#039;s server when we use gmail but we have our own @xxxxx.org? This email was intended to be sent from my personal email. I commited the mistake using my droid gmail application. I need to erase this email permanently and right away from my company&#039;s server. I ignore if they have flags or anything. I know the Techn. guy is really good at monitoring us. That kind of company unfortunately. THANKS!</description>
		<content:encoded><![CDATA[<p>How can I erase an email from my company&#8217;s server when we use gmail but we have our own @xxxxx.org? This email was intended to be sent from my personal email. I commited the mistake using my droid gmail application. I need to erase this email permanently and right away from my company&#8217;s server. I ignore if they have flags or anything. I know the Techn. guy is really good at monitoring us. That kind of company unfortunately. THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1447</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Tue, 12 Jul 2011 11:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1447</guid>
		<description>@fireandhemlock

You just need to change the search code.

The following code searches for all email sent from alice:
[csharp]
List&lt;long&gt; uids = imap.Search(Expression.From(&quot;alice@company.org&quot;));
[/csharp]

[vb]
Dim uids As List(Of Long) = imap.Search(Expression.From(&quot;alice@company.org&quot;))
[/vb]

Read more about &lt;a href=&quot;http://www.limilabs.com/blog/how-to-search-imap-in-net&quot; rel=&quot;nofollow&quot;&gt;searching emails on IMAP server&lt;/a&gt;.

If you are using Gmail you also may also use &lt;a href=&quot;http://www.limilabs.com/blog/search-gmail-using-gmails-search-syntax&quot; rel=&quot;nofollow&quot;&gt;Gmail&#039;s specific search syntax&lt;/a&gt; (same as on Gmail web site).</description>
		<content:encoded><![CDATA[<p>@fireandhemlock</p>
<p>You just need to change the search code.</p>
<p>The following code searches for all email sent from alice:</p>
<pre class="brush: csharp;">
List&lt;long&gt; uids = imap.Search(Expression.From(&quot;alice@company.org&quot;));
</pre>
<pre class="brush: vb;">
Dim uids As List(Of Long) = imap.Search(Expression.From(&quot;alice@company.org&quot;))
</pre>
<p>Read more about <a href="http://www.limilabs.com/blog/how-to-search-imap-in-net" rel="nofollow">searching emails on IMAP server</a>.</p>
<p>If you are using Gmail you also may also use <a href="http://www.limilabs.com/blog/search-gmail-using-gmails-search-syntax" rel="nofollow">Gmail&#8217;s specific search syntax</a> (same as on Gmail web site).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fireandhemlock</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1446</link>
		<dc:creator>fireandhemlock</dc:creator>
		<pubDate>Mon, 11 Jul 2011 09:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1446</guid>
		<description>hey, I was wondering, whether similar code can be used to immediately delete mails from ONE particular contact?</description>
		<content:encoded><![CDATA[<p>hey, I was wondering, whether similar code can be used to immediately delete mails from ONE particular contact?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1445</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Wed, 20 Apr 2011 06:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1445</guid>
		<description>@hiremath

With Mail.dll you can delete and manage email on any IMAP or POP3 server (including Exchange).

Outlook is a client application. If you want to delete email from a local pst store, Mail.dll is not going to help you, but if you want to delete emails from Exchange read this post: &lt;a href =&quot;http://www.limilabs.com/blog/delete-email-messages-with-imap&quot; rel=&quot;nofollow&quot;&gt;Delete email messages using IMAP&lt;/a&gt;. You may need to establish SSL connection but it&#039;s quite easy just use ConnectSSL method.</description>
		<content:encoded><![CDATA[<p>@hiremath</p>
<p>With Mail.dll you can delete and manage email on any IMAP or POP3 server (including Exchange).</p>
<p>Outlook is a client application. If you want to delete email from a local pst store, Mail.dll is not going to help you, but if you want to delete emails from Exchange read this post: <a href ="http://www.limilabs.com/blog/delete-email-messages-with-imap" rel="nofollow">Delete email messages using IMAP</a>. You may need to establish SSL connection but it&#8217;s quite easy just use ConnectSSL method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hiremath V K</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1444</link>
		<dc:creator>hiremath V K</dc:creator>
		<pubDate>Tue, 19 Apr 2011 10:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1444</guid>
		<description>hi,
i want to delete mails from outlook.
plz Ans,.
thank you.</description>
		<content:encoded><![CDATA[<p>hi,<br />
i want to delete mails from outlook.<br />
plz Ans,.<br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1443</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Sun, 09 Jan 2011 12:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1443</guid>
		<description>@Vinay

Most likely your server does not require SSL. Just use Imap.Connect method in that case. Please also read this post: &lt;a href=&quot;http://www.limilabs.com/blog/connection-attempt-failed&quot; rel=&quot;nofollow&quot;&gt;Connection attempt failed&lt;/a&gt;.

Please contat us directly if you have other connection problems.</description>
		<content:encoded><![CDATA[<p>@Vinay</p>
<p>Most likely your server does not require SSL. Just use Imap.Connect method in that case. Please also read this post: <a href="http://www.limilabs.com/blog/connection-attempt-failed" rel="nofollow">Connection attempt failed</a>.</p>
<p>Please contat us directly if you have other connection problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay Bammidi</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1442</link>
		<dc:creator>vinay Bammidi</dc:creator>
		<pubDate>Sun, 09 Jan 2011 09:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1442</guid>
		<description>A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.155.109:143

I am getting this error.Can you please tell me how to fix this.</description>
		<content:encoded><![CDATA[<p>A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.125.155.109:143</p>
<p>I am getting this error.Can you please tell me how to fix this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1441</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Sat, 08 Jan 2011 18:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1441</guid>
		<description>@Vinay
Instead of
&lt;code&gt;imap.SelectInbox()&lt;/code&gt;
use
&lt;code&gt;imap.Select(&quot;[Gmail]/Sent Mail&quot;)&lt;/code&gt;

If you want to delete all emails in this folder replace the search code with:
&lt;code&gt;List&lt;long&gt; uids = imap.GetAll();&lt;/code&gt;
-or-
&lt;code&gt;Dim uids As List(Of Long) = imap.GetAll()&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Vinay<br />
Instead of<br />
<code>imap.SelectInbox()</code><br />
use<br />
<code>imap.Select("[Gmail]/Sent Mail")</code></p>
<p>If you want to delete all emails in this folder replace the search code with:<br />
<code>List<long> uids = imap.GetAll();</long></code><br />
-or-<br />
<code>Dim uids As List(Of Long) = imap.GetAll()</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay Bammidi</title>
		<link>http://www.limilabs.com/blog/delete-email-permanently-in-gmail#comment-1440</link>
		<dc:creator>vinay Bammidi</dc:creator>
		<pubDate>Sat, 08 Jan 2011 17:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=575#comment-1440</guid>
		<description>Hi,

I like to delete my sent mails in gamil. how can i do this.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like to delete my sent mails in gamil. how can i do this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

