Re: need help with testing: GMail live search (available in svn trunk)
"Joe Shaw" <[email protected]>
| Newsgroups | gmane.comp.gnome.dashboard.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey, On Wed, Apr 9, 2008 at 9:45 PM, Debajyoti Bera <[email protected]> wrote: > Now that you point out that gmail and google app uses different URLs, some > configuration seems required. I guess the "a" points to "app". Does not > matter though, since it will be tough to cover all cases. > > Instead how about a config option GMailSearchOpenURL with > default "https://mail.google.com/mail/#search/%s" and can be replaced by > whatever the user wants. I think you could even go one simpler and ask (a) if it's a google apps account and (b) if so, what is the domain name. > > Yeah, it's pretty slow. It seems like we could cache the headers for > > certain IDs though? So at least largely overlapping services would be > > a bit quicker. > > Could you elaborate on this one ? Which IDs to cache ? Is this something > specific to Google Apps ? There are log messages to the effect of "Downloading headers for message ID 21". What I was suggesting was that if those IDs are stable, we could cache the headers locally so that we didn't have to download them again. I don't know anything about xemail-net, so I don't know if that is a possibility. > xemail-net anyway needs improvement. It is buggy and I didnot like its IMAP > implementation. I was surprised it worked for searching. Unfortunately it > seems to be unmaintained :-/ (Joe, no jokes please :) My lips are sealed. ;) Joe