c# - IMAP GMAIL getting folder list problem -


i working on imap , trying list of folders in gmail account.

i able working yahoo mail, not gmail.

here's code:

byte[] commandbytes = system.text.encoding.ascii.getbytes((("$ xlist \"\" \"*\" \r\n")).tochararray()); 

i had tried list well, it's not working. doing wrong?

you cannot have space between "*" , trailing \r\n.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -