Hi everybody, We are small group of web developers from Kazakhstan, Almaty, decided to use Symfony and Merak mail server for developing free web-mail service like Hotmail, Yahoo etc... for use in our country. At some point writing web mail client application we faced some problems, which we still didn't overcome. The only hope you guys, users of this marvelous php framework The problems are:
1. We have to send key/value pair data through browser address bar like http://xat/xat_dev.php/send_mail?file=dastan.jpg Our problem is that we can not use file if it has such symbols like . , ! $ * etc... in it's name (for example: dastan.jpg), and if we delete such symbols, then we can work with this file. May be we need to do some configuration of symfony in user mode (we don't have this problem in developer mode). 2. The second problem - saving letters in folders. If user writes new letter and suddenly decides not to send this letter but just to save it in Draft folder for later sending. We solved this problem applying some non correct methods, sending letter to Incoming folder and than cutting this letter (used imap_mail_copy) from to Draft folder. We need to find some way to save letter at ones in Draft folder without going some weird way. Hope, you can give us some leads. With best regards, team of developers from Kazakhstan, Almaty --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---