From: Thomas Schwinge Date: Tue, 4 Mar 2014 13:21:04 +0000 (+0100) Subject: Point to my Email::Send patch. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/3ae5debefca027a9831e887d96f47879173267e8 Point to my Email::Send patch. --- diff --git a/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn b/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn index b49fdb50c..b9452a5ef 100644 --- a/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn +++ b/doc/bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__.mdwn @@ -24,3 +24,6 @@ Help! :) --[[anarcat]] > (If you know Python 2, the analogous situation would be "doesn't > know how to send unicode objects, so you have to get a str object > with `a_unicode_object.encode('utf-8')`".) --[[smcv]] + +>> Shameless plug: [[todo/passwordauth:_sendmail_interface]]. Though, I have +>> no idea whether that is UTF-8-safe. --[[tschwinge]] diff --git a/doc/todo/passwordauth:_sendmail_interface.mdwn b/doc/todo/passwordauth:_sendmail_interface.mdwn index aba651e8f..a640d6516 100644 --- a/doc/todo/passwordauth:_sendmail_interface.mdwn +++ b/doc/todo/passwordauth:_sendmail_interface.mdwn @@ -42,6 +42,8 @@ Remaining TODOs: * Resolve TODOs as denoted inside the patch. * Update for the last years of ikiwiki development, such as adapting the [[plugins/notifyemail]] plugin. + * Is this + [[UTF-8-safe|bugs/password_reset_fails_with___34__Wide_character_in_subroutine_entry__34__]]? * Is it worthwhile to use and depend on [[!cpan Return::Value]] just for this bit of functionality? * Debian news file.