Aaron Videtto writes: > I am working in an Educational environment where students use E-Mail quite > heavily. I am currently using Courier Mail Server 0.35 and using Database > Authentication. > > I was wondering that if I installed courier version 0.37 if I could import a > students class schedule from our AS-400 directly into the Students Courier > Schedule...has anybody thought about this, or attempted or even completed > this programming task? ;-> Thanks for your thoughts!
Calendaring data is stored in plain text files: an index file, and one file for each event, storing the event information formatted as an E-mail message. A few days of experimentation should be enough to figure out the index file format, at which point you can write a conversion script. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
