meesterfox
Technical User
Hello,
I use net:
op3 to grab a message from my mailserver, store it's contents in an array, then parse the lines. for example,
name
address
company
name
address
company
and so on. the problem i have is when the address is long, it chops it and creates a new line. so now it's
name
address
more address
company
which goofs things up. this, from what I can tell, has to do with the format=flowed dude when using ascii in mail (aka plaintext). or something like that, when a line is over 79 characters or so it inserts a break.
I need to remove this soft line break of sorts so that address stays as one line.
I have scoured the internet and have found nothing on this. my mail program reassbles things correctly, making the message look as it was sent. when i use squirrelmail, it does not reformat it back to the original. so in it's pure form, there are soft line breaks, which i need to remove.
any idea's?
I use net:
name
address
company
name
address
company
and so on. the problem i have is when the address is long, it chops it and creates a new line. so now it's
name
address
more address
company
which goofs things up. this, from what I can tell, has to do with the format=flowed dude when using ascii in mail (aka plaintext). or something like that, when a line is over 79 characters or so it inserts a break.
I need to remove this soft line break of sorts so that address stays as one line.
I have scoured the internet and have found nothing on this. my mail program reassbles things correctly, making the message look as it was sent. when i use squirrelmail, it does not reformat it back to the original. so in it's pure form, there are soft line breaks, which i need to remove.
any idea's?