IMAP4 and Python
Python’s IMAPv4 client library imaplib is a really light-weight wrapper over the IMAP4 protocol. As such, it isn’t that intuitive to use. The best reference I’ve found on it is a cheat-sheet over here.
View all 3 comments
Huh. Interesting idea. There have of course been games where you mail your move/turn to a mail server, and it ...
Well like the game server communicates with players over IMAP, so players use whatever inbox on whatever IMAP-friendly gadget to ...
