From: Aredridel Date: 2004-11-18T14:59:33+09:00 Subject: Re: [ANN] rpa-base 0.2.3 > > require 'rubymail' ==> require 'rubymail1' > > That's exactly it. > > require 'rmail' ==> require 'rubymail' > RMail::Message ==> RubyMail::Message > > This rename is somewhat random, but rectifies something I think I got > wrong from the start (not matching the package name with the package's > module name space). It also marks the beginning of what I plan to be > another active and comparably unstable phase of RubyMail development, > so it makes some sense to do this now. Perfect! No namespace conflict. It'll be a breeze to piecemeal port.