What exactly is the meaning of the sequence string used in functions like imap_fetch_overview() ?
There doesn't seem to be any explanation in the manual. From the examples, I think I can work it out, but I would prefer to know for certain 🙂
The examples give a message sequence string like "2,4:6" which I presume means "start at message 2, retrieve 4 messages, and there are 6 messages in total"
Or it could mean "start at message 2, retrieve 4 messages, which will leave the message sequence pointer at 6"
Any clues? 🙂