Hi, > > I fixed the first problem by changing line 466 of your gmailer.rb from > this: > > content = File.open(f){ |c| c.read } > > to this: > > content = File.open(f,"rb"){ |c| c.read } > > And I fixed the second problem by commenting out line 478 of gmailer.rb: > > np.set_debug_output($stderr) > > No big deal ... thought I would share it with you. You will surely have > a better way to change it :-) > > -- shanko > Thanks for your fix. I updated the CVS and the release version. Regards, Park Heesob