commit 65b5d758f3202872922e2973614a31937cfe93e8
parent d2b7b9ee8ea9ce2dc93c518d8b9e572af98ad6ed
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Wed, 21 Feb 2007 00:00:24 +0000
added faq about imap bignum problem
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@333 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.txt b/README.txt
@@ -124,7 +124,10 @@ Current limitations which will be fixed:
No worries, just re-run sup-import. (This is unresolved atm.)
* There are a couple other Ferret issues with outstanding patches but
they are pretty rare.
-
+* If you are using IMAP and see this error:
+ /usr/local/lib/ruby/1.8/yaml.rb:133:in `transfer': allocator undefined for Bignum (TypeError)
+ then you need to upgrade to Ruby 1.8.5. YAML in earlier versions
+ can't parse BigNums, but IMAP requires that functionality.
== LICENSE: