Hello, another time here.
I have a problem with pop3 and javaMailDir, in Win XP. When i create a pop3 folder "myFolder", in my hd:
".pooka\MailBox\folders\.myFolder" is create, when i open "myFodler" the file ".pooka\MailBox\folders\..myFolder" is created.
If i create a subfolder of "myFolder" called "subFolder", in hd: ".pooka\MailBox\folders\..subFolder" and if i open the file
".pooka\MailBox\folders\...subFolder" is created. Repeat again. "subFolder2" subfolder of "subFolder" the file created is
".pooka\MailBox\folders\..subFolder2" and the folder "subFolder2" isn't accesible, but if i close pooka and reopen the files
".pooka\MailBox\folders\...subFolder2" and ".pooka\MailBox\folders\....subFolder2" is created and the folder subFolder2 is
accesible.
It is normal? in unix system the files "..folder", "...folder", "....folder", ... are created too?
Help, please.
Another thin, in new version of Pooka (win xp) a subFolder can't create.
Thx, for your help and time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-03-21
Bug in JavaMailDir only for MS. Windows users.
In class "MaildirFolder", in method "public Folder[] list(String pattern) throws MessagingException"
the line "if (fileName.startsWith("/")) {" will be remplaced by "if (fileName.startsWith(File.separator)) {"
If this change isn't do then we have the problem expecifed in my before post.
Thx for Pooka.
Saludos desde Espaa.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for finding that. I see that it's still like that in the main JavaMailDir tree, too. I'll forward your comments over there, and probably go ahead and fix it in Pooka's version, too.
-allen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, another time here.
I have a problem with pop3 and javaMailDir, in Win XP. When i create a pop3 folder "myFolder", in my hd:
".pooka\MailBox\folders\.myFolder" is create, when i open "myFodler" the file ".pooka\MailBox\folders\..myFolder" is created.
If i create a subfolder of "myFolder" called "subFolder", in hd: ".pooka\MailBox\folders\..subFolder" and if i open the file
".pooka\MailBox\folders\...subFolder" is created. Repeat again. "subFolder2" subfolder of "subFolder" the file created is
".pooka\MailBox\folders\..subFolder2" and the folder "subFolder2" isn't accesible, but if i close pooka and reopen the files
".pooka\MailBox\folders\...subFolder2" and ".pooka\MailBox\folders\....subFolder2" is created and the folder subFolder2 is
accesible.
It is normal? in unix system the files "..folder", "...folder", "....folder", ... are created too?
Help, please.
Another thin, in new version of Pooka (win xp) a subFolder can't create.
Thx, for your help and time.
Bug in JavaMailDir only for MS. Windows users.
In class "MaildirFolder", in method "public Folder[] list(String pattern) throws MessagingException"
the line "if (fileName.startsWith("/")) {" will be remplaced by "if (fileName.startsWith(File.separator)) {"
If this change isn't do then we have the problem expecifed in my before post.
Thx for Pooka.
Saludos desde Espaa.
Hi.
Thanks for finding that. I see that it's still like that in the main JavaMailDir tree, too. I'll forward your comments over there, and probably go ahead and fix it in Pooka's version, too.
-allen