Re: message status

2004-10-15 Thread Niklas Fondberg
James and all,
I will try to explain this after the best of my knowledge.
The read/unread flags are set  on the server in the imap case. In the 
pop3 scenario most clients stores a copy locally and removes the new 
ones from the server. It is possible to retrieve messages from the pop3 
server without having to delete them and most clients support this. To 
accomplish a read/unread flag in a client in the latter case is client 
side implementation dependant.

So in both cases it would be possible to achieve the behaviour you're after.
However, this is something that has to be done in the software client 
using the uw-client library routines.

--
Niklas Fondberg
Development Manager, User Interfaces

James Medley wrote:
Hello All: I have installed the postfix enabler on a Mac G5 OS 10.3.5. 
The postfix enabler uses the UW-IMAP for imap and pop3 services. I 
would like to know if I can make a change so that a message will show 
as unread when downloaded to more than one computer. I download my 
email at work and at home and I would like it to show as unread at 
both locations. Is there a way to accomplish this? Thanks, Jim



license question

2004-10-11 Thread Niklas Fondberg
I'm wondering about the c-client license... Can I use the unmodified 
statically linked version of the library in a software without having to 
publish my source code?

/Niklas
--
--
For information about this mailing list, and its archives, see: 
http://www.washington.edu/imap/c-client-list.html
--


decode question

2004-09-24 Thread Niklas Fondberg
Hi,
a silly question perhaps:
I looked at the API but couldn't find a general purpose Subject : header 
decoder for subject lines like:

=?ISO-8859-1?Q?=C5=C4=D6_test?= which is ÅÄÖ test
and =?ISO-8859-2?B?[d]SB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= which I 
can't remember now.

I was reluctant to ask so I wrote my own BUT now I'm eager to know if 
there is one already?

/Niklas Fondberg
--
--
For information about this mailing list, and its archives, see: 
http://www.washington.edu/imap/c-client-list.html
--


Re: decode question

2004-09-24 Thread Niklas Fondberg
Thank You!
Mark Crispin wrote:
On Fri, 24 Sep 2004, Niklas Fondberg wrote:
I looked at the API but couldn't find a general purpose Subject : 
header decoder for subject lines like:
=?ISO-8859-1?Q?=C5=C4=D6_test?= which is $BEDV(B test
and =?ISO-8859-2?B?[d]SB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= which I 
can't remember now.

Routine utf8_mime2text() will convert a string with embedded 
quoted-words (such as the above) into UTF-8.

-- Mark --
http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.



Re: smtp auth problem

2004-09-16 Thread Niklas Fondberg
Why? I don't want everything plus I need a small memory footprint...
Mark Crispin wrote:
Please do not link things manually.  Please use linkage.c instead.


Re: Build question

2004-09-16 Thread Niklas Fondberg
Mark Crispin wrote:
SSL and RSH are completely independent of each other.  If your 
embedded device does not have RSH installed, then the RSH code is 
ignored.

Is this a compile time or a runtime ignore?


Re: smtp auth problem

2004-09-15 Thread Niklas Fondberg
I solved it.
auth_md5 was required
I didn't link it before
Mark Crispin wrote:
On Wed, 15 Sep 2004, Niklas Fondberg wrote:
I'm not able to get to mm_login when I call smtp_open to a smtp 
server that needs authentification.

Did you
#include linkage.c
early in the main() function of your program?  This is required.
Have you made modifications to the c-client library?  If so, what?
-- Mark --
http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.

--
Niklas Fondberg
Development Manager, User Interfaces