Lines Matching full:inbox
184 imap://user:password@mail.example.com/INBOX - Performs a folder list on the
185 user's inbox
187 imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox
190 imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2 - Selects
191 the user's inbox, checks the UIDVALIDITY of the mailbox is 50 and fetches
194 imap://user:password@mail.example.com/INBOX/;UID=3/;SECTION=TEXT - Selects the
195 user's inbox and fetches the text portion of message 3
197 imap://user:password@mail.example.com/INBOX/;UID=4/;PARTIAL=0.1024 - Selects
198 the user's inbox and fetches the first 1024 octets of message 4
200 imap://user:password@mail.example.com/INBOX?NEW - Selects the user's inbox and
203 imap://user:password@mail.example.com/INBOX?SUBJECT%20shadows - Selects the
204 user's inbox and searches for messages containing "shadows" in the subject