Hi, i'm using wmail since you've started making it.
I always have some problems, probably it's because of the
mail i'm using.
1.
in 'create_imap_string' function of imap.inc, I always have to
add '/imap/novalidate-cert' like this
return "{" . $this->config['imap_host'] .":" .
$this->config['imap_port'] . "/imap/novalidate-cert}";
can you to add this 'option' as a variable in config file? to be
by default empty, and if i/someone else change it, to be
used? It will be of a great help, instead to modify this file each
time i put new version.
2. Also, in compose ... my user is wasp@drun.net, my domain
is drun.net ... so 'from' field becomes
<wasp@drun.net@drun.net>
It would be great if you put this in the config file too, right
now i'm editing 'compose.php' each time.
3. Another thing :) I have 'from' field displayed incorrectly, it's
cyrrilic sender, UTF-8 encoded string, but its displayed as ugly
characters 'Đ~Ниан Đ?ĐľŃ,кОв'.
Thanks for listening :)
Logged In: YES
user_id=240418
1 and 2 are easy enough and will be in the next build.
Hopefully you'll send me a UTF-8 encoded email or something
so I can fool around with that (as per my email to you). Thanks.