From 964712f3ebbfbad91c775197b76b66ecf37c6fde Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 7 Dec 2016 11:38:26 +0000 Subject: [PATCH] Updated PLAN. Add support for non-ascii names in datatracker email address fields. - Legacy-Id: 12472 --- PLAN | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PLAN b/PLAN index 0f909d686..bce17a0d1 100644 --- a/PLAN +++ b/PLAN @@ -22,6 +22,9 @@ Planned work in rough order * Revisit Yang module checks: Capture output also for passed tests. Add second checker. Fix extraction problems. +* Introduce the use of email.header.Header() in order to be able to handle + non-ascii names in email From:, To: and Cc: fields. + * Revisit photo uploads: Add photo upload for people with roles. Add photos to wg pages and group overview pages.