diff options
| author | Sam Varshavchik | 2018-07-14 21:09:17 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-16 21:20:25 -0400 | 
| commit | 2ad535262c59ff73743547594dc6c152d195d07c (patch) | |
| tree | 27ba65cdbabeb1728f7c219451fb9ce9f9c7c9d0 /imap/imapwrite.h | |
| parent | 9643d3d5adcbc6357833a818e2928eb8e76717ed (diff) | |
| download | courier-libs-2ad535262c59ff73743547594dc6c152d195d07c.tar.bz2 | |
courier-imap: Handle UTF-8 mailboxes.
Diffstat (limited to 'imap/imapwrite.h')
| -rw-r--r-- | imap/imapwrite.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/imap/imapwrite.h b/imap/imapwrite.h index 6fa677c..97ec90c 100644 --- a/imap/imapwrite.h +++ b/imap/imapwrite.h @@ -2,7 +2,7 @@  #define	imapwrite_h  /* -** Copyright 1998 - 1999 Double Precision, Inc. +** Copyright 1998 - 2018 Double Precision, Inc.  ** See COPYING for distribution information.  */ @@ -11,6 +11,7 @@ void writeflush();  void writemem(const char *, size_t);  void writes(const char *);  void writeqs(const char *); +void writemailbox(const char *);  void writen(unsigned long n);  void write_error_exit(const char *);  #endif | 
