I have a mailbox in Gmail and I would like to create a graph of messages received per day.
What methods could I use for getting out a count per day, such as this:
11/2 40
12/2 27
13/2 15
14/2 65
(I can access it by IMAP/POP3 and use a local solution, but nothing immediately comes to mind other than writing a script on a .mbox file!)