Rename to Aerogramme
This commit is contained in:
parent
780547fd6f
commit
27e3d7a0a2
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Mailrage - Encrypted e-mail storage over Garage
|
# Aerogramme - Encrypted e-mail storage over Garage
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ use crate::time::now_msec;
|
||||||
/// - a 64-bit random number
|
/// - a 64-bit random number
|
||||||
/// - a sequence number, 64 bits
|
/// - a sequence number, 64 bits
|
||||||
/// They are not part of the protocol but an internal representation
|
/// They are not part of the protocol but an internal representation
|
||||||
/// required by Mailrage/Aerogramme.
|
/// required by Aerogramme.
|
||||||
/// Their main property is to be unique without having to rely
|
/// Their main property is to be unique without having to rely
|
||||||
/// on synchronization between IMAP processes.
|
/// on synchronization between IMAP processes.
|
||||||
#[derive(Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Hash, Debug)]
|
#[derive(Clone, Copy, PartialOrd, Ord, PartialEq, Eq, Hash, Debug)]
|
||||||
|
|
Loading…
Reference in a new issue