Commit Graph

481 Commits (master)

Author SHA1 Message Date
Aleksander Machniak e0efd8f5dc Added separate From and To columns apart from smart From/To column (#1486891) 12 years ago
Aleksander Machniak 565c472918 Removed users.alias column, added option ('user_aliases')
to use email address from identities as username (#1488581)
12 years ago
Thomas Bruederli b6267dadb6 Hide product version on login screen by default 12 years ago
Aleksander Machniak b2c3c31c10 Use correct field name (title -> jobtitle) in example LDAP addressbook config 12 years ago
Thomas Bruederli 6843acc9fc Merged changes to skin folders 12 years ago
Thomas Bruederli 9f1652e29e Adapt to new default skin folder namimg 12 years ago
Thomas B. 6d12536815 Merge pull request #14 from bes-internal/master
Use HTTP_HOST for %d in parse_host. Add %t for host name from SERVER_NAME
12 years ago
Aleksander Machniak 71ee565dfc Support connections to memcached socket file (#1488577) 12 years ago
bes.internal d359dcb6b3 use in parse_host HTTP_HOST for %d
Use in parse_host function for domain resolve HTTP_HOST not hostname.
add %t for hostname without first part
For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com)
12 years ago
Thomas Bruederli b1f30d873d Set display_next option to true by default (in config template) 12 years ago
Aleksander Machniak 3c5489ba75 Add option imap_force_ns to make buggy servers support optional 12 years ago
thomascube a605b2584d - Allow to configure the number of values allowed for each LDAP attribute
- Support for serialized LDAP address values (usually delimited with a $)
12 years ago
alecpl b563fc8bf6 - Uncomment 'organization'=>'o' - it works 12 years ago
alecpl 463ec6b57c - facsimileTelephoneNumber attribute also doesn't work, commented out 12 years ago
alecpl ca3d76d8f1 - More LDAP fields mapping (inetOrgPerson) 12 years ago
alecpl 1b30a710cf - Add option to delete messages instead of moving to Trash when in Junk folder (#1486686) 12 years ago
thomascube c04b23adfd - replace claim in Roundcube logo
- require support_url config option in installer
12 years ago
alecpl 13db9ee199 - Support LDAP RFC2256's country object class read/write (#1488123) 12 years ago
thomascube 377bc60482 Add a note that 'use_https' and 'force_https' are mutually exclusive 12 years ago
thomascube aa9ddf1f03 Describe 'scope' option for LDAP groups in config template 12 years ago
alecpl bf9ddec776 - default_imap_folders -> default_folders 12 years ago
thomascube f9a967763e User configurable setting how to display contact names in list 12 years ago
thomascube 43875379d5 Allow users to choose cols for contacts list sorting 13 years ago
thomascube 7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 13 years ago
thomascube e52aaee063 Mention smtp ports 587 and 465 in config template 13 years ago
thomascube 5879c09ca0 Use proper timezones from PHP's internal timezonedb (#1485592) 13 years ago
alecpl 08ffd939a7 - Add separate pagesize setting for mail messages and contacts (#1488269) 13 years ago
alecpl 7e263ea204 - Add option to set default font for HTML message (#1484137) 13 years ago
alecpl 2d08ec91ca - Add possibility to do LDAP bind before searching for bind DN.
In deployments where anonymous binds to and/or searches on an LDAP tree are not
  allowed, and where the LDAP address book(s) have been configured to use the
  user-specific bind credentials, rcube_ldap.php needs to bind using service
  credentials in order to be able to find the user's bind dn.
13 years ago
alecpl 0829b76598 - Fix merging some configuration options in update.sh script (#1485864) 13 years ago
thomascube ce22f1e0c6 Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests 13 years ago
alecpl bd34cad1f6 - Add option to set session name (#1486433) 13 years ago
alecpl 95ebcd91f2 - Fix description of create_default_folders (#1488183) 13 years ago
alecpl 710b1bd684 - Add option to skip alternative email addresses in autocompletion 13 years ago
alecpl f21a04c024 - Add option to define matching method for addressbook search (#1486564, #1487907) 13 years ago
thomascube 62c8618744 Make email recipients separator configurable + suppress dupes in auto-completion 13 years ago
thomascube 3b4b03d6b3 Added config property to set LDAP_OPT_REFERRALS option to an LDAP connection 13 years ago
alecpl c041d57036 - Added 'search_dn_default' variable in ldap config
- Better handling of situation when search for bind DN doesn't return data
13 years ago
thomascube ad27eb2972 Describe new name attribute for LDAP groups 13 years ago
alecpl 1991b77ace - Add db_table_* config for new cache tables (#1488105) 13 years ago
thomascube 2d3e2bc561 Add option 'searchonly' for address books; currently used by LDAP directories 13 years ago
alecpl f763fbd56c - Make group's "member" attibute name configurable 13 years ago
thomascube 1cc9e210f5 Make date/time format user configurable; drop 'date_today' config option 13 years ago
alecpl f8e48df715 - Merge devel-saved_search branch (Addressbook Saved Searches) 13 years ago
alecpl 66df084203 - Merge devel-spellcheck branch:
- Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
13 years ago
alecpl 67eecdee96 - Fix typo 13 years ago
thomascube c170bfc92f Protect from Clickjacking by sending X-Frame-Options headers (#1487037) 13 years ago
thomascube f7b58afb94 Make list of mimetypes that open in preview window configurable (#1487625) 13 years ago
alecpl 7a2bade211 - Added 'priority' column on messages list 13 years ago
alecpl 5c9d1ffe8e - Add option to hide selected LDAP addressbook on the list 13 years ago
thomascube fcc7f861b1 Log session validation errors; keep error message when redirecting to login after session error 13 years ago
alecpl 0213f8d4dd - Added optional "multithreading" autocomplete feature 13 years ago
alecpl ca8a178cc5 - Fix typo in comment 13 years ago
alecpl 63fda8af57 - Make Undo action optional by setting undo_timeout=0 13 years ago
alecpl 4171c59bd7 - Add optional textual upload progress indicator (#1486039) 13 years ago
thomascube 15d7627598 Fix typos 13 years ago
thomascube 6af7e0d63d Use numSubOrdindates inconjuction with VLV to count total 13 years ago
alecpl ecf295f6ef - Added searching in all addressbook sources (global-search)
- Added addressbook source selection in contacts import
13 years ago
thomascube 69ea3a3429 Implement LDAPv3 Virtual List View (VLV) for paged results listing 13 years ago
alecpl 3cacf941fa - Add popup with basic fields selection for addressbook search 13 years ago
alecpl 1d5779b257 - Add option to force spellchecking before sending a message (#1485458) 13 years ago
alecpl d734481983 - Added option to specify to which address book add new contacts 13 years ago
alecpl 4bb7d27b54 - Removed focus_on_new_message option, added newmail_notify plugin 13 years ago
alecpl 8edb3d9405 - Add APC support in rcube_cache 13 years ago
alecpl 5cf5ee66c1 - Added general rcube_cache class with memcache support
- Improved caching performance by skipping writes of unchanged data                                                                       
- Option enable_caching replaced by imap_cache and messages_cache options
13 years ago
alecpl a509bb677c - Add option to set default action of Forward button to "Forward as attachment" 13 years ago
alecpl caedd52361 - Add comment for login_lc option (#1487681) 13 years ago
alecpl d08333ea57 - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
13 years ago
alecpl 4ae996cc3d - %s will not work with smtp_server 13 years ago
vbenincasa b04c51fafb - Added the %s variable in 'default_host' and 'smtp_server' option (%s variable is the domain name after the '@' from e-mail address provided at login screen). The %s just returns a value if the provided e-mail is valid to avoid unnecessary lookups and reduce the possibility of connections to undesirable hosts.
- Small fix to the code comment of rcube_parse_host()
13 years ago
thomascube 63e9927d5f Add support for session storage using memcache 13 years ago
thomascube d1e08fc905 Replace LDAP vars in group queries (#1487837) 13 years ago
thomascube ae39c47c3a New config option for custom logo; allow skins to define/override texts 13 years ago
alecpl 4d982d38a8 - Add LDAP SASL bind and proxy authentication (#1486692) 13 years ago
alecpl c5dedd79ca - Add variable for 'Today' label in date_today option (#1486120) 13 years ago
thomascube a77cf2292b Add optional referer check to prevent CSRF in GET requests 14 years ago
thomascube 6039aae387 Add groups support for LDAP address books, contributed by Andreas Dick 14 years ago
thomascube cf2da2f9aa Improve session validity check with changing auth cookies; reduce writes to DB; better phpdoc 14 years ago
alecpl 0c521063c5 - Some cleanup in LDAP config description 14 years ago
thomascube 0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 14 years ago
thomascube f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 14 years ago
alecpl 00e18b7e42 - Add description of 'use_https' option in main.inc.php.dist file 14 years ago
alecpl 02491a9789 - Make possible to overwrite server's namespaces with imap_ns_* options 14 years ago
alecpl 1cca4fbd45 - Allow setting autocomplete attribute for all inputs separately (#1487313) 14 years ago
alecpl e17553d954 - Add 'login_lc' config option for case-insensitive authentication (#1487113)
- Make username comparison case sensitive on MySQL
14 years ago
thomascube fbe24e9fa9 Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable 14 years ago
alecpl e3af1f2d6d - Added comment about imap_ns_* settings 14 years ago
alecpl 00290a6032 - Add support for shared folders (#1403507) 14 years ago
alecpl c296b810bc - Add option for minimum length of autocomplete's string (#1486428) 14 years ago
alecpl f75f65ce47 - Added option imap_force_lsub for some buggy LIST-EXTENDED implementations (#1486225) 14 years ago
alecpl eeb85f4257 - Add option to place replies in the folder of the message being replied to (#1485945) 14 years ago
alecpl 4dd4172421 - Add support for AUTH=DIGEST-MD5 in IMAP (RFC 2831) 14 years ago
alecpl a1fe6bd11d - Add support for IMAP proxy authentication (#1486690) 14 years ago
alecpl 63d4d61148 - Re-implemented SMTP proxy authorization support 14 years ago
alecpl 7bf255bfe1 - Add SASL-IR support (RFC 4959)
- Add LOGINDISABLED support (RFC 2595)
- Add support for AUTH=PLAIN authentication to IMAP
14 years ago
alecpl 36260ed640 - Add .pdf extension to the list 14 years ago
alecpl 4438d66760 - Add separate column for message status icon (#1486665) 14 years ago
alecpl a392125fe8 - Add SASL proxy authentication for SMTP (#1486693) 14 years ago
alecpl f22ea7ba18 - Support SMTP Delivery Status Notifications - RFC3461 (#1486142) 14 years ago
alecpl 868deb5dab - Make htmleditor option behaviour consistent, add option to use HTML on reply to HTML message (#1485840) 14 years ago
alecpl 6c6bb09b15 - Add mdn_request=4 14 years ago
alecpl 76ee6cafcd - Describe mdn_request=3 14 years ago
alecpl 1148c6e936 - Add option do bind for an individual LDAP address book (#1486997) 14 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 14 years ago
alecpl 11be9330de - Support %z variable in host configuration options (#1487003) 14 years ago
alecpl 65060100b6 - Fix parse error after uncommenting default ldap_public settings (#1486953) 14 years ago
alecpl b25dfd0913 - removed PHP closing tag 14 years ago
alecpl f767654478 - Add %dc variable support in base_dn/bind_dn config (#1486779) 14 years ago
alecpl 5852c14d3e - Add option to set separate footer for HTML messages (#1486660) 14 years ago
alecpl 6a642d1a2e - support dynamic hostname variables in 'username_domain' option 14 years ago
alecpl bb8721aaeb - Support dynamic hostname (%d/%n) variables in configuration options (#1485438) 14 years ago
alecpl ac8edbed35 - Fix use RFC-compliant line-delimiter when saving messages on IMAP (#1486712) 14 years ago
alecpl f07d238b1b - Add 'imap_timeout' option (#1486760) 14 years ago
thomascube c769c6699f Default line length is 72 14 years ago
thomascube 6b6f2e83de Display and send messages with format=flowed (#1484370), fixes word wrapping issues (#1486543) 14 years ago
alecpl 93c0188854 - Add sizelimit and timelimit variables in LDAP config (#1486544) 14 years ago
thomascube bc4960108e Option not to mark messages as read when viewed in preview pane (#1485012) 14 years ago
alecpl ace06244e8 - Added mimetype for text/calendar (.ics) 14 years ago
thomascube d1851ba77b Configurable limit of address group members 14 years ago
alecpl 751b22b41f - Added optional (max_recipients) support to restrict total number of recipients per message (#1484542) 14 years ago
alecpl 22d6b5346b - contactgroups DDL for postgres 14 years ago
thomascube a61bbb24aa Added basic contact groups feature 14 years ago
alecpl d8c440c03f - Added 'imap_force_caps' option for after-login CAPABILITY checking (#1485750) 14 years ago
alecpl 3e34297b79 - describe log_logins/smtp_log file names 14 years ago
thomascube f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 14 years ago
alecpl 56505a1174 - Options virtuser_* replaced with virtuser_* plugins
- Plugin API: Implemented 'email2user' and 'user2email' hooks
14 years ago
alecpl e55ab02682 - Add 'default_charset' option to user preferences (#1485451) 14 years ago
alecpl b7f952248e - Add 'delete_always' option to user preferences 14 years ago
alecpl 2d08c50fd7 - Support/Require tls:// prefix in 'smtp_server' option for TLS connections
- "Split" config file into sections
14 years ago
alecpl f1ce5163e5 - Fix inconsistent behaviour of 'delete_always' option (#1486299) 14 years ago
thomascube b975da27ef Allow admins to define defaults for search modifiers (#1485897) 14 years ago
alecpl 47ad83f337 - Added force_7bit option to force MIME encoding of plain/text messages (#1486510) 14 years ago
alecpl 64608bf2ef - Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473) 14 years ago
alecpl 2273d4117f - Add support for MDB2's 'sqlsrv' driver (#1486395) 15 years ago
alecpl c3b676381b - added warning about using TLS with SMTP 15 years ago
thomascube 0207c45c90 More options for top posting feature (#1484272) using patch from Phil Weir 15 years ago
alecpl 50f56d2046 - top posting (#1484272) 15 years ago
thomascube f5d61d845f Revert r3038 and allow to specify the port as value of force_https 15 years ago
alecpl e4acbbd8cc - Added server-side e-mail address validation with 'email_dns_check' option (#1485857) 15 years ago
alecpl 65c0a0e591 - Option 'force_https' replaced by 'force_https' plugin
- added option 'force_https_port' in 'force_https' plugin (#1486091)
15 years ago
alecpl 9e2a7afc9c - set enable_caching=false by default 15 years ago
alecpl 1cead0cbf4 - sorting by message index - added 'index_sort' option (#1485936) 15 years ago
alecpl 0102742cb2 - Added 'ldap_debug' option + small change to not rely on rcube_config inside rcube_ldap class 15 years ago
alecpl fafe5dce9e - added comments to set absolute path for SQLite DSN (#1486095) 15 years ago
thomascube 4d97074e08 Little config improvements 15 years ago
alecpl e54bb72d30 - Added 'display_next' option 15 years ago
alecpl 19862b5586 - added 'smtp_debug' option 15 years ago
alecpl 21c277ee20 - set mime_param_folding to '1' by default 15 years ago
alecpl d559cba5f7 - Added 'imap_debug' option, described 'sql_debug' option in config file 15 years ago
alecpl b6b593416b - Support strftime's format modifiers in date_* options (#1484806) 15 years ago
alecpl 72cd3c1a76 - Support %h variable in 'smtp_server' option (#1485766) 15 years ago
thomascube e48a10a0d7 Add option to enforce https connections 15 years ago
alecpl 119cd17abf - add 'Deleted' to search filter 15 years ago
alecpl 1301e98110 - Support initial identity name from virtuser_query (#1484003) 15 years ago
alecpl 7dbe2fa6bf - get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins) 15 years ago
alecpl 2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
15 years ago
thomascube 01a8c54f76 Applied patch for pspell language configuration (#1485822) 15 years ago
alecpl 0ad27c3840 - Added log_date_format option (#1485709) 15 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 15 years ago
alecpl f86e8f5faa - Support STARTTLS in IMAP connection (#1485284) 15 years ago
thomascube 3b9a53f4fb Make ldap config template easier to uncomment 15 years ago
thomascube 65ce3d2991 Add mimetype for .rar files according to a comment in #1485311 15 years ago
thomascube 0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 15 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 16 years ago
thomascube 5f25a1aef8 Merge ldap_public with autocomplete_addressbooks settings + fix config file creation 16 years ago
thomascube 230f944bf6 Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session 16 years ago
thomascube 58687d011f Be more tolerant when splitting strings + remove col that we don't have a label for 16 years ago
alecpl 030c848b0d - Performance: allow setting imap rootdir and delimiter before connect (#1485172) 16 years ago
alecpl 2a41355776 - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) 16 years ago
thomascube 2fd975071a Option to check for new mails in all folders (#1484374) 16 years ago
thomascube 2c8e84c1e5 Do serverside addressbook queries for autocompletion (#1485531) + make autocompletion list clickable 16 years ago
alecpl d59aaa1aaf - Allow setting attachment col position in 'list_cols' option
- Allow override 'list_cols' via skin (#1485577)
- Fix: allow empty attribs in templates
16 years ago
alecpl 95d90f86d9 - Added 'keep_alive' and 'min_keep_alive' options (#1485360) 16 years ago
alecpl ec01712a99 - Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
16 years ago
till d1a8d0f4c2 * removed (probably stale) reference to config option, #1485415 16 years ago
alecpl 06343d189e - Added option focus_on_new_message (#1485374) 16 years ago
alecpl 2b58528f6a - some option moved to user prefs section 16 years ago
alecpl ffae15e5fc - Added 'mime_param_folding' option with possibility to choose
long/non-ascii attachment names encoding eg. to be readable
  in MS Outlook/OE (#1485320)
- Added "advanced options" feature in User Preferences
16 years ago
thomascube 2fd6c217a3 Update user agent string (#1485390) 16 years ago
thomascube f645ce169e Redesign of the identities settings + add config option to disable multiple identities 16 years ago
alecpl acb08f517d - Added 'sendmail_delay' option to restrict messages sending interval (#1484491) 16 years ago
thomascube c8ae2497b7 Auto-detect client language and timezone if desired by config/prefs 16 years ago
alecpl a91c9ba12a #1485307: typos fixed 16 years ago
alecpl 876b15dcce - Added option 'quota_zero_as_unlimited' (#1484604) 16 years ago
alecpl b77d0dd6c5 - added options to use syslog instead of log file (#1484850)
- added Logging & Debugging section in Installer
- fixed config from $_POST for next installer steps saving
- fixed and re-enabled debug_level setting in installer
16 years ago
alecpl 9e8e5fa634 - Removed support for PEAR::DB driver 16 years ago
thomascube 5d2b7fd387 Added pspell support patch by Kris Steinhoff (#1483960) 16 years ago
thomascube 522007bdb2 Switch installer from obsolete locale_string to language config option 16 years ago
thomascube d224551cfb Fix read_when_deleted behavior + javascript codestyle 16 years ago
alecpl f5480daad3 change to config file missing from rev1580 (#1485179) 16 years ago
alecpl 67effe9904 - actually we don't need default_skin option 16 years ago
alecpl e58df3adc9 - Added option to select skin in user preferences (#1485031)
- template_exists() moved to rcube_template class
16 years ago
alecpl 166b615dbb - Added option to disable displaying of attached images below the message body 16 years ago
alecpl 712b30dd2d - Added option to display images in messages from known senders (#1484601) 16 years ago
alecpl a0530a6ec0 - option to disable autocompletion from selected LDAP address books (#1484922 16 years ago
svncommit 6444cf4b29 Remove comment characters which where 'helpfully' added by vim. 16 years ago
svncommit 5e0045b128 Add option to log successful logins. 16 years ago
alecpl cd67494a9c - TLS support in LDAP connections: 'use_tls' property (#1485104) 16 years ago
till c0e35832ae set delete_always to false 16 years ago
till 3bfab3b99c fix to #1485083 16 years ago
thomascube aec031c547 Better description of imap_auth_type option 16 years ago
thomascube b026c3be85 Make IMAP auth type configurable (#1483825) 16 years ago
thomascube 2ca388d0d7 Call load_host_config() and add reference to Howto_Config (#1485040) 16 years ago
alecpl 6153e20516 - Option 'use_SQL_address_book' replaced by 'address_book_type' 16 years ago
svncommit 4f9c833742 /tmp/out 16 years ago
thomascube 197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 16 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 16 years ago
alecpl fe6b7ae748 some options moved outside user preferences section 16 years ago
alecpl eaa39477bd #1483863: empty trash and expunge inbox on logout 16 years ago
thomascube 967b342039 Disable installer by default; add config option to enable it again 16 years ago
till 34eab044a1 * fixing spelling errors reported in #1484885 16 years ago
thomascube 17b5fb797f Add configurable default charset for message decoding 16 years ago
thomascube 807d17a4be Make rcube_install class PHP4 compatible + add warning for MDB2 on PHP4 + set MDB2 as default 16 years ago
thomascube 81355ae293 Correct example filter to work with the changes from r1025 17 years ago
thomascube 83ce4bb0bc Correct/clarify installation hints 17 years ago
till 45a470a721 * tinymce has some issues (especially in the IE department), enable only if you can take it 17 years ago
till 60dd08732a * changing back, problems with mdb2, no time to troubleshoot 17 years ago
till 50c7535072 * added config variable for mime magic 17 years ago
till aec82bd940 * introduced session_domain 17 years ago
thomascube 0ea884099a Make sending of read receipts configurable 17 years ago
till c2f407aa4f * changed default to mdb2 (it's better maintained and faster) 17 years ago
thomascube b2ff3d4461 Don't create default folders by default 17 years ago
thomascube 033155a705 Update the list of supported databases 17 years ago
thomascube e9ac143dbb Copy changes from r892 and r903 17 years ago
svncommit 5349b78ad4 Update copyright notice 17 years ago
svncommit aca3d25f1b Make smtp HELO/EHLO hostname configurable (closes #1484067) 17 years ago
thomascube 5eee009671 Allow vars and PHP code in templates; improved page title; fixed #1484395 17 years ago
thomascube d7d66380f0 Use server's timezone for defaults (#1484288) 17 years ago
thomascube 03b27176ef Applied patch for LDAP version (#1484552) 17 years ago
till e64fe07c47 # ERRATA r783 : of course persistant connections are disabled by default now
+ extended the comment (alibi) in regard to persistant connections
17 years ago
till 3cb42ef657 * switched to persistant connections 17 years ago
till 7dce969fcd + added new config option: #1484484 17 years ago
thomascube 6b603da6f1 LDAP improvements 17 years ago
thomascube e3caaf59c2 Use global filters and bind username/ for Ldap searches (#1484159) 17 years ago
thomascube f1154163b0 Merged branch devel-addressbook from r443 back to trunk 17 years ago
thomascube aad6e2a9c4 New session authentication, should fix bugs #1483951 and #1484299; testing required 17 years ago
svncommit 8c8b2a487a Allow 12 hour date to display for emails sent today (Doug Mandell). 18 years ago
thomascube b19097058c Introducing preview pane and conditional skin tags 18 years ago
thomascube d656f1ca71 Made automatic draft saving configurable 18 years ago
thomascube 9960666abe Added support for Nox Spell Server; plus small bugfixes 18 years ago
thomascube fa4cd20fb1 Several bugfixes; see CHANGELOG for details 18 years ago
thomascube bac7d1742d Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugs 18 years ago
svncommit b4b081713e Workaround for drag-drop using whitespace in FF, Junk emptying, misc fixes 18 years ago
svncommit c8c1e0ef3b Renameable folders, mail-checking changes, other fixes (richs) 18 years ago
thomascube 9606ffb322 Changed behavior to include host-specific configuration (Bug #1483849) 18 years ago
svncommit 1966c53255 Added Drafts support (Feature #1326839) (richs) 18 years ago
thomascube ed5d29f4b3 Finalized GoogieSpell integration 18 years ago
svncommit 4b3af37c35 Added new delete behavior options. 18 years ago
thomascube 86f1721926 Added sort order saving patch by Jacob Brunson 18 years ago
thomascube 0566adccd4 Include host-specific configuration file 18 years ago