From: Dido Sevilla Date: 2005-02-07T10:59:23+09:00 Subject: Re: Ruby and maildir On Mon, 7 Feb 2005 09:13:42 +0900, mithrandir2003cz@gmail.com wrote: > Hi, Does anybody know about ruby library for working with maildirs? > > I checked RAA but I found nothing :-( I use rubymail (http://www.lickey.com/rubymail/). Maildirs are a helluvalot simpler than mboxes. A maildir is simply a directory with three standard subdirectories under it named cur, new, and tmp. Each of these directories contains one file per mail message, with a name based on the epoch time. Rubymail + the standard library is more than adequate to do any reasonable manipulation of a maildir very easily, without an explosion of complexity.