(MU_ERR_BAD_2047_ENCODING): New error code.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -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") | ... | ... |
-
Please register or sign in to post a comment