From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7ec1a8cb72a4fa16f71e83eab024ca48@coraid.com> From: erik quanstrom Date: Fri, 16 Feb 2007 08:26:25 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] abaco and gmail In-Reply-To: <62109022e2802de215af37db45b6b5e5@quintile.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 1116d528-ead2-11e9-9d60-3106f5b1d025 i think what you want is a pop fetcher. since the point of mail/fs pop client is to leave the messages on the server, i think it would make more sense to write mail/fetch or somesuch to handle cases like this i don't use gmail, but it seems like it would be worth fixing. can somebody tell me what webfs is doing wrong? also, one fundamental problem with the current webfs is that the interface claims that it handles base url+relative url, but it doesn't so abaco (and others) try to do it itself. unfortunately urls are needlessly hairy creatures (c.f. webfs/url.c:/^merge_relative_path) and abaco's simple algorithm doesn't always work. i have a fix for this problem, but it's not been accepted into sources. - erik