Home

Advertisement

Customise

Advertisement

Customise

Vacation, whose vacation?

2008 Aug 21st | 12:37 pm
location: @home
mood: awake awake
music: Lilly Allen - Everything's Just Wonderful

Work

Yep, supposedly I'm on vacation, but these are not going to be as fun as other years. First Silvia couldn't choose vacation period on September, as we would have wanted and had to split vacation between August and October. I don't like to be on vacation on August for several reasons, but as this year we don't have money to go those nice places we used to go most of these reasons vanish. So far we're practicing some short-range tourism, like having lunch in Cudillero and going back home by evening, and some house-keeping ungrateful tasks, like cleaning windows (no pun intended!). I expect the October period to be less static, because not going somewhere feels a bit like having no vacation.

Debian

My Debian stuff is mostly frozen now, as we're in the way of getting Lenny released soon. The newmail crasher is finally fixed also in Debian, so, unless something really nasty appears in the meantime, current versions will be the ones shipped in Lenny CDs/DVDs. The only thing I miss is not having a more updated themes package, because current release dates from beginning of 2007 and doesn't contain any of the new PNG themes.

Hardware

As some may already know my MacBook hard disk (Hitachi 160 Gb) died two or three weeks ago. I've been able to recover most of data from it, thanks to SystemRescueCd and some help to mount encrypted partitions by hand. Unfortunately one of the lost pieces was the trial-error-made deb package with a mostly working driver for the Atheros wifi card of the MacBook (but only with kernel 2.6.21). As I was stupid enough not to document the process or backup it I guess I will have to start from scratch with that again or fall-back to MacOS X for wifi connectivity.

