Commit 29e3d556 29e3d55602375b2ac48560bc85595df0fe1a65e3 by Sergey Poznyakoff

(MU_ERR_BAD_2047_ENCODING): New error code.

1 parent 0be82334
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
13 # 13 #
14 # You should have received a copy of the GNU Lesser General Public 14 # You should have received a copy of the GNU Lesser General Public
15 # License along with this library; if not, write to the Free Software 15 # License along with this library; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 # MA 02110-1301 USA
17 18
18 MU_ERR_FAILURE _("Operation failed") 19 MU_ERR_FAILURE _("Operation failed")
19 20
...@@ -50,6 +51,7 @@ MU_ERR_TCP_NO_HOST _("Tcp connections need a host") ...@@ -50,6 +51,7 @@ MU_ERR_TCP_NO_HOST _("Tcp connections need a host")
50 MU_ERR_TCP_NO_PORT _("Tcp connections need a postive port") 51 MU_ERR_TCP_NO_PORT _("Tcp connections need a postive port")
51 52
52 MU_ERR_BAD_2047_INPUT _("Input string is not RFC 2047 encoded") 53 MU_ERR_BAD_2047_INPUT _("Input string is not RFC 2047 encoded")
54 MU_ERR_BAD_2047_ENCODING _("Not a valid RFC 2047 encoding")
53 55
54 MU_ERR_NOUSERNAME _("User name is not supplied") 56 MU_ERR_NOUSERNAME _("User name is not supplied")
55 MU_ERR_NOPASSWORD _("User password is not supplied") 57 MU_ERR_NOPASSWORD _("User password is not supplied")
......