Граф коммитов

1123 Коммитов

Автор SHA1 Сообщение Дата
disttsc%bart.nl 2f1f4f6ca9 Fix bustage. nsMoveMailService:: -> nsMovemailService:: 2001-02-07 08:47:55 +00:00
racham%netscape.com ba724c809d Fixing bug 12165. Adding the ability to get messages for multiple accounts from the GetMsg button and file menu dropdown of messenger application. r=bienvenu sr=sspitzer 2001-02-07 07:37:04 +00:00
blakeross%telocity.com 51536b1dd1 Messages are downloaded and deleted if user doesn't have write permissions for inbox (by Keyser Sosez, 62480). r=doron sr=mscott 2001-02-07 01:05:51 +00:00
naving%netscape.com 16e061b9c0 63300. r=racham, sr=bienvenu. Making IMAP folders case-sensitive and local folders
case-insensitive as done in 4x.
2001-02-06 23:17:26 +00:00
bienvenu%netscape.com 08646b2ca2 add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE fix notification of filtered messages in pop folders 67556 r=naving, sr=mscott 2001-02-06 02:10:43 +00:00
bienvenu%netscape.com 28ee16bcc9 add support for limiting offline download size to base server class 15865 r=naving, sr=mscott (also make sure replied flag is set appropriately during reparse) 2001-02-03 17:44:20 +00:00
naving%netscape.com 583ec5dbac 25589. r=timeless, sr=bienvenu, sspitzer. Adding feature drag and drop of folder.
Thanks to sspitzer and david for good review.
2001-02-02 20:21:52 +00:00
gayatrib%netscape.com a583ea283e Fixes for bugs 41715 (filter ui: launch to selected account in folder pane) and 62106 (double click filter doesn't open for editing). Review/super review sspitzer and bienvenu. 2001-02-01 07:26:38 +00:00
sspitzer%netscape.com 14753e4abf fix for #67095, disable news biff by default, and allow us to
default biff (on or off) on a per protocol basis.
r=racham, sr=bienvenu.

turning news biff off will help us to stop pounding news.mozilla.org
2001-01-31 20:25:33 +00:00
naving%netscape.com 1abd796576 66004, 66956. r=racham, sr=bienvenu. Calculating the linebreak_len for
each line of the data copied. Needed to avoid extraneous characters at the
end of line
2001-01-31 02:02:26 +00:00
sspitzer%netscape.com 0dff0f3b73 remove the old, unused tests. sr=mscott 2001-01-30 04:44:09 +00:00
sspitzer%netscape.com 5db8d47959 remove the old, unused tests. 2001-01-30 04:41:44 +00:00
sspitzer%netscape.com 1b8069431a fix for #66602. make it faster to delete, move, or copy unread messages into
a local folder.  sr=bienvenu
2001-01-26 02:52:56 +00:00
dougt%netscape.com 5235e3266f backing my ass out. These changes were meant for my branch, not the trunk. sr-leaf 2001-01-25 22:07:38 +00:00
dougt%netscape.com d82f5acc6e updating to new necko interfaces 2001-01-25 21:44:59 +00:00
racham%netscape.com 3bd146e8d8 Fixing bugs 14301, 29745, 46450, 60668 and 63251. Fixes to bug 63251 includes introduction os new AccountCentral page. When user selects an account in the folder pane of the messenger, AccountCentral page is displayed inplace of threadpane and messagepane. This page contains links to various account related activities like read, search, compose messages and others. Bugs 14301 and 60668 are fixed so that we logon to the default account all other accounts that have been asked to login at startup. Fix to bug 29745 displays customized email description text on AcctWizard identity page. r=sspitzer sr=bienvenu 2001-01-23 21:54:34 +00:00
bienvenu%netscape.com f7d03cb909 change folder compaction to use base class offine store compaction code, 15865 r=naving, sr=mscott 2001-01-18 15:37:52 +00:00
mkaply%us.ibm.com 0cddd31ff7 #65732
r=cls
Make SHORT_LIBNAMEs (used by OS/2 only) match Windows DLL names
2001-01-18 15:35:00 +00:00
naving%netscape.com 41732e29e5 62992. r=sspitzer sr=bienvenu. Make sure that there are no null characters after the
linebreak
2001-01-12 23:17:41 +00:00
nhotta%netscape.com a11d58fa42 Added folderCharsetOverride to nsIMsgI18NUrl, implemented getter for each protocols, changed libmime to use it,
bug 39756, r=sspitzer, sr=bienvenu.
2001-01-12 21:56:47 +00:00
jgmyers%netscape.com 8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
sspitzer%netscape.com 2e8bbd91c4 fix #63181. implement nsNntpUrl::GetFolderCharset().
also, remove extra strdup from the implementions in nsImapUrl and nsMailboxUrl.
clean up nsNntpUrl::Set/GetNewsgroupName().  sr=bienvenu
2001-01-09 05:27:28 +00:00
bienvenu%netscape.com 2eee40eebc fix 64456, cache file stream when updating multiple local messages, r=sspitzer, sr=mscott, also 63804 problem with compacting local folder 2001-01-08 19:21:25 +00:00
sspitzer%netscape.com 6cfd4461cf fix js warning when migrating. (no bug).
fix movemail service contract id. (#64486)
sr=bienvenu
2001-01-08 18:02:56 +00:00
naving%netscape.com 0de6973509 58955. r=sspitzer sr=bienvenu. Copying the msg header when there is a move from pop->imap
so that in case of undo the header can be restored. Eliminating the dependency that
the imap folder is selected.
2001-01-08 01:58:06 +00:00
sspitzer%netscape.com 98458e7c21 get biff working with pop! sr=bienvenu. #64469 2001-01-06 03:47:54 +00:00
bryner%uiuc.edu f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
sspitzer%netscape.com 59d59bd7b0 fix build bustage. I suck. 2001-01-05 01:14:41 +00:00
sspitzer%netscape.com b6c8802ef2 fix for #61642. patch from sun, r=sspitzer, sr=bienvenu 2001-01-05 00:35:35 +00:00
naving%netscape.com 619ff23408 63217 r=sspitzer sr=bienvenu. Checking the right parent folder and also setting
the deleteisMoveToTrash flag so that folder does not get added back.
2001-01-03 01:19:39 +00:00
sspitzer%netscape.com a7bce3ece1 fix warning. #64026. r=adam@gimp.org, sr=bienvenu@netscape.com 2001-01-02 06:27:19 +00:00
jgmyers%netscape.com 3a0d56ef2d Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-29 15:40:49 +00:00
sspitzer%netscape.com 923fe95a7a fixes for #57912, #14295, #14301
1) add ui and backend support for "log into this account at startup".  all that is missing is the code to actually do the logging in at startup.  that comes next.

2) hide the user name for news servers in the account manager.