The MacBook was 1 year and few months old, but there's a known conflict between which warranty Apple provides (1 year) and the one supposedly granted by the Spanish law for consumer goods (2 years), and Apple is actively rejecting to follow it (no links, but Google is full of stories). Therefore I've decided not to fight on lost battles and just buy a replacement (another Hitachi but 320 Gb, still don't have it though). Of course I will think thrice before buying anything more from Apple. And for those wandering, no, I don't like to pay another heap of euros for the "AppleCare Protection Plans" when the law already gives me almost the same for free.

I only hope the disks of my main box not to start failing soon (they're two, they're older and they're spinning most of the time: 14:41:56 up 24 days, 22:07, 13 users, load average: 0.11, 0.08, 0.09).

Link | Leave a comment {1} | Add to Memories | Tell a Friend

Sardine festival

2008 Aug 7th | 12:06 pm
mood: busy busy

Last Friday was holiday for me, and like previous year I went to the Candás Sardine Festival. This time it was a bit different because seems now I have my five seconds of fame on the globalised TV. Only a hint: I'm the one on green, and Lucho is the one pouring (escanciando) the cider.

Link | Leave a comment | Add to Memories | Tell a Friend

Diablo enters room

2008 Aug 2nd | 01:54 pm
mood: weird weird

Despite reading some problems with it, some related with the new mail client -- but I don't use it, of course ;-) -- I decided to do it for first, and, if it works as promised, for last time too:

# ./flasher-3.0.amd64 -F RX-44_DIABLO_4.2008.23-14_PR_COMBINED_MR0_ARM.bin -f -R  
flasher v0.8.1 (Jan  5 2007)

SW version in image: RX-44_DIABLO_4.2008.23-14_PR_MR0
Image 'kernel', size 1536512 bytes
        Version 2.6.21-200823maemo3
Image 'initfs', size 2286848 bytes
        Version 0.95.16-200823maemo2
Image 'rootfs', size 125042688 bytes
        Version RX-34+RX-44+RX-48_DIABLO_4.2008.23-14_PR_MR0
Image '2nd', size 8192 bytes
        Valid for RX-44: 0808
        Version 1.1.16-200823maemo1
Image 'xloader', size 9216 bytes  
        Valid for RX-44: 0808
        Version 1.1.16-200823maemo1
Image 'secondary', size 100736 bytes
        Valid for RX-44: 0808
        Version 1.1.16-200823maemo1
Image '2nd', size 8192 bytes
        Valid for RX-44: 0801, 0802, 0803, 0804, 0805, 0806, 0901, 0902
Image 'xloader', size 9216 bytes  
        Valid for RX-44: 0801, 0802, 0803, 0804, 0805, 0806, 0901, 0902
        Version 1.1.16-200823maemo1
Image 'secondary', size 100736 bytes
        Valid for RX-44: 0801, 0802, 0803, 0804, 0805, 0806, 0901, 0902
        Version 1.1.16-200823maemo1
Suitable USB device not found, waiting
USB device found found at bus 001, device address 009
Found device RX-44, hardware revision 0805
NOLO version 1.1.6
Version of 'sw-release': RX-44_2008SE_1.2007.42-19_PR_MR0
Sending xloader image (9 kB)...   
100% (9 of 9 kB, avg. 2250 kB/s)  
Sending secondary image (98 kB)...
100% (98 of 98 kB, avg. 8943 kB/s)
Flashing bootloader... done.
Sending kernel image (1500 kB)... 
100% (1500 of 1500 kB, avg. 8774 kB/s)
Flashing kernel... done.
Sending initfs image (2233 kB)... 
100% (2233 of 2233 kB, avg. 11110 kB/s)
Flashing initfs... done.
Sending and flashing rootfs image (122112 kB)...
100% (122112 of 122112 kB, avg. 6928 kB/s)
Finishing flashing... done


I didn't do any backup, so I've started from scratch again with it. Just for reference the detailed instructions for flashing are described in maemo.org wiki.
Tags: ,

Link | Leave a comment {1} | Add to Memories | Tell a Friend

Theme change

2008 Jul 17th | 06:30 pm
mood: bored bored

Tired of the classic livejournal theme, I've switched to something else. Not specially better, not specially worse.

Link | Leave a comment | Add to Memories | Tell a Friend

Command of the day

2008 Jun 11th | 11:22 am
mood: amused amused


for d in `ldd /usr/local/bin/claws-mail | cut -d\( -f1 | cut -d\> -f2 | sed 's,\s,,'`; do dpkg -S $d 2> /dev/null; done | cut -f1 -d: | sort -u | xargs | for p in `cat`; do dpkg-query -W $p; done


Nice, isn't it? ;-)

For the curious: it gives all package names and versions of the libraries a binary depends upon (recursively, per ldd, and errors discarded, so beware!).

Link | Leave a comment | Add to Memories | Tell a Friend

Bye Madrid, hi new home

2008 Jun 4th | 11:42 am
mood: grateful grateful

The result has finally been unleashed yesterday to me, and as expected, I'm not going to work in Madrid anymore with the client I was assigned for the last three months.

The result was obviously not the desired for my company, because, in abstract, it may have been a nice contract until 2009, but it's very difficult to compete with meat factories which lower the prices more than 30 percent over an adjusted budget. Anyway this prevented myself from having to take a plane every monday and friday for, probably, the rest of the year. There's also a negative part, like not meeting anymore soon with some Debian dudes in Alfredo's, like the dinner we had two weeks ago.

On the positive side, we're now living at our new home, though still setting things up. Lots of boxes and stuff spread on the floors, which is slowly being sorted and relocated. Still waiting for the dinning's room sofa, so we have to watch TV japanese style and have dinner in the kitchen. Fortunately internet connection seems to work smoothly, but now we have less bandwidth. To cut some costs the basic package was the choosen, which currently is a 4 Mbit download / 300 Kbit upload cable link.

My debian stuff is basically frozen since last post, though I've been able to sponsor one vagalume release and upload the 2.5 release candidate of sylpheed, which, by the way, is having a strange bug on some architectures. Public thanks goes to fgeek, which has allowed me to steal a little of his home bandwidth and cpu to maintain my IRC presence during this transition period.

Link | Leave a comment {2} | Add to Memories | Tell a Friend

Blackout

2008 Apr 28th | 12:12 pm
mood: blah blah

No, it's not a Britney's album reference and probably not as dark as the subject suggests, but the home change (which is not going to effectively happen until June 1st) requires the Internet connection I'm using to be removed from our current hired flat. Thanks to our much beloved Asturian ISP I perfectly know that from May 1st the current contract will be finished (and service dropped) and on 8th they will take back the cable-modem, but I have no fscking idea when the new contract and the new connection will be ready at the new home, despite having solicited it two weeks ago.

If that were not enough, and thanks to Murphy's law, my main IMAP mailbox (the account I have at the university since twelve years ago) seems to have disappeared into /dev/null. Service failures were not uncommon from time to time, but now I can connect and both mutt and Claws Mail keep on saying I have no INBOX, which looks pretty true from the little I can see when ssh'ing the mail server. I've already redirected the forwarders, but if telecable cancels also the current mail accounts associated with the contract I'll have to do again. And seems also I've been subscribed to a lot of lists with that address from aic.uniovi.es, because i'm not receiving any mail from debian lists... which is a real pleasure for now :-D. Fortunately Claws lists were double subscribed and I can read them on gmail, I hope the failures from the uniovi address aren't causing excessive trouble to our listmaster ;-).

On the Debian front the bugs for all sylpheed-claws related packages have been issued, so expect them to disappear soon from the unstable archive (they already were removed from testing several weeks ago). Bye bye sylpheed-claws, we won't miss you.

Link | Leave a comment | Add to Memories | Tell a Friend

claws-mail 3.4.0, dudesconf 2

2008 Apr 21st | 12:37 am
location: @Home
mood: busy busy

The claws-mail packages have reached the 3.4.0 version. These include several important fixes, so all users are encouraged to upgrade. I planned to include Colin's pre-release multiple-fixes patch in a previous upload but finally the lack of time and the near release date provoked this upload hadn't occurred. There's something new in the packaging because I've switched all the copyright files to machine-interpretable copyright format. This is not mandatory (just a proposal) but I think it's interesting enough to support it. I'll be giving a lightning talk about this proposal within the Dudesconf-II event, the small debconf-like conference to be celebrated in A Coruña in a couple of weeks. I'll be traveling by car with chipi, another Debian developer which came with me last year, and baby, who has been recently promoted also to Debian developer (yay! congratz Miriam! welcome to debian.org, the republic of the spammed people! :-)). Hopefully that week I won't be traveling to Madrid for working, otherwise it could be very tiresome. Unfortunately I have to do it tomorrow, so once the claws-mail-extra-plugins have finished uploading (in process right now) I'm going to bed ;-).

Link | Leave a comment {1} | Add to Memories | Tell a Friend

No-living Madrid

2008 Mar 10th | 12:10 am
location: Home
mood: tired tired

I'm being lazy again updating this. As predicted in a previous entry (oh, I'm lazy enough to link it) my life has changed for a while. A while which is going to last for three months (though the first one is finishing this week). I'm now working from Monday to Friday at Madrid, living in a, well, a kind of single flat, but worse: a bathroom, a couple of small beds (I only use one, the other is handy to leave the luggage), a table with two chairs, a couple of armchairs and a minimalistic kitchen behind accordion doors. All packed in less than 30 square meters. To be honest I spent most of the day at work and most of the remaining time sleeping, so having such crappy residence is not as depressing as it seems at first. The remaining time is filled with unsophisticated cooking, food collecting, personal hygiene and watching some movie on the MacBook. Lacking an internet connection limits the amount of hacking it can be done, and I simply batch it for delivery around valley hours at work.

Connection at work is behind a proxy, but not a fascist one, so I've been able to ssh home using httptunnel. The server part was easy, just drop apache from port 80 (not really a problem because apache2 is running on 443 and serving all the interesting things) and start the hts tunnel server on the same port redirected to localhost's ssh port. On the client side things are a bit more tricky because I'm on a Redmond OS, but the htc client can be run both under cygwin and also compiled for win32 (though this version also uses cygwin1.dll). Amazing enough the "compiled for win32" version which is started directly by a shortcut seems to work better than the cygwin one when started from a shell. Version numbers seem to be the same, and cygwin1.dll is also the same (the version provided with the "compiled for win32" was older than the one in my cygwin installation making impossible to use both at the same time, so I replaced it), so it's a mistery to me why it appears to work better.

While httptunnel is a nice improvement over ajaxterm it fails from time to time and you have to restart the connection to the localhost client. This is a minor annoyance in standard usage, but can appear quickly if you increase the traffic in the tunnel, for example raising an ssh tunnel within the http-tunneled connection for making a remote X display be shown locally in the cygwin X server. Using the ssh tunnel for, lets say, sftp uploads, causes it to fail even more frequently, though limiting the upload bandwidth in filezilla helps to maintain the connection alive.

On the Debian side, I've been dealing with bugs, mostly claws-mail ones and the sylpheed-claws removal, which is pretty advanced right now: all sylpheed-claws* packages are now out of testing and ready to be removed also from unstable. Only a migration path is needed for existing users, which will be providing another virtual package in claws-mail (like it's already done for sylpheed-claws-gtk2). I've also requested a binNMU for claws-mail, because current build dependencies make it uninstallable in unstable. A "binNMU" (which stands for binary Non Maintainer Upload) is a kind of semi-automatic rebuild of the binary packages in a source package, used mainly for library transitions (like this one).

