|
From: Dejan K. <dej...@nb...> - 2003-10-09 06:57:05
|
Hi Mike, There was no real reason. I just forgot to put these methods in 1.1! The problem arised when I stareted to refactor scanner package and re-implement some classes. Old scanner had many problems (I am not telling that new one does not have!) so I planned to change scanner architecture a lot. Since that was happening at the same time as we prepared for 1.0 release I done it on separate CVS branch. And probably some changes that were done (mostly by me!) on 1.0 branch had not been merged to 1.1. Anyway, I have just copied methods from 1.0 branch to current (1.2). I have no time for testing now so please check if there are some problems with it! Try to add filtering functionality to MailbxScanner with this config. Thanks, Dejan ----- Original Message ----- From: "Michael Ansley" <mic...@ze...> To: "Dejan Krsmanovic" <dej...@nb...> Cc: "Babeldoc Developer List" <bab...@li...> Sent: Wednesday, October 08, 2003 9:42 PM Subject: Re: [Babeldoc-devel] Scanners and filters... > Hi, Dejan, > > Why was this stuff not carried from 1.0 into 1.2? I'd like to have a go > at reimplementing it, but I need to know if it's just a case of > reimplementing the functionality as it stands in 1.0, or changing it to > accomodate some or other requirement. > > Cheers... > > > MikeA > > > On Wed, 2003-10-08 at 15:44, Dejan Krsmanovic wrote: > > Not that these methods I mentioned are currently not in ScannerWorker. > > Please check 1.0 branch to see how is that working. I am also hoping that > > David will modify his implementation to be compatible with 1.0 release! > > > > Dejan > > ----- Original Message ----- > > From: "Michael Ansley" <mic...@ze...> > > To: "Babeldoc Developer List" <bab...@li...> > > Sent: Wednesday, October 08, 2003 4:41 PM > > Subject: Re: [Babeldoc-devel] Scanners and filters... > > > > > > > Hi, Dejan, > > > > > > I'll get the mailbox scanner done over the next day or two. Just need > > > to look at how the ScannerWorker does things. > > > > > > Cheers... > > > > > > > > > MikeA > > > > > > PS: Anybody know how to get around Sourceforge's "end of file" cvs > > > problem? I seem to be getting it all the time at the moment. > > > > > > > > > On Wed, 2003-10-08 at 15:13, Dejan Krsmanovic wrote: > > > > Michael, David, all, > > > > since I have discovered that some parts of code that existed in 1.0 > > version > > > > of Babeldoc I cannot apply your patches right now. The problem is that > > > > mailscanner should use some methods from scanner worker class - that > > is - > > > > methods for storing filters and checking if some entry can matches given > > > > filter. > > > > > > > > Now, David could you check CVS branch 1_0 to see how it was implemented > > in > > > > 1.0 and see if it you can implement it like that? The idea is that you > > > > should have different filters. For example in MailScanner there could be > > > > filters for subject, e-mail address etc, etc. I see that your > > implementation > > > > use the list of filters to check if some entry could be accepted. It is > > OK > > > > to have more than one filter but you should also be able to make > > difference > > > > between them... > > > > > > > > Michael I can apply you patch, but what I would like to see is that > > > > MailboxScanner uses methods from Scanner worker (addFilter in intialize > > and > > > > acceptEntry(filterName) in doScan method). > > > > > > > > I could do this by myself but currenty I am pretty bussy with other > > > > (non-babeldoc) stuff so I am not sure when I can do it... > > > > > > > > > > > > Thanks, > > > > Dejan > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > Babeldoc-devel mailing list > > > > Bab...@li... > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Babeldoc-devel mailing list > > > Bab...@li... > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |