]> git.cworth.org Git - sup/commit
have mbox, maildir and imap sources (de)serialize labels nicely
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 19 Aug 2009 18:32:46 +0000 (14:32 -0400)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Wed, 19 Aug 2009 18:32:46 +0000 (14:32 -0400)
commit70bcc4ed051c389e82b76dc6f57e5f009aac1e83
tree7dfa03d5dd060feb045dad1cdfa0f59d301bcce7
parent4e496c5bd66de3d916795901ecdbb52e6f1cee84
have mbox, maildir and imap sources (de)serialize labels nicely

At output time, rather than emitting a YAML Set (which is nasty), emit an array
of strings. At input time, normalize into a Set of labels.
lib/sup/imap.rb
lib/sup/maildir.rb
lib/sup/mbox/loader.rb
lib/sup/source.rb