There's another area in the Debian side which itches me lately: the sylpheed upstream bug handling. Day after day I miss more and more a friendly bugzilla (or anything similar) where upstream bugs can be posted and, more important, tracked. The few forwarded bugs in the BTS are like messages in a bottle. I've sent them to Hiro, but no response was received, neither Changelog mention or any other sign they have been treated or discarded. Sending them to /dev/null would have been equally efficient. I've noticed he does usually respond to bugs posted in the list, so maybe that's the way to go.

Link | Leave a comment {1} | Add to Memories | Tell a Friend

The rest of your life begins at 19:30 UTC

2008 Feb 14th | 09:54 am
mood: hopeful hopeful

Well, not really, but a lot of changes have happened lately on mine :-). In more or less chronological order:

Hardware
Yep, new hardware! The Nokia guys decided to, finally, provide some n810 devices to the Spanish online store, so poor Spanish developers could buy their awaited discounted tablets. But that couldn't be so easy, of course, and the UPS people played the mouse and the cat with mine for nearly a week, leaving me their infonotes with instructions they didn't honor. Anyway, like it's said, there's no bad that lasts for a hundred years, so the device is finally in my hands and working. First software installed was Claws Mail, of course, and now I can enjoy the deletion of spam from my IMAP accounts from the bed :-D.

