Skip to content

Commit

Permalink
Partially implemented IMAP SEARCH=X-MIMEPART capability.
Browse files Browse the repository at this point in the history
This capability is currently Dovecot-specific.
  • Loading branch information
stephanbosch authored and GitLab committed Feb 20, 2017
1 parent d1ab4c3 commit 74bc7e6
Show file tree
Hide file tree
Showing 19 changed files with 2,215 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/lib-storage/Makefile.am
Expand Up @@ -33,6 +33,9 @@ libstorage_la_SOURCES = \
mail-search-args-imap.c \
mail-search-args-simplify.c \
mail-search-build.c \
mail-search-mime.c \
mail-search-mime-build.c \
mail-search-mime-register.c \
mail-search-parser.c \
mail-search-parser-imap.c \
mail-search-parser-cmdline.c \
Expand Down Expand Up @@ -67,6 +70,9 @@ headers = \
mail-namespace.h \
mail-search.h \
mail-search-build.h \
mail-search-mime.h \
mail-search-mime-build.h \
mail-search-mime-register.h \
mail-search-register.h \
mail-thread.h \
mail-storage.h \
Expand Down
1 change: 1 addition & 0 deletions src/lib-storage/index/Makefile.am
Expand Up @@ -23,6 +23,7 @@ libstorage_index_la_SOURCES = \
index-pop3-uidl.c \
index-rebuild.c \
index-search.c \
index-search-mime.c \
index-search-result.c \
index-sort.c \
index-sort-string.c \
Expand Down
1 change: 1 addition & 0 deletions src/lib-storage/index/imapc/imapc-search.c
Expand Up @@ -135,6 +135,7 @@ imapc_build_search_query_arg(struct imapc_mailbox *mbox,
case SEARCH_MAILBOX_GUID:
case SEARCH_MAILBOX_GLOB:
case SEARCH_REAL_UID:
case SEARCH_MIMEPART:
/* not supported for now */
break;
}
Expand Down

0 comments on commit 74bc7e6

Please sign in to comment.