<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/libgmail/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/libgmail/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/libgmail/feature-requests/</id><updated>2008-10-17T20:23:40Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Google Apps</title><link href="https://sourceforge.net/p/libgmail/feature-requests/20/" rel="alternate"/><published>2008-10-17T20:23:40Z</published><updated>2008-10-17T20:23:40Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net87a6717a9daddb2eb8a9a31fdc994655625e915f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Need support for Google Apps.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Folder counts</title><link href="https://sourceforge.net/p/libgmail/feature-requests/19/" rel="alternate"/><published>2007-12-17T22:19:46Z</published><updated>2007-12-17T22:19:46Z</updated><author><name>Owen Taylor</name><uri>https://sourceforge.net/u/otaylor/</uri></author><id>https://sourceforge.netbbc99af4777ee6c5f30ffc2c8463af13199ebc8f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Here's a real simple patch to add:&lt;/p&gt;
&lt;p&gt;GmailAccount.getFolderCounts()&lt;/p&gt;
&lt;p&gt;Which returns a dict of folder_name =&amp;gt;count. The "folders" here are a combination of the labels from&lt;br /&gt;
getLabelNames() and the "standard folders".&lt;/p&gt;
&lt;p&gt;getFolderCount(folder_name) would be another possible&lt;br /&gt;
API for the same code.&lt;/p&gt;
&lt;p&gt;This was desired to implement the mockup for&lt;br /&gt;
a desktop mail widget in:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mail.gnome.org/archives/online-desktop-list/2007-October/msg00010.html"&gt;http://mail.gnome.org/archives/online-desktop-list/2007-October/msg00010.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add convenience functions to strip HTML</title><link href="https://sourceforge.net/p/libgmail/feature-requests/18/" rel="alternate"/><published>2007-11-30T13:40:26Z</published><updated>2007-11-30T13:40:26Z</updated><author><name>Magnus Therning</name><uri>https://sourceforge.net/u/mtherning/</uri></author><id>https://sourceforge.net3262714f65fdb2020336371c25a485954589b63f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In GmailThread several attributes are HTML (subject, author, etc).  It would be convenient to have a function in libgmail for tanslating the HTML to “regular text”.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Marking thread/message unread/read</title><link href="https://sourceforge.net/p/libgmail/feature-requests/17/" rel="alternate"/><published>2007-11-30T13:37:00Z</published><updated>2007-11-30T13:37:00Z</updated><author><name>Magnus Therning</name><uri>https://sourceforge.net/u/mtherning/</uri></author><id>https://sourceforge.neta4c75e063e9c3d542faa73a6413ec0324ed1f983</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As soon as libgmail downloads a message it is marked as read in the web interface, but the API currently seems to lack a way of returning a thread/message to an unread state.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Attach list of files instead of a file</title><link href="https://sourceforge.net/p/libgmail/feature-requests/16/" rel="alternate"/><published>2007-10-01T13:53:37Z</published><updated>2007-10-01T13:53:37Z</updated><author><name>cci[RR]us</name><uri>https://sourceforge.net/u/ccirrus/</uri></author><id>https://sourceforge.net72f2192e6b111d5659cb5a2bceb476d4fd50a26d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently, the API only attaches one file to one draft email. I made some changes to attach a "list of filenames" to a draft email. This lets the API gain flexibility and extensibility.&lt;/p&gt;
&lt;p&gt;Pls kindly consider. Thanks!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>pointer to sent message</title><link href="https://sourceforge.net/p/libgmail/feature-requests/15/" rel="alternate"/><published>2007-09-22T14:56:43Z</published><updated>2007-09-22T14:56:43Z</updated><author><name>xiaoruoruo</name><uri>https://sourceforge.net/u/xiaoruoruo/</uri></author><id>https://sourceforge.net6a4fc6c2c1fa6f093f17681210a6fea063666fd2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After libgmail sent a message, it had to run a query if one want some actions to be done on it(delete, forward, apply labels,...). Will it be possible if SendMessage can return a kind of pointer that can be used directly by other actions?&lt;/p&gt;
&lt;p&gt;Anyway, 3kx for this great package!&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>want to delete threads</title><link href="https://sourceforge.net/p/libgmail/feature-requests/14/" rel="alternate"/><published>2006-05-25T23:43:20Z</published><updated>2006-05-25T23:43:20Z</updated><author><name>Andy Grover</name><uri>https://sourceforge.net/u/agrover/</uri></author><id>https://sourceforge.net4cb984d0d54b9a5079e5fc5a47cb12e3bd154a3a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I want to be able to delete threads. I have all mails&lt;br /&gt;
from a high volume maillist labeled. I want to purge&lt;br /&gt;
all these emails. I can use libgmail to list all&lt;br /&gt;
threads with that label, but it can't delete them.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>email reading</title><link href="https://sourceforge.net/p/libgmail/feature-requests/13/" rel="alternate"/><published>2006-05-11T17:15:54Z</published><updated>2006-05-11T17:15:54Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net242ff95f3f82da9772fce3d209fb2c1a22cfd669</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Necessary libgmail of support the email reading.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>cookie data</title><link href="https://sourceforge.net/p/libgmail/feature-requests/12/" rel="alternate"/><published>2006-05-11T17:12:02Z</published><updated>2006-05-11T17:12:02Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net16940fd92a5940925d09d7d3e4ef65b2d842e3c0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Store cookie data for many accounts.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Need way to manipulate a large number of messages at once</title><link href="https://sourceforge.net/p/libgmail/feature-requests/11/" rel="alternate"/><published>2005-12-23T17:09:01Z</published><updated>2005-12-23T17:09:01Z</updated><author><name>Shlomi Fish</name><uri>https://sourceforge.net/u/shlomif/</uri></author><id>https://sourceforge.net4fc50ca1644fc8d87082bf755f21aa505bd316ab</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;At the moment, one can only delete only one message at&lt;br /&gt;
the time. However, this is time consuming, and Google&lt;br /&gt;
will eventually block your HTTP requests.&lt;/p&gt;
&lt;p&gt;The gmail.com HTTP interface allows to act on more than&lt;br /&gt;
one message at once. This was done (as an effect of my&lt;br /&gt;
request) in the Mail::Webmail::Gmail module:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://search.cpan.org/dist/Mail-Webmail-Gmail/"&gt;http://search.cpan.org/dist/Mail-Webmail-Gmail/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Which is at the moment broken due to a change in the&lt;br /&gt;
gmail login semantics.&lt;/p&gt;
&lt;p&gt;Please implement this feature, because there's one&lt;br /&gt;
label where I have over 8,000 messages that I'd like to&lt;br /&gt;
delete.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Shlomi Fish&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>