Work
As expected, after a short period of transition while some not funny tasks where assigned to me, I'm finally in a new project. This project is big, and has been running for nearly a year now, so the initial learning curve is not easy, but here I am. As expected too, it involves traveling to Swindon (UK), so I'll be there next week from Monday evening to Thursday morning. Don't expect me to see online out of work hours.

Life
Yep, that has changed too, or is going to change very soon: we're going to buy a flat and leave our currently hired home. After some weeks of depressing searching (the prices are ridiculously high in Spain for any kind of place to live) we've found our future home, just 300 m. away from current. Currently we're in the process of finding a bank to marry with for the next 35 years :-), though we hope it won't last so. The search for a bank is also depressing. When you talk to them everything looks pink-coloured, until you start to ask about the fine print... all you think you're saving in the mortgage is being slightly stolen on the insurances, percentages, expenses, taxes, accounts, cards and whatnot. As said, depressing, but that's life.

Free software
Apart of the Clamav issue, which is causing some trouble (like this), there's not much news here, though they're mostly good:

  • Packaged wwp's PECoMaTo for Debian.
  • With the help of Hideki Yamane finally the libsylph packaging was finished, I'm reviewing and sponsoring the uploads.
  • Claws Mail packages are up to date!!
  • Seems my Debian karma has increased from last time I found it - well, not sure if that is really good }:).

... but not all: still didn't request the removal the sylpheed-claws-* packages because of its apparent popularity, though I'm considering just to orphan it, but recommending the removal. If anybody wants to really maintain them, well, is their choice, but I've procrastinated their maintenance for time enough to not deserve even being called the maintainer.

Link | Leave a comment {2} | Add to Memories | Tell a Friend

Testing effect

2008 Jan 25th | 06:45 pm
mood: amused amused

By January last year I posted some popcon graphs for fun and comparison. This year I won't repeat myself with the same graphs, but I've found a couple of interesting facts in the graph below which passed unnoticed to me until now.



