File: TODO.rdoc

package info (click to toggle)
ruby-mail 2.6.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,256 kB
  • ctags: 1,327
  • sloc: ruby: 44,678; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
== Not really in any order:

* Add multibyte handling to fields, if they get a multibyte string, try encoding it into 
  UTF-8 B first, if this fails, throw an error.

* Cleanup the treetop parsers......... do I _really_ need that many entrance files?

* Simplify the relationship of Headers and Fields.  Doing too much of the Field work
  in the Header class on instantiating fields.  Header should just say "Field, do it!"