Complete.Org: Mailing Lists: Archives: offlineimap: December 2008:
Re: source-structure
Home

Re: source-structure

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "John Goerzen" <jgoerzen@xxxxxxxxxxxx>
Cc: offlineimap@xxxxxxxxxxxx
Subject: Re: source-structure
From: "Nicholas Morgan" <murgaan@xxxxxxxxx>
Date: Tue, 2 Dec 2008 09:38:03 -0600

OK, the reason I asked is that I saw a changelog entry for subscribed
folders only, and I do have that code in IMAP.py.  However, when I
synchronize,  all my IMAP folders are being synchronized, not just my
subscribed folders.  I suppose my next step should be to set a
breakpoint, and make sure my subscribedonly option is being read
properly.  Other than that, do you have any pointers?  I have another
question, but I'll put it in a new thread.


On Tue, Dec 2, 2008 at 9:21 AM, John Goerzen <jgoerzen@xxxxxxxxxxxx> wrote:
> Nicholas Morgan wrote:
>> Hi Devs,
>>
>> I checked out source from the repository (because I'd like some new
>> features) and ran the install script.
>>
>> What's the difference between the Repository and Folder directories?
>> Is the "Folder" the current release and "Repository" what it sounds
>
> Hi Nicholas,
>
> They are both part of every release.
>
> The repository objects refer to a repository as a whole -- that is, an
> IMAP server or a Maildir tree.  From a Repository, you can find out what
> folders are out there, get Folder objects, and the like.
>
> The Folder objects refer to a mailbox.  Folders let you find out what
> messages are in them, copy or delete messages, set flags, etc.
>
>> like, the dev branch?  If this is documented somewhere, please feel
>> free to lay it on me.  (If I get into this, you may end up with
>> another code contributor :)  )
>
> Great -- keep the questions coming!
>
> -- John
>
>>
>> Nicholas
>>
>>
>>
>
>



[Prev in Thread] Current Thread [Next in Thread]