First thing you may notice is the huge boost claws-mail got this last month. That's nice, and is the "testing effect". Package finally entered testing and a lot of people installed it.

Second, is that, by the end of last year, claws-mail finally had more installations than the ancient sylpheed-claws. It's incredible the amount of people still has it installed, and the only reason I've still not issued the removal request from the archive.

And third (well, I said a couple, but I'm not a mathematician ;-)), and no less important, nearly half of the people who install claws-mail votes for it! That's great compared with the 25% approx. who votes for sylpheed-claws.

Link | Leave a comment | Add to Memories | Tell a Friend

FSF Directory

2008 Jan 9th | 12:30 am
location: laptop
mood: sleepy sleepy

Remember this entry about Claws Mail missing in FSF Software Directory? Well, seems the new person in charge did it, and finally we're now listed!. She was kind enough to send me a mail with the URL. It took more than four months (nobody was in charge of the directory at the time I sent the request), but patience resulted fruitful on the long run.

Link | Leave a comment | Add to Memories | Tell a Friend

EOC, clawsker

2008 Jan 7th | 06:18 pm
location: localhost
mood: artistic artistic

The Christmas are over now, and the old daily routine will be probably continued in this new year. The Three Kings have been generous, but not too geek, which is good for a change. Anyway I got a new bluetooth device for the car, a couple of good Sci-Fi books (Tuf Voyaging and Earthworks) and some clothing.

At work we're in extended play now. Some changes and enhancements were approved and the project will be continued for some more time. This means I will probably have to travel to Barcelona again this year.

I've been bored enough to make a minimal site for Clawsker (previously known as cmhpe) and put the current tarball online.

And when I say bored I mean really bored, because the googlepages edition is a real PITA. I guess that's the reason they stopped to provide the feature to newer accounts. Anyway it didn't take too much effort and I'm still waiting for Paul to setup a proper corner in the claws-mail site.

Link | Leave a comment {1} | Add to Memories | Tell a Friend

0x23

2007 Dec 12th | 09:00 am
mood: awake awake

Yay!

Link | Leave a comment {2} | Add to Memories | Tell a Friend

Bayonne, cmhpe

2007 Dec 8th | 09:08 am
mood: chipper chipper

This weekend Silvia and me will be visiting Bayonne. Just a quick visit leaving in a few minutes and back tomorrow.

I've also been busy this week developing cmhpe, or the Claws Mail Hidden Preferences Editor. It's a Perl-GTK2 applet, which handles all those properties lying in your clawsrc files not handled by the Claws Mail interface. So far is able to handle all hidden preferences, but there's still some features missing, like "Undo" to restore modifications to the previous state (though quitting the application leaves your preferences untouched). Also some GTK embellishment is required and a method for installing the applet and all the things which come in a source directory :-). No time for screenshots right now, stay tuned!
Tags: ,

Link | Leave a comment {2} | Add to Memories | Tell a Friend

Claws 3.1.0

2007 Nov 26th | 01:17 am
mood: weird weird

This is another, and hopefully the last this year, night of Sunday-but-already-Monday when I have to take a plane for Barcelona in about 7 or 8 hours. And as usually sleep is not my companion. I tried hard, not surrendering to the siesta temptation today, but seems it was not enough.

I've finished packaging the new tnef-parser from our plugin Master for the claws-mail-extra-plugins. It's already uploaded to Debian, and given the relative emptiness of the NEW queue looks like it won't take a lot of time to enter the archive. Just 20 packages with no package older than 2 days is a quite healthy condition for this hand-processed queue, and also means our ftp-master team works hard and quick these days, kudos for them!

It's also nice see old time users of Sylpheed coming to the Claws Mail arena. Even if it's to send bugs, which, luckily for me, are tagged as upstream by the reporter. For the curious they're the #452895 and the #452893. The latter seems a case of being more liberal on what is received, the first is the known problem of the local queue. Still not forwarded upstream though.

Link | Leave a comment {1} | Add to Memories | Tell a Friend

strdup

2007 Nov 19th | 07:18 am
location: Home
mood: awake awake

For some reason seems editing the last entry made it duplicated...

Link | Leave a comment | Add to Memories | Tell a Friend

Project endings

2007 Nov 17th | 05:11 pm
location: Home
mood: cold cold

Work
After more than a year since its beginning (even before I was hired) and nine months of development the project I'm involved at work is nearly finishing. I've been this last week in Barcelona starting the deploy to production machines, and will be there also next week, to finish deployment and take part in the final tests (integration, performance). I'm proud of bringing some free soft into the project, as I was allowed to setup a trac server running in an Ubuntu 7.10 server (under VMWare) to be able to have some bug tracking facility (the alternative was being a shared MS Word file...). The challenging part was allow internet access to the virtual machine through the fascist proxy server.

Not sure what will be next. There's already some incoming projects at CSC, but I still have not made a decision neither have a clear idea of what would I prefer to be the next. So the final result may be a total surprise for me and even for others!.

Free soft
On the free software side there's been not much movement, since my network access is limited to work hours and time available is nearly zero during that hours. I've been able of sponsoring another upload of ayttm, which is now being (very) actively maintained by Kartik Mistry.

I've also enjoyed being one of the winners of Nokia n810 discount codes, and enjoyed even more to know up to four members of the Claws Team have been awarded the same way. I guess we won't have excuse to not having a good maemo port... oh wait, we already have it! ;-). The hardware itself is still not available, so we'll have to wait until it reaches the (online) shops to spent our 99€ per beard.

