This website requires JavaScript.
Explore
Help
Sign In
external
/
mailinabox
mirror of
https://github.com/mail-in-a-box/mailinabox.git
Watch
1
Star
0
Fork
You've already forked mailinabox
0
Code
Issues
Releases
Wiki
Activity
a2350c4591
mailinabox
/
test
/
common.py
6 lines
63 B
Python
Raw
Blame
History
import
uuid
def
random_id
(
)
:
return
uuid
.
uuid4
(
)
.
hex
[
:
8
]
Reference in New Issue
View Git Blame
Copy Permalink