HomeSort by relevance Sort by last modified time
    Searched full:expunge (Results 1 - 25 of 33) sorted by null

1 2

  /external/curl/tests/data/
test816 7 EXPUNGE
19 * 123 EXPUNGE
33 imap://%HOSTIP:%IMAPPORT/816 -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTIP:%IMAPPORT/816 -X EXPUNGE -u user:secret
45 A005 EXPUNGE
test818 15 * 22 EXPUNGE
  /external/curl/docs/examples/
imap-store.c 58 /* Set the EXPUNGE command, although you can use the CLOSE command if you
60 curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "EXPUNGE");
imap-copy.c 49 * then mark the original mail as Deleted and EXPUNGE or CLOSE. Please see
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 31 public void close(boolean expunge) {
59 public Message[] expunge() { method in class:MockFolder
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 74 * @param expunge If true all deleted messages will be expunged.
76 public abstract void close(boolean expunge);
161 public abstract Message[] expunge() throws MessagingException; method in class:Folder
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 51 public static final String EXPUNGE = "EXPUNGE";
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 51 public static final String EXPUNGE = "EXPUNGE";
  /libcore/ojluni/src/main/java/java/lang/
ThreadLocal.java 517 // Start expunge at preceding stale entry if it exists
535 // If there are any other stale entries in run, expunge them
541 * Expunge a stale entry by rehashing any possibly colliding entries
555 // expunge entry at staleSlot
672 * Expunge all stale entries in the table.
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java 158 public void close(boolean expunge) {
159 if (expunge) {
161 expunge(); method
665 public Message[] expunge() throws MessagingException { method in class:ImapFolder
668 handleUntaggedResponses(mConnection.executeSimpleCommand(ImapConstants.EXPUNGE));
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.java 137 folder.close(false); // false == don't expunge anything
277 * @param expunge If true all deleted messages will be expunged (TODO - not implemented)
280 public void close(boolean expunge) {
637 public Message[] expunge() { method in class:Pop3Store.Pop3Folder
ImapFolder.java 165 public void close(boolean expunge) {
166 // TODO implement expunge
1160 public Message[] expunge() throws MessagingException { method in class:ImapFolder
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 52 'EXPUNGE': ('SELECTED',),
418 def expunge(self): member in class:IMAP4
421 Generates 'EXPUNGE' response for each deleted message.
423 (typ, [data]) = <instance>.expunge()
425 'data' is list of 'EXPUNGE'd message numbers in order received.
427 name = 'EXPUNGE'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 52 'EXPUNGE': ('SELECTED',),
418 def expunge(self): member in class:IMAP4
421 Generates 'EXPUNGE' response for each deleted message.
423 (typ, [data]) = <instance>.expunge()
425 'data' is list of 'EXPUNGE'd message numbers in order received.
427 name = 'EXPUNGE'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 52 'EXPUNGE': ('SELECTED',),
418 def expunge(self): member in class:IMAP4
421 Generates 'EXPUNGE' response for each deleted message.
423 (typ, [data]) = <instance>.expunge()
425 'data' is list of 'EXPUNGE'd message numbers in order received.
427 name = 'EXPUNGE'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 52 'EXPUNGE': ('SELECTED',),
418 def expunge(self): member in class:IMAP4
421 Generates 'EXPUNGE' response for each deleted message.
423 (typ, [data]) = <instance>.expunge()
425 'data' is list of 'EXPUNGE'd message numbers in order received.
427 name = 'EXPUNGE'
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 305 // expunge() returns null
306 assertNull(mFolder.expunge());
    [all...]
ImapStoreUnitTests.java     [all...]
  /external/curl/tests/
ftpserver.pl 625 'EXPUNGE' => \&EXPUNGE_imap,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 523 // it to AnalyzeNewNode: expunge it and calculate the NodeId. No need
559 /// Expunge when a new node is first seen, since it may no longer be marked
    [all...]
  /external/llvm/lib/CodeGen/
StackColoring.cpp 622 // Expunge slot remap map.
  /frameworks/base/services/core/java/com/android/server/
DropBoxManagerService.java 740 // Expunge aged items (including tombstones marking deleted data).
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 125 * The content provider uri that can be used to expunge message from this
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 763 /** Used to expunge stale iterators */
    [all...]

Completed in 3346 milliseconds

1 2