Search K
Appearance
Appearance
doveadm [GLOBAL OPTIONS] [-f formatter] fetch [-S socket_path] -A fields search_query
doveadm [GLOBAL OPTIONS] [-f formatter] fetch [-S socket_path] -F file fields search_query
doveadm [GLOBAL OPTIONS] [-f formatter] fetch [-S socket_path] --no-userdb-lookup fields search_query
doveadm [GLOBAL OPTIONS] [-f formatter] fetch [-S socket_path] -u user fields search_query
doveadm fetch can be used to fetch messages' contents and metadata. This can be useful for scripts and for debugging. If you want to fetch messages one at a time, see doveadm-search(1)
.
This command uses by default the output formatter pager.
One or more result field names to display, if the search_query matches any messages. In order to specify multiple fields, enclose them in single or double quotes.
Date and time of final delivery, when the message was delivered to a user's mailbox for the first time.
The internal date and time of the source message, when the message was copied by the IMAP COPY command.
The date-time attribute when present, otherwise the current time, when the message was saved by the IMAP APPEND command.
Fetch messages matching this search query. See doveadm-search-query(1)
for details.
This example based on the first example from doveadm-search(1)
. We are fetching the fields mailbox and date.sent from user bob's mailbox with the guid "3a94c928d66ebe4bda04000015811c6a" for the messages with the UIDs 8, 25 and 45.
$ doveadm fetch -u bob "mailbox date.sent" mailbox-guid 3a94c928d66ebe4bda04000015811c6a uid 8,25,45
mailbox: dovecot/pigeonhole/2.0
date.sent: 2010-01-19 01:17:41 (+0100)
^L
mailbox: dovecot/pigeonhole/2.0
date.sent: 2010-01-28 09:38:49 (+0100)
^L
mailbox: dovecot/pigeonhole/2.0
date.sent: 2010-03-28 18:41:14 (+0200)