3) fix ui to allow users to edit the username and hostname for a server, but disable it until the back end can handle a live swap of those values.

sr=bienvenu
2000-12-22 23:32:32 +00:00
naving%netscape.com 7dc7c67129 *** empty log message *** 2000-12-22 01:55:54 +00:00
naving%netscape.com 515bdd2ae0 43411 sr=bienvenu. Changing Compact()'s definition to pass nsIUrlListener. 2000-12-17 01:20:42 +00:00
bryner%uiuc.edu cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
dbaron%fas.harvard.edu 2b2160f1b0 Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:21:51 +00:00
racham%netscape.com 9c8dd187c0 Fixing bug 48092. Enabling the ability to change the port value automatically depending on the state of secure checkbox option. r=sspitzer, sr=mscott 2000-12-09 03:03:58 +00:00
alecf%netscape.com af0eb76d7c fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
sspitzer%netscape.com 33e8d2aea8 fix for #62048. movemail accounts are deletable. sr=mscott 2000-12-06 04:14:28 +00:00
sspitzer%netscape.com ad6b90a954 fix for #53970. the "allow at sign" pref is gone. if you were a 4.x user,
we already migrated you fine.  if you are a new user, we trust you to enter
in the right username.  sr=mscott
2000-12-06 04:13:54 +00:00
sspitzer%netscape.com 4fa551beb6 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
naving%netscape.com ad7cc1eb65 59063 59064, r=sspitzer, sr=bienvenu 2000-11-29 01:17:14 +00:00
naving%netscape.com 8e947e2796 59063 59064, r=sspitzer, sr=bienvenu. If the folder exists then the alert pops up. 2000-11-29 01:16:31 +00:00
mscott%netscape.com 1849aa8f24 Bug #60830 --> use nsCRT::memcpy instead of memcpy.
sr=bienvenu
2000-11-21 23:56:40 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
sspitzer%netscape.com 3a79a2ff9b fix #54491 (subscribe is a big fat pig)
fix #56971 (correct spelling mistake: suppress not supress)
fix #60244 (subscribe retains only last server subscribe changes)
fix #60242 (subscribe typedown should select first match in list)
fix #39156 (fix how I determine the delimiter in subscribe.js)
fix #59231 (make insecure imap login work if password has a \ in it)
fix #53654 (subscribe downloaded bytes don't start at zero)
fix #39393 (stop button in subscribe)
fix #60506 (switching servers doesn't clear text area in subscribe)
2000-11-17 20:47:31 +00:00
bienvenu%netscape.com 298bf51eff fix 57806, multiple filter logs for pop mail filtering logging, sr=mscott 2000-11-17 01:43:29 +00:00
blakeross%telocity.com 77b8600588 Fix 56971: logging should not log user's password. patch by Andrew Taylor (andrew.taylor@cal.montage.ca). r=jefft sr=mscott 2000-11-15 23:55:25 +00:00
sspitzer%netscape.com 4a3e4e1bc1 fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:15:28 +00:00