Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-11-02 Thread Jules Colding
On Wed, 2005-11-02 at 09:17 +0800, Not Zed wrote: > > So sibling folders with identical names might very well exist in any > > folder? I can not create any such folder with Evolution 2.2.x so it is > > up to the Camel provider to enforce any such constraint I guess?? > > Umm thats not what you ask

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-11-01 Thread Not Zed
On Tue, 2005-10-18 at 09:34 +0200, Jules Colding wrote: > On Tue, 2005-10-18 at 11:13 +0530, Parthasarathi Susarla wrote: > > On Mon, 2005-10-17 at 12:02 -0400, Jeffrey Stedfast wrote: > > > On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: > > > > On Mon, 2005-10-17 at 12:13 +0200, J

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-18 Thread Jules Colding
On Tue, 2005-10-18 at 15:31 +0530, Parthasarathi Susarla wrote: > > Something like: > > > > Case A - N identically named folders/objects are found on the remote > > server: > > > > A map of display names are created whereby the remote names used to > > construct a one-to-one "local name" <==>

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-18 Thread Parthasarathi Susarla
On Tue, 2005-10-18 at 11:29 +0200, Jules Colding wrote: > On Tue, 2005-10-18 at 14:40 +0530, Parthasarathi Susarla wrote: > > On Tue, 2005-10-18 at 10:05 +0200, Jules Colding wrote: > > > Forcing unique sibling folder names on creation will partly solve the > > > dilemma, but what should happen whe

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-18 Thread Jules Colding
On Tue, 2005-10-18 at 14:40 +0530, Parthasarathi Susarla wrote: > On Tue, 2005-10-18 at 10:05 +0200, Jules Colding wrote: > > Forcing unique sibling folder names on creation will partly solve the > > dilemma, but what should happen when identically named siblings are > > found anyway? > If indeed a

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-18 Thread Parthasarathi Susarla
On Tue, 2005-10-18 at 10:05 +0200, Jules Colding wrote: > OK. So the point is that _most_ backend servers wont allow it, but that > _some_ servers might allow it. I should therefore check that no > identically named folder exist and refuse to create an identically named > sibling, as a matter of e

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-18 Thread Jules Colding
On Tue, 2005-10-18 at 13:20 +0530, Parthasarathi Susarla wrote: > On Tue, 2005-10-18 at 09:34 +0200, Jules Colding wrote: > > On Tue, 2005-10-18 at 11:13 +0530, Parthasarathi Susarla wrote: > > > On Mon, 2005-10-17 at 12:02 -0400, Jeffrey Stedfast wrote: > > > > On Mon, 2005-10-17 at 16:24 +0530, P

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-18 Thread Parthasarathi Susarla
On Tue, 2005-10-18 at 09:34 +0200, Jules Colding wrote: > On Tue, 2005-10-18 at 11:13 +0530, Parthasarathi Susarla wrote: > > On Mon, 2005-10-17 at 12:02 -0400, Jeffrey Stedfast wrote: > > > On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: > > > > On Mon, 2005-10-17 at 12:13 +0200, J

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-18 Thread Jules Colding
On Tue, 2005-10-18 at 11:13 +0530, Parthasarathi Susarla wrote: > On Mon, 2005-10-17 at 12:02 -0400, Jeffrey Stedfast wrote: > > On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: > > > On Mon, 2005-10-17 at 12:13 +0200, Jules Colding wrote: > > > > Is it guaranteed that no sub-folder

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Parthasarathi Susarla
On Mon, 2005-10-17 at 12:02 -0400, Jeffrey Stedfast wrote: > On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: > > On Mon, 2005-10-17 at 12:13 +0200, Jules Colding wrote: > > > Is it guaranteed that no sub-folder with the name "doc" exists in > > > "Save/Evolution" when the function i

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Jeffrey Stedfast
On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: > On Mon, 2005-10-17 at 12:13 +0200, Jules Colding wrote: > > Is it guaranteed that no sub-folder with the name "doc" exists in > > "Save/Evolution" when the function is invoked? > > Yes. no, it is not. > > > > Is it guaranteed tha

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Jules Colding
On Mon, 2005-10-17 at 16:24 +0530, Parthasarathi Susarla wrote: > On Mon, 2005-10-17 at 12:13 +0200, Jules Colding wrote: > > Is it guaranteed that no sub-folder with the name "doc" exists in > > "Save/Evolution" when the function is invoked? > > Yes. OK, good. > > Is it guaranteed that the crea

Re: [Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Parthasarathi Susarla
On Mon, 2005-10-17 at 12:13 +0200, Jules Colding wrote: > Is it guaranteed that no sub-folder with the name "doc" exists in > "Save/Evolution" when the function is invoked? Yes. > > Is it guaranteed that the create_folder() method is invoked in a > thread-safe manner or must the provider specific

[Evolution-hackers] [CAMEL] CamelStore create_folder() name constraints...

2005-10-17 Thread Jules Colding
Hi, Is the "folder_name" argument guaranteed to be a unique name in the context of the parent folder? An example: "parent_name" is "Save/Evolution". "folder_name" is "doc". Is it guaranteed that no sub-folder with the name "doc" exists in "Save/Evolution" when the function is invoked? Is it gu