~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/lib-storage/mail-error.h

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        MAIL_ERROR_EXPUNGED,
41
41
        /* Operation cannot be done because another session prevents it
42
42
           (e.g. lock timeout) */
43
 
        MAIL_ERROR_INUSE
 
43
        MAIL_ERROR_INUSE,
 
44
        /* Can't do the requested data conversion (e.g. IMAP BINARY's
 
45
           UNKNOWN-CTE code) */
 
46
        MAIL_ERROR_CONVERSION,
 
47
        /* Can't do the requested data conversion because the original data
 
48
           isn't valid. */
 
49
        MAIL_ERROR_INVALIDDATA
44
50
};
45
51
 
46
52
/* Convert errno to mail_error and an error string. Returns TRUE if successful,