Commit 08a129c 1 parent 0ccbd69 commit 08a129c Copy full SHA for 08a129c
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Use [OPAM][].
49
49
<!-- The purpose of this section is to review the three main technical concepts -->
50
50
<!-- needed to understand the interface afforded by this library. -->
51
51
52
- ### Review: Sequence numbers
52
+ ## UIDs and Sequence numbers
53
53
54
54
Emails in a mail folder are numbered in an increasing manner from one upwards
55
55
(in order of arrival). The number corresponding to each message is called its
@@ -65,8 +65,6 @@ Clearly this is not very convenient. See below for how to deal with this.
65
65
In the high-level API there is only function that uses sequence numbers:
66
66
` fetch_messages_by_number ` .
67
67
68
- ### Review: UIDs
69
-
70
68
A better way to specify messages in an IMAP folder is to use * unique
71
69
identification numbers* (from now on, UIDs). As the name implies, they are
72
70
supposed to be unique (but only within the folder the message is residing in).
You can’t perform that action at this time.
0 commit comments