- YAM_TR.c: fixed the BusyText display while transfering data
from a POP server. Now YAM will even show a message within the
InfoBar that the transfer is in progress, even if the transfer
window is disabled.
- YAM_TR.c: fixed the Transfer Status routines once more. I forgot
to make sure that the status display is updated correctly at
least at the end of each mail transfer. That should make the
whole transfer progress a bit smoother.
33 lines of code changed in 1 file:
- YAM_TR.c: reworked the Transfer Status routines once more to not only
speed up the overall processing time while exporting mails. YAM
will now update the TransferStatus only at a maximum of twice a
second at every operation using the Transfer window.
That increases now also the performance of the the POP3/SMTP transfers
especially with fast connections that would update the transfer
stats quite often. Tests have shown that this can decrease the
overall transfer time by a factor of ~1.6.
106 lines of code changed in 1 file:
- changed MakeHook() against a better MakeStaticHook() call.
1 lines of code changed in 1 file:
replace STRPTR with char* to avoid casts
replace 0 with SEC_NONE
11 lines of code changed in 1 file: