Lossy encoding options are not available. is_conversion_safe() function is
removed.
$default_charset variable is not used and set_my_charset() function is
removed. Interface always runs in 'utf-8'.
Removed options_*_inside and options_link_and_description hooks. Use optpage hooks.
Modified sqimap_msgs_list_copy() function. Added sqimap_msgs_list_move()
function. In SquirrelMail sqimap_msgs_list_copy() moves messages. In NaSMail they
are copied.
Unbundled calendar, mail_fetch, newmail, squirrelspell, spamcop and translate
plugins.
Modified displayPageHeader $mailbox argument handling. 'None' is keyword in
SquirrelMail and valid mailbox name in NaSMail.
Ported ngettext support from 1.5.1. NaSMail bindtextdomain and textdomain wrappers
must be used instead of standard gettext textdomain calls.
Modified theme format and activation functions
Modified presets.
* default_sub_of_inbox - some IMAP servers store all personal folders under
INBOX. Other IMAP servers use empty string for personal namespace prefix.
Flipping setting to incorrect value will sort INBOX subfolders incorrectly.
Setting is removed in NaSMail 1.3.
* show_contain_subfolders_option - Do we have to enable workarounds for noselect folders?
* allow_server_sort - Enabled when server is known to support it.
sqimap_login() function is deprecated in NaSMail 1.2.
In NaSMail 1.2 and later plugins should not work with user password
information directly. They should use functions provided in functions/auth.php.
Different number of required arguments in sqimap_get_sort_order() and
get_thread_sort() functions. Code can't be made backwards compatible due to
PHP4 restrictions on use of referenced arguments.
soupNazi() function is available only in NaSMail 1.0-1.3 versions.
mailbox controls differ from the ones that are available in SquirrelMail