Music
Last weekend Silvia surprised me with tickets for two jazz concerts at the Gijón Jazz Festival. First was Medesky, Martin and Wood, which made a great concert I liked a lok, mixing modern jazz with electronic. On Sunday it was the turn of Dee Dee Bridgewater with her African rhythms from Mali. I though this second one would be not as interesting as first, but finally resulted a pleasant concert, despite the songs were a kind of simultaneous translation game, where a piece of song by the Malian singers in original language was repeated in English by Dee Dee.

Tonight we'll go with some friends to dinner and see Kroke, a Polish group from Cracow.

Link | Leave a comment | Add to Memories | Tell a Friend

Hardware

2007 Nov 5th | 04:09 pm
mood: stressed stressed

The same day a friend of mine brought me from Madrid my new black and shinny (literally) WD passport portable drive, the not so shinny (nearly 3 years old) and white iPod 4th gen. displayed a mysterious battery-like icon in the screen and switched off (forever until now).

From that all I can figure out is that battery is dead, so I've already ordered a replacement from batteryupgrade, an online store. So far I've already received 5 mails, looks like it's in good path for arriving home. The replacement won't be easy though, as seems the iPod battery comes glued to the device, but that's another post :)

And, to continue talking about hardware, now that the application period is over it can be confirmed that the ones who applied for the discounted n810 have more than 50% chance of getting one. This is a much higher probability I would have bet for at first. Now only have to find a Nokia employee for biasing the probability a bit more towards 100% ;-), anyone?

Link | Leave a comment | Add to Memories | Tell a Friend

Claws with new Gmail IMAP

2007 Oct 25th | 07:39 am
mood: awake awake

Yesterday, after reading new Gmail IMAP availability discovered one of my accounts had been IMAP-blessed by the Gmail fortune god. I activated it inmediately, wondering how well it would play with Claws Mail.
Now my wonders are answered. A quick review:

