Wolfram.com
WolframAlpha.com
WolframCloud.com
Wolfram Language
Example Repository
Ready-to-use examples for the Wolfram Language
Primary Navigation
Categories
Astronomy
Audio Processing
Calculus
Cellular Automata
Chemistry
Complex Systems
Computer Science
Computer Vision
Control Systems
Creative Arts
Data Science
Engineering
Finance & Economics
Finite Element Method
Food & Nutrition
Geography
Geometry
Graphs & Networks
Image Processing
Life Sciences
Machine Learning
Mathematics
Optimization
Physics
Puzzles and Recreation
Quantum Computation
Signal Processing
Social Sciences
System Modeling
Text & Language Processing
Time-Related Computation
Video Processing
Visualization & Graphics
Alphabetical List
Submit a New Resource
Learn More about
Wolfram Language
Related Pages
Related Categories
Mail & Messaging
Data Science
Statistical Report of Email Threads in an MBOX File
Example Notebook
Open in Cloud
Download Notebook
Download the mailing list archive from
here
:
I
n
[
1
]
:
=
f
i
l
e
=
U
R
L
D
o
w
n
l
o
a
d
u
r
l
;
Import all email subjects from the file and create a word cloud of all words:
I
n
[
2
]
:
=
s
u
b
j
e
c
t
s
=
I
m
p
o
r
t
[
f
i
l
e
,
{
"
M
B
O
X
"
,
"
S
u
b
j
e
c
t
"
}
]
;
I
n
[
3
]
:
=
W
o
r
d
C
l
o
u
d
S
t
r
i
n
g
S
p
l
i
t
[
#
,
E
x
c
e
p
t
[
A
l
p
h
a
b
e
t
[
]
⋃
T
o
U
p
p
e
r
C
a
s
e
[
A
l
p
h
a
b
e
t
[
]
]
]
]
&
/
@
s
u
b
j
e
c
t
s
,
W
o
r
d
S
e
l
e
c
t
i
o
n
F
u
n
c
t
i
o
n
F
u
n
c
t
i
o
n
[
]
O
u
t
[
3
]
=
Create a date histogram of all emails in the mailbox:
I
n
[
4
]
:
=
D
a
t
e
H
i
s
t
o
g
r
a
m
[
I
m
p
o
r
t
[
f
i
l
e
,
{
"
M
B
O
X
"
,
"
O
r
i
g
i
n
a
t
i
n
g
D
a
t
e
"
}
]
]
O
u
t
[
4
]
=
Show the histogram for the time of the day emails were sent:
I
n
[
5
]
:
=
D
a
t
e
H
i
s
t
o
g
r
a
m
[
I
m
p
o
r
t
[
f
i
l
e
,
{
"
M
B
O
X
"
,
"
O
r
i
g
i
n
a
t
i
n
g
D
a
t
e
"
}
]
,
D
a
t
e
R
e
d
u
c
t
i
o
n
"
D
a
y
"
]
O
u
t
[
5
]
=
Finally, obtain a visualization for the number of emails sent by each person:
I
n
[
6
]
:
=
L
i
s
t
P
l
o
t
K
e
y
M
a
p
i
c
o
n
s
,
R
e
v
e
r
s
e
S
o
r
t
[
C
o
u
n
t
s
[
I
m
p
o
r
t
[
f
i
l
e
,
{
"
M
B
O
X
"
,
"
F
r
o
m
A
d
d
r
e
s
s
"
}
]
]
]
,
o
p
t
i
o
n
s
O
u
t
[
6
]
=
External Links
MBOX
Publisher Information
Contributed by:
Wolfram Staff