commit | 30a2e36754fb2d26f699dfcd66064dfcb57cce50 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Wed Sep 30 09:46:59 2009 -0700 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Wed Sep 30 10:52:27 2009 -0700 |
tree | c99980b699e7abdd86a6246dbb4196c63673ffc5 | |
parent | a3431e4c7d6307b845d7008955d99425d842ff72 [diff] |
Fix vCard composer in three points. - Make it allow composer users to emit Quoted-Printabled primary ("N", "FN", etc.) properties. - Make it strictly check whether it is necessary for the composer to emit CHARSET infomation. -- Added the logic "not vCard 3.0, or, CHARSET is not UTF-8". - Clean up the code (again...)