From professional translators, enterprises, web pages and freely available translation repositories.
mailbox
posta kutusu
Last Update: 2011-10-23
Usage Frequency: 9
Quality:
mailbox-modus
multi- bin mailbox mode
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
mailbox-ordner:
posta kutusu dizini:
Last Update: 2017-03-07
Usage Frequency: 1
Quality:
mailbox mit mehreren fächern
multi- bin mailbox
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
(%s) - leere mailbox übersprungen
(%s) - boş posta kutusu atlandı
Last Update: 2017-01-11
Usage Frequency: 1
Quality:
8-behälter-mailbox (postfachmodus)
8 bin mailbox (mailbox mode)
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
maildir-mailbox@item usenet account
maildir e- posta kutusu@ item usenet account
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
disconnected imap@item local mailbox account
bağlantısı kesilmiş imap@ item local mailbox account
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
8 behälter-mailbox (stapler-trenner-sortierer)
8 bin mailbox (stacker- separator- collator)
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
auf eine nach rfc-2822 gültige mailbox folgen unerwartete daten.@info
@ info
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
$mbox = imap_open ("{your.imap.host}", "username", "password", op_halfopen) _bar_ _bar_ die ("can't connect: ".imap_last_error()); $name1 = "phpnewbox"; $name2 = imap_utf7_encode ("phpnewböx"); $newname = $name1; echo "newname will be '$name1 'br \n"; # we will now create a new mailbox "phptestbox "in your inbox folder, # check its status after creation and finaly remove it to restore # your inbox to its initial state if (@imap_createmailbox ($mbox,imap_utf7_encode ("{your.imap.host}inbox.$newname"))) {$status = @imap_status($mbox ,"{your.imap.host}inbox.$newname",sa_all); if($status) {print("your new mailbox '$name1' has the following status: br \n"); print("messages:". $status - messages). "br \n"; print("recent:". $status - recent). "br \n"; print("unseen:". $status - unseen). "br \n"; print("uidnext:". $status - uidnext). "br \n"; print("uidvalidity :". $status - uidvalidity)." br \n"; if (imap_renamemailbox ($mbox ,"{your.imap.host}inbox.$newname", "{your.imap.host}inbox.$name2")) {echo "renamed new mailbox from '$name1 'to '$name2' br \n"; $newname=$name2;} else {print "imap_renamemailbox on new mailbox failed: ".imap_last_error (). "br \n";}} else {print "imap_status on new mailbox failed: ".imap_last_error()." br \n";} if (@imap_deletemailbox($mbox ,"{your.imap.host}inbox.$newname")) {print "new mailbox removed to restore initial state br \n";} else {print "imap_deletemailbox on new mailbox failed: ".implode ("br \n", imap_errors())." br \n";}} else {print "could not create new mailbox: ".implode ("br \n",imap_errors())." br \n";} imap_close($mbox);
Örnek 1. imap_createmailbox() example
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting