Click here to Skip to main content
15,917,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Transfer using C# [modified] Pin
Ian Uy7-Aug-08 2:55
Ian Uy7-Aug-08 2:55 
GeneralRe: File Transfer using C# Pin
Luke Lovegrove7-Aug-08 3:18
Luke Lovegrove7-Aug-08 3:18 
QuestionC# Equivalent code for C++ Pin
Raheem MA7-Aug-08 1:04
Raheem MA7-Aug-08 1:04 
AnswerRe: C# Equivalent code for C++ Pin
blackjack21507-Aug-08 1:07
blackjack21507-Aug-08 1:07 
GeneralRe: C# Equivalent code for C++ Pin
Raheem MA7-Aug-08 1:15
Raheem MA7-Aug-08 1:15 
AnswerRe: C# Equivalent code for C++ Pin
Guffa7-Aug-08 3:06
Guffa7-Aug-08 3:06 
AnswerRe: C# Equivalent code for C++ Pin
Dave Doknjas7-Aug-08 12:56
Dave Doknjas7-Aug-08 12:56 
Questionpop3 encoding problems Pin
GeorgeBerry7-Aug-08 0:30
GeorgeBerry7-Aug-08 0:30 
I got a lib file from http://69.10.233.10/KB/IP/pop3client.aspx[^], and i was hoping someone could hep me with a problem im having.

I normally use thunderbird, so all the tests i do, i compare with the results from thunderbird. When i try to retrieve a plain text mail with the code i downloaded (above), it works great. The problem occurs when i try to download a compressed file (GZip compression algorythm).

This works fine with thunderbird, but the code i downloaded seems to hack up the file. When i compared the results with a hex editor (EditpadPro), the difference in files is enormous, your src seems to change the chars around (eg first 7 hex from thunderbird: 02 00 00 00 FF FF 73, first 7 from your src: 41 67 41 41 41 50 2F), also when i download the file with thunderbird is's 98 bytes, and when i use code i downloaded, the file size is 138 bytes.

This tells me that the file is still ok on the SMTP server, it's just when it gets downloaded. So im assuming its a encoding problem (not 100% sure).

Iv tried this with .Net 2.0, and Mono 1.9.1.

Thanks in advance.
George.
AnswerRe: pop3 encoding problems Pin
leppie7-Aug-08 2:54
leppie7-Aug-08 2:54 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:00
GeorgeBerry7-Aug-08 3:00 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:04
leppie7-Aug-08 3:04 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:26
GeorgeBerry7-Aug-08 3:26 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:31
leppie7-Aug-08 3:31 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:43
GeorgeBerry7-Aug-08 3:43 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:45
leppie7-Aug-08 3:45 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:58
GeorgeBerry7-Aug-08 3:58 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 4:18
leppie7-Aug-08 4:18 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:50
Jacques Bosch7-Aug-08 9:50 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:53
Jacques Bosch7-Aug-08 9:53 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry10-Aug-08 23:34
GeorgeBerry10-Aug-08 23:34 
Questionmissing operand ?? Pin
Hum Dum6-Aug-08 23:45
Hum Dum6-Aug-08 23:45 
AnswerRe: missing operand ?? Pin
Torsten Mauz6-Aug-08 23:59
Torsten Mauz6-Aug-08 23:59 
Questionconverting pixel array to image Pin
AmitDey6-Aug-08 22:54
AmitDey6-Aug-08 22:54 
AnswerRe: converting pixel array to image Pin
stancrm7-Aug-08 0:51
stancrm7-Aug-08 0:51 
GeneralRe: converting pixel array to image Pin
AmitDey7-Aug-08 1:00
AmitDey7-Aug-08 1:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.