Home
last modified time | relevance | path

Searched refs:mailbox (Results 1 – 17 of 17) sorted by relevance

/curl/lib/
H A Dimap.c658 char *mailbox = imap->mailbox ? imap_atom(imap->mailbox, TRUE) in imap_perform_list() local
660 if(!mailbox) in imap_perform_list()
687 char *mailbox; in imap_perform_select() local
700 mailbox = imap_atom(imap->mailbox, FALSE); in imap_perform_select()
701 if(!mailbox) in imap_perform_select()
707 free(mailbox); in imap_perform_select()
812 mailbox = imap_atom(imap->mailbox, FALSE); in imap_perform_append()
813 if(!mailbox) in imap_perform_append()
1118 imapc->mailbox = strdup(imap->mailbox); in imap_state_select_resp()
1578 if(imap->mailbox && imapc->mailbox && in imap_perform()
[all …]
H A Dimap.h60 char *mailbox; /* Mailbox to select */ member
77 char *mailbox; /* The last selected mailbox */ member
/curl/tests/
H A Dftpserver.pl1202 my ($mailbox) = @_;
1203 fix_imap_params($mailbox);
1207 if($mailbox eq "") {
1221 $selected = $mailbox;
1283 fix_imap_params($mailbox);
1285 if($mailbox eq "") {
1291 my $testno = $mailbox;
1439 my ($mailbox) = @_;
1440 fix_imap_params($mailbox);
1444 if ($mailbox eq "") {
[all …]
/curl/tests/data/
H A Dtest81323 IMAP RENAME mailbox (CUSTOMREQUEST)
H A Dtest81123 IMAP CREATE mailbox (CUSTOMREQUEST)
H A Dtest81223 IMAP DELETE mailbox (CUSTOMREQUEST)
H A Dtest81423 IMAP CHECK mailbox (CUSTOMREQUEST)
H A Dtest81723 IMAP COPY message to mailbox (CUSTOMREQUEST)
H A Dtest80627 IMAP LIST mailbox
H A Dtest80728 IMAP LSUB mailbox
H A Dtest80926 IMAP mailbox STATUS (CUSTOMREQUEST)
H A Dtest80428 IMAP doesn't perform SELECT if re-using the same mailbox
H A Dtest84840 'imap://%HOSTIP:%IMAPPORT/%TESTNUMBER/;MAILINDEX=1' -u user:secret --sasl-authzid shared-mailbox
H A Dtest80832 IMAP EXAMINE mailbox (CUSTOMREQUEST)
H A Dtest89242 pop3://%HOSTIP:%POP3PORT/%TESTNUMBER -u user:secret --sasl-authzid shared-mailbox
/curl/docs/cmdline-opts/
H A Dsasl-authzid.md25 access to, or a shared mailbox for example.
/curl/docs/libcurl/opts/
H A DCURLOPT_SASL_AUTHZID.md41 to, or a shared mailbox for example.

Completed in 34 milliseconds