Connection went all right. Thanks the quick IMAP setup page for other clients offered in Gmail's help configuring a new account in Claws Mail is a matter of seconds. The dialog of the initial contact follows:
[07:14:31] IMAP4< * OK Gimap ready for requests from 83.97.220.22 c25if573683ika 
* IMAP connection is un-authenticated
[07:14:42] IMAP4> 1 CAPABILITY 
[07:14:42] IMAP4< * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA XYZZY 
[07:14:42] IMAP4< 1 OK Thats all she wrote! c25if573683ika 
[07:14:42] IMAP4> Logging monesz@gmail.com to imap.gmail.com using LOGIN
[07:14:46] IMAP4< Login to imap.gmail.com successful
[07:14:46] IMAP4> 3 LIST "" "" 
[07:14:46] IMAP4< * LIST (\Noselect) "/" "/" 
[07:14:46] IMAP4< 3 OK Success 
[07:14:46] IMAP4> 4 LSUB "" "%" 
[07:14:46] IMAP4< * LSUB () "/" "INBOX" 
[07:14:46] IMAP4< * LSUB (\Noselect) "/" "[Gmail]" 
[07:14:46] IMAP4< 4 OK Success 
[07:14:46] IMAP4> 5 LSUB "" "INBOX/%" 
[07:14:46] IMAP4< 5 OK Success 
[07:14:46] IMAP4> 6 LSUB "" "[Gmail]/%" 
[07:14:47] IMAP4< * LSUB () "/" "[Gmail]/All Mail" 
[07:14:47] IMAP4< * LSUB () "/" "[Gmail]/Drafts" 
[07:14:47] IMAP4< * LSUB () "/" "[Gmail]/Sent Mail" 
[07:14:47] IMAP4< * LSUB () "/" "[Gmail]/Spam" 
[07:14:47] IMAP4< * LSUB () "/" "[Gmail]/Starred" 
[07:14:47] IMAP4< * LSUB () "/" "[Gmail]/Trash" 
[07:14:47] IMAP4< 6 OK Success 
[07:14:47] IMAP4> 7 LSUB "" "[Gmail]/All Mail/%" 
[07:14:47] IMAP4< 7 OK Success 
[07:14:47] IMAP4> 8 LSUB "" "[Gmail]/Drafts/%" 
[07:14:47] IMAP4< 8 OK Success 
[07:14:47] IMAP4> 9 LSUB "" "[Gmail]/Sent Mail/%" 
[07:14:47] IMAP4< 9 OK Success 
[07:14:47] IMAP4> 10 LSUB "" "[Gmail]/Spam/%" 
[07:14:48] IMAP4< 10 OK Success 
[07:14:48] IMAP4> 11 LSUB "" "[Gmail]/Starred/%" 
[07:14:48] IMAP4< 11 OK Success 
[07:14:48] IMAP4> 12 LSUB "" "[Gmail]/Trash/%" 
[07:14:48] IMAP4< 12 OK Success 


Access: notice the folders the Gmail servers seems to provide under [Gmail]. These have the following appearance under Claws folder tree, right after setting up:


These folders seems to reflect Gmail's left menu folders, though they happen to be unaccesible with Claws:
[07:15:52] IMAP4> 30 STATUS "[Gmail]/All Mail" (MESSAGES UIDNEXT UIDVALIDITY UNSEEN) 
[07:15:54] IMAP4< * STATUS [Gmail]/All Mail (MESSAGES 18 UIDNEXT 167 UIDVALIDITY 1 UNSEEN 1) 
[07:15:54] IMAP4< 30 OK Success 
[07:15:54] IMAP4> 31 SELECT "[Gmail]/All Mail" 
** can't select folder: [Gmail]/All Mail
[07:16:00] IMAP4> 32 STATUS "[Gmail]/All Mail" (MESSAGES UIDNEXT UIDVALIDITY UNSEEN) 
[07:16:00] IMAP4< * FLAGS (\Answered \Flagged \Draft \Deleted \Seen \*) 
[07:16:00] IMAP4< * OK [PERMANENTFLAGS (\Flagged \Draft \Deleted \Seen \*)] 
[07:16:00] IMAP4< * OK [UIDVALIDITY 1] 
[07:16:00] IMAP4< * 18 EXISTS 
[07:16:00] IMAP4< * 0 RECENT 
[07:16:00] IMAP4< * OK [UNSEEN 1] 
[07:16:00] IMAP4< * OK [UIDNEXT 167] 
[07:16:00] IMAP4< 31 OK [READ-WRITE] [Gmail]/All Mail selected. (Success) 
[07:16:00] IMAP4> 33 STATUS "[Gmail]/Drafts" (MESSAGES UIDNEXT UIDVALIDITY UNSEEN) 
[07:16:00] IMAP4< * STATUS [Gmail]/All Mail (MESSAGES 18 UIDNEXT 167 UIDVALIDITY 1 UNSEEN 1) 
[07:16:00] IMAP4< 32 OK Success 
[07:16:00] IMAP4> 34 SELECT "[Gmail]/Drafts" 
** can't select folder: [Gmail]/Drafts
[07:16:01] IMAP4> 35 STATUS "[Gmail]/Drafts" (MESSAGES UIDNEXT UIDVALIDITY UNSEEN) 
[07:16:01] IMAP4< * STATUS [Gmail]/Drafts (MESSAGES 0 UIDNEXT 1 UIDVALIDITY 18 UNSEEN 0) 
[07:16:01] IMAP4< 33 OK Success 
[07:16:01] IMAP4> 36 STATUS "[Gmail]/Sent Mail" (MESSAGES UIDNEXT UIDVALIDITY UNSEEN) 
[07:16:01] IMAP4< * FLAGS (\Answered \Flagged \Draft \Deleted \Seen \*) 
[07:16:01] IMAP4< * OK [PERMANENTFLAGS (\Flagged \Draft \Deleted \Seen \*)] 
[07:16:01] IMAP4< * OK [UIDVALIDITY 18] 
[07:16:01] IMAP4< * 0 EXISTS 
[07:16:01] IMAP4< * 0 RECENT 
[07:16:01] IMAP4< * OK [UNSEEN 0] 
[07:16:01] IMAP4< * OK [UIDNEXT 1] 
[07:16:01] IMAP4< 34 OK [READ-WRITE] [Gmail]/Drafts selected. (Success) 
[07:16:01] IMAP4> 37 SELECT "[Gmail]/Sent Mail" 

