Commit 29e3d556 29e3d55602375b2ac48560bc85595df0fe1a65e3 by Sergey Poznyakoff

(MU_ERR_BAD_2047_ENCODING): New error code.

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