Hey!!!
I’m trying to get info from an email account to work with it in pure data
Is there any library, or maybe an object that let me do that??
On Thu, 2012-02-23 at 16:46 -0800, José Manuel Páez Moncaleano wrote:
Hey!!!
I’m trying to get info from an email account to work with it in pure data
Is there any library, or maybe an object that let me do that??
I don't know of any ready-made solution, but you could cook your own by implementing the protocol (or those parts that you need) in Pd. I'd have a look at [tcpclient] (from net or iemnet library) and [bytes2any] / [any2bytes] from the moocow/pdstring library.
Roman
On 02/24/2012 02:30 AM, Roman Haefeli wrote:
On Thu, 2012-02-23 at 16:46 -0800, José Manuel Páez Moncaleano wrote:
Hey!!!
I’m trying to get info from an email account to work with it in pure data
Is there any library, or maybe an object that let me do that??
I don't know of any ready-made solution, but you could cook your own by implementing the protocol (or those parts that you need) in Pd. I'd have a look at [tcpclient] (from net or iemnet library) and [bytes2any] / [any2bytes] from the moocow/pdstring library.
Yeah, good idea, POP is actually a pretty simple protocol.
.hc