This is just a part of the log, the remaining folders went the same way.

On the other side the INBOX folder works fine and has the (3) mails expected according the web interface:
[07:18:31] IMAP4> 5 STATUS INBOX (MESSAGES UIDNEXT UIDVALIDITY UNSEEN) 
[07:18:31] IMAP4< * STATUS INBOX (MESSAGES 3 UIDNEXT 19 UIDVALIDITY 2 UNSEEN 0) 
[07:18:31] IMAP4< 5 OK Success 
[07:18:31] IMAP4> 6 SELECT INBOX 
[07:18:32] IMAP4< * FLAGS (\Answered \Flagged \Draft \Deleted \Seen \*) 
[07:18:32] IMAP4< * OK [PERMANENTFLAGS (\Flagged \Draft \Deleted \Seen \*)] 
[07:18:32] IMAP4< * OK [UIDVALIDITY 2] 
[07:18:32] IMAP4< * 3 EXISTS 
[07:18:32] IMAP4< * 0 RECENT 
[07:18:32] IMAP4< * OK [UNSEEN 0] 
[07:18:32] IMAP4< * OK [UIDNEXT 19] 
[07:18:32] IMAP4< 6 OK [READ-WRITE] INBOX selected. (Success) 
[07:18:32] IMAP4- [fetching UIDs...]
[07:18:32] IMAP4> 7 UID FETCH 1:* (UID) 
[07:18:32] IMAP4< * 1 FETCH (UID 1) 
[07:18:32] IMAP4< * 2 FETCH (UID 2) 
[07:18:32] IMAP4< * 3 FETCH (UID 3) 
[07:18:32] IMAP4< 7 OK Success 
[07:18:32] IMAP4> 8 UID FETCH 1:3 (UID FLAGS RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date From To Cc Subject Message-ID References In-Reply-To)]) 
[07:18:32] IMAP4< [FETCH data - 1024 bytes]
[07:18:32] IMAP4< [FETCH data - 302 bytes]
[07:18:32] IMAP4- [fetching flags...]
[07:18:32] IMAP4> 9 UID FETCH 1:* (FLAGS UID) 
[07:18:33] IMAP4< * 1 FETCH (UID 1 FLAGS (\Seen)) 
[07:18:33] IMAP4< * 2 FETCH (UID 2 FLAGS (\Seen)) 
[07:18:33] IMAP4< * 3 FETCH (UID 3 FLAGS (\Seen)) 
[07:18:33] IMAP4< 9 OK Success 


General impression: lacking features like subscription, but seems faster downloading. Slow response on logons, it takes several seconds to get response when leaving the folder. Some re-connections seen, which is not good for a five minutes test I guess.

And that's all for now... :-)

Link | Leave a comment {4} | Add to Memories | Tell a Friend