UNA VEZ MÁS, YA LO HICIERON → http://mobisocial.stanford.edu/muse/
Enero 25 de 2012
Con Santiago estuvimos masiándole a como visualizar la lista.
Podemos obtener todos los correos al bajarlos con un cliente como thunderbird. Este los exporta en un formato para almacenar correo llamado mailbox, este es un solo archivo de texto plano con todos los mensajes inclusive sus attachments . Con node-mbox podemos obtener los índices y el tamaño en bytes de cada mensaje nos falta aprender a interpretar los headers de cada mensaje y ponerlos en una estructura de datos legibles que luego podamos procesar y visualizar.
Extensión para exportar correos desde thunderbird - https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/
Referencias: Código fuente de thunderbird http://www.w3.org/Protocols/rfc822/ http://www.courier-mta.org/maildrop/ https://github.com/TooTallNate/node-mail-stack/blob/master/parser.js https://github.com/ditesh/node-mbox https://github.com/TooTallNate/node-header-stack http://tools.ietf.org/html/rfc5322 https://github.com/horde/horde/blob/9cb7b1411eefe6ec922fc969476d98f8a74fb23d/imp/mailbox.php
repositorio de código: https://github.com/brolin/JSExperimentos/tree/master/viZaje
NotMuch: s a mail indexer. http://notmuchmail.org/ Binding para nodejs https://github.com/wereHamster/notmuch.js Paquete en archlinux - https://wiki.archlinux.org/index.php/Notmuch https://github.com/cwill747/dotfiles/blob/master/home/.notmuch-config
A Hacker's Replacement for GMail - http://dbpmail.net/essays/2013-06-29-hackers-replacement-for-gmail.html
Text mining con R http://www.r-bloggers.com/time-is-on-my-side-a-small-example-for-text-analytics-on-a-stream/
Complete timeseries with day with no mails http://stackoverflow.com/questions/5348855/r-time-series-complicated-sequence
Algorítmo para agrupar los mensajes por threads https://github.com/maxogden/conversationThreading-js
Para hacer el zoom a los tag, similar a london-riots de theguardian https://github.com/inlineblock/javascript-hero
Entrada en el blog sobre el avance http://unloquer.org/2013/07/vizaje/
Visual sedimentation - Librería de js para hacer visualizaciones http://www.visualsedimentation.org/
query log analysis using logstash elasticsearch and kibana http://nhhagen.wordpress.com/2013/11/28/query-log-analysis-using-logstash-elasticsearch-and-kibana/