What does exactly *.* mean when used in IMAP command?

Gautam Somani

I know that using * in IMAP FETCH Command either defines all or one mail but does "*:*" also defines all mails in the selected folder? Does it defines something else too? Asking cause my company is implementing its own IMAP server, and I couldn't find any reference to *:* in the RFC 3501 and 4466.

If possible, please also cite the RFC.

arnt

* does not mean all mail. As a number, * means "the last message in the folder". More generally, 42 means "message 42", 42:50 means "messages 42 to 50 inclusive", 42:* "messages 42 to the last one", and * means "the last message", see? *:* is another way to say "just the last message".

But *.* doesn't mean anything in particular. I can't think of any case where that is even syntactically valid.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

What Exactly does => mean?

From Dev

What does "_*" mean when used after array?

From Dev

What does this sign exactly mean? |=

From Dev

What exactly does *NSFileProtectionComplete* mean?

From Dev

What exactly does IQueryable mean?

From Dev

what does ++ exactly mean in Swift?

From Dev

What does this sign exactly mean? |=

From Dev

What does “%U” mean when calling a command?

From Dev

What does “%U” mean when calling a command?

From Dev

What does --prefix do exactly when used in ./configure?

From Dev

What does this command mean?

From Dev

What does this command do, exactly?

From Dev

What does the keyword type mean when used in a switch?

From Dev

Please what does func() mean in python when used inside a function

From Dev

What does void() mean when used as a template parameter?

From Dev

What does "see below" mean when used as a type or exception specification?

From Dev

What does "=>" mean in javascript when used with export default?

From Dev

What does a pair of commas mean when used as a destination for cmd copy

From Dev

What does the & mean when used in the end of a bash script?

From Dev

What does provider mean when used in method declaration?

From Dev

What does the -R switch mean when used with chmod or chown commands?

From Dev

What does X mean when used with ØMQ socket types?

From Dev

What does the command pkill -USR1 -n -x dd mean exactly?

From Java

What exactly does mean the term "dereferencing" an object?

From Dev

What does the void() in decltype(void()) mean exactly?

From Dev

What does "Out of band library" exactly mean?

From Java

What does O(log n) mean exactly?

From Dev

What exactly does the pipe | mean in PowerShell?

From Java

What exactly does the T and Z mean in timestamp?

Related Related

  1. 1

    What Exactly does => mean?

  2. 2

    What does "_*" mean when used after array?

  3. 3

    What does this sign exactly mean? |=

  4. 4

    What exactly does *NSFileProtectionComplete* mean?

  5. 5

    What exactly does IQueryable mean?

  6. 6

    what does ++ exactly mean in Swift?

  7. 7

    What does this sign exactly mean? |=

  8. 8

    What does “%U” mean when calling a command?

  9. 9

    What does “%U” mean when calling a command?

  10. 10

    What does --prefix do exactly when used in ./configure?

  11. 11

    What does this command mean?

  12. 12

    What does this command do, exactly?

  13. 13

    What does the keyword type mean when used in a switch?

  14. 14

    Please what does func() mean in python when used inside a function

  15. 15

    What does void() mean when used as a template parameter?

  16. 16

    What does "see below" mean when used as a type or exception specification?

  17. 17

    What does "=>" mean in javascript when used with export default?

  18. 18

    What does a pair of commas mean when used as a destination for cmd copy

  19. 19

    What does the & mean when used in the end of a bash script?

  20. 20

    What does provider mean when used in method declaration?

  21. 21

    What does the -R switch mean when used with chmod or chown commands?

  22. 22

    What does X mean when used with ØMQ socket types?

  23. 23

    What does the command pkill -USR1 -n -x dd mean exactly?

  24. 24

    What exactly does mean the term "dereferencing" an object?

  25. 25

    What does the void() in decltype(void()) mean exactly?

  26. 26

    What does "Out of band library" exactly mean?

  27. 27

    What does O(log n) mean exactly?

  28. 28

    What exactly does the pipe | mean in PowerShell?

  29. 29

    What exactly does the T and Z mean in timestamp?

HotTag

Archive