Commit Graph

1350 Commits

Author SHA1 Message Date
bienvenu%netscape.com
3438d5b718 fix 52207 get rid of stopwatch cursor if we don't select an imap folder for some reason (e.g., read only, or already running a url on the folder) sr=mscott 2000-11-17 19:57:03 +00:00
mscott%netscape.com
4a9b82a9e4 Bug #58657 --> destroy the event queue when we are done with it
sr=bienvenu
r=sspitzer
2000-11-16 22:42:32 +00:00
bienvenu%netscape.com
9187d9d53d fix for 58691 problem with cyrus imap hierarchy delimiters, sr=mscott 2000-11-16 21:44:59 +00:00
bienvenu%netscape.com
c26fd3097b fix rename/delete of imap folder with with mod-utf7 name sr=mscott 57131 2000-11-14 15:21:52 +00:00
mscott%netscape.com
5d2a97e0ba Bug #53082 --> implement setMessageDispositionState
r=putterman
sr=bienvenu
2000-11-14 01:12:21 +00:00
bienvenu%netscape.com
68e1cad16c fixes for hierarchy delimiter handling, multiple fetches of imap messages to retrieve inline attachments, crash in morkRowObject::CloseRowObject r=mscott 52260, 59376 58691 2000-11-13 22:35:50 +00:00
sspitzer%netscape.com
c93edc215f fix uninitialized variable. #59673. sr=alecf 2000-11-10 15:28:47 +00:00
sspitzer%netscape.com
e8fd89376b fix for #59231. sr=mscott. if we use insecure login and the password
contain a "\", we'll fail.  the fix is to send "\\" for every "\".
2000-11-10 05:27:44 +00:00
bienvenu%netscape.com
ca7da76d72 fix problem with alerts locking ui when imap connection is down, r=mscott 58547 2000-11-10 01:00:45 +00:00
jefft%netscape.com
b83c5f5b20 fixed bug 57571 -- relative url crashes mail client; r=brendan, sr=mscott 2000-11-09 20:29:39 +00:00
bienvenu%netscape.com
b7b7c3f3a2 fix delete to trash on cyrus servers -=r=jefft sr=mscott 58686 2000-11-09 02:47:41 +00:00
putterman%netscape.com
f023865395 Fix for 58748. r=jefft sr=mscott. Don't crash if there's no trash folder while trying to delete a folder. 2000-11-05 00:16:03 +00:00
bienvenu%netscape.com
62c8d937f2 fix 46375 (or part of it, anyway) reading large imap messages in too small chunks r=jefft, sr=mscott 2000-11-02 02:22:13 +00:00
naving%netscape.com
fb63ab512f Bug #56044, r=sspitzer, sr=mscott. Deleting instead of renaming is the right thing
to do because the folder is created in the code that follows.
2000-11-01 19:56:29 +00:00
warren%netscape.com
cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
cls%seawood.org
663abdf29e Rearrange library linking order so that all symbols are resolved for Irix builds. Build #55783. Thanks to rob@adacel.com.au (Robert Low) for the patch. 2000-10-26 02:24:31 +00:00
jefft%netscape.com
e80db70297 fixed bug 57571 - crash due to the failure of resolving relative image urls; r=bienvenu, sr=alecf, mscott 2000-10-24 02:00:53 +00:00
bienvenu%netscape.com
dcccdef7d0 fix 55993 problem forwarding imap messages with attachments r=jefft,sr=mscott a=jar 2000-10-15 20:41:36 +00:00
mscott%netscape.com
a29cc977b4 Bug #2729 --> disable empty trash on exit for aol servers as this causes a nasty
hang. This is a short term fix for this problem.
r=jefft
sr=alecf
2000-10-15 05:05:43 +00:00
mscott%netscape.com
2f24565e8d Bug #56459 --> mock imap channel needs to support nsIRequest in it's QI method.
this makes the progress dialog start working for opening imap mail attachments.
sr=alecf
r=jefft
2000-10-14 04:14:19 +00:00
mscott%netscape.com
8d3bddcf98 Bug #2775 --> only force a delete model if the server is a AOL server.
only show deleted messages if the server is a AOL server.
r=bienvenu sr=alecf
2000-10-12 02:40:02 +00:00
bienvenu%netscape.com
298de97e9f fix 54854 crash in nsImapMailFolder::NormalEndHeaderParseStream r=mscott 2000-10-05 00:50:38 +00:00
taka%netscape.com
3471c82333 fix for #45222. r=alecf, a=alecf 2000-09-22 02:52:11 +00:00
warren%netscape.com
181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
locka%iol.ie
b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
mscott%netscape.com
b8c14822af Bug #51631 --> set correct password dialog text
r=sspitzer
2000-09-14 22:50:07 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jefft%netscape.com
51fed80933 fixed bug 28254 -- restrictions on new folder dialog for UW Imap server plus provide choice for creating either folders-only or messages-only mail folder; r=putterman 2000-09-13 14:24:41 +00:00
jdunn%netscape.com
fbf1607c62 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
scc%mozilla.org
611710ba3b if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:59:22 +00:00
bienvenu%netscape.com
f90424234d fix 51889 make sure we have an imap inbox when we startup after profile migration r=sspitzer 2000-09-12 14:14:30 +00:00
alecf%netscape.com
21d722acb6 TRUE->PR_TRUE for platform compatibility (no reviewer, just a bustage fix) 2000-09-12 01:58:50 +00:00
bienvenu%netscape.com
e527aaca93 fix crash get new mail with no inbox r=sspitzer 51366 2000-09-08 01:25:59 +00:00
bienvenu%netscape.com
334b3a897f turn on aol pseudo mailboxes, forgot to turn the switch code was reviewed by mscott, 33217 2000-09-08 00:51:14 +00:00
bienvenu%netscape.com
1a24981fd8 work on improving startup time, 26455 r=mscott 2000-09-04 23:35:40 +00:00
scc%mozilla.org
961c75aeeb fixed typo 2000-09-03 00:08:25 +00:00
scc%mozilla.org
798d32a8dc fixing code that relied on implicit string construction 2000-09-02 21:55:23 +00:00
bienvenu%netscape.com
c91d88b4b0 fix 50722 problems renaming open imap folder r=mscott 2000-09-02 14:42:14 +00:00
bienvenu%netscape.com
e4622d02ab add batching support for msg count notifications r=putterman 49212 and 17470 2000-09-01 14:25:09 +00:00
bienvenu%netscape.com
b872733fb4 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:57:28 +00:00
bienvenu%netscape.com
4e28b71dc0 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:51:10 +00:00
mscott%netscape.com
e83f11310d Bug #50126 --> fix a typo for a comment that goes in the log file. Thanks to gemal@gemal.dk for contributing the patch.
r=a=mscott
2000-08-26 03:06:08 +00:00
bienvenu%netscape.com
a9561ac909 fix build warning 2000-08-25 02:50:22 +00:00
bienvenu%netscape.com
27e286afc7 fix problems deleting imap folders, and aol imap trash view, r=mscott 50232 11689 33217 2000-08-25 02:45:36 +00:00
warren%netscape.com
e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
ccarlen%netscape.com
1dc6fc3dd3 Converted nsIFileLocator to nsIDirectoryService. r=alecf 2000-08-21 23:43:48 +00:00
warren%netscape.com
e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
scc%mozilla.org
44752f126c fixing code that relied on implicit string construction 2000-08-20 01:55:20 +00:00
bienvenu%netscape.com
0d5f7acf4f fix default account names r=alecf 29579 2000-08-19 20:52:31 +00:00
mscott%netscape.com
7e998654cf Bug #47285 --> supress logging of base 64 encoded authentication information.
r=bienvenu
2000-08-18 02:43:44 +00:00
bienvenu%netscape.com
df9c2e82b4 disable filters with invalid move targets 46876 r=alecf 2000-08-17 20:10:51 +00:00
alecf%netscape.com
e7857cebb9 oops, forgot these in my last checkin 2000-08-17 00:05:31 +00:00
alecf%netscape.com
ebc5b3c4b7 rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
r=putterman
for bug #26456
2000-08-16 23:45:58 +00:00
bienvenu%netscape.com
af3c2b73d2 fix undo of imap delete r=mscott 29039 2000-08-16 23:35:48 +00:00
mozilla.BenB%bucksch.org
92d886b8d4 28355: Synchronize with server at "Get New Mail". "Contributed" :) by bienvenu, r=BenB, a=brendan. 2000-08-12 19:56:38 +00:00
alecf%netscape.com
98c830cf14 speedup for #26456 - use autostring instead of PR_smprintf r=putterman 2000-08-11 04:27:37 +00:00
warren%netscape.com
84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
mscott%netscape.com
cbc84df52e fix mac breakage...can't use NS_LITERAL_STRING on a const char * on the mac 2000-08-10 00:42:19 +00:00
mscott%netscape.com
0b8aba8da6 Bug #44163 --> FEAlert and FEAlertFromServer need a message window and with that message window
we should get the correct nsIPrompt object instead of using the one tied to the hidden window.
r=bienvenu
2000-08-09 22:33:14 +00:00
mscott%netscape.com
1034865435 Bug #44163 --> FEAlert and FEAlertFromServer need a message window
r=bienvenu
2000-08-09 22:32:45 +00:00
bienvenu%netscape.com
085017417c fix stop of msg move/copy r=mscott 28129 2000-08-06 20:15:32 +00:00
bienvenu%netscape.com
ec2dd3adc2 remove unneeded select before append to imap folders r=mscott 46501 2000-08-06 14:50:06 +00:00
bienvenu%netscape.com
503b621fba add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:42:16 +00:00
bienvenu%netscape.com
1c31415b08 add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:28:47 +00:00
bienvenu%netscape.com
72afa1622a fix bugs having to do with imap msg copying failing 46876 46914 etc r=mscott 2000-08-03 01:25:12 +00:00
mscott%netscape.com
974b8ba030 Bug #1635 --> if we are downloading the entire message, set total download size based on the RFC822.SIZE response.
r=bienvenu
2000-08-01 02:53:46 +00:00
bienvenu%netscape.com
f07deaf265 fix 20176 (no new msgs msg for imap) 23590 27379 45799 r=mscott 2000-07-26 21:27:39 +00:00
bienvenu%netscape.com
9f4fd6f2bb fix mark thread read for imap, r=putterman 45087 2000-07-26 21:07:30 +00:00
warren%netscape.com
2b01440bc0 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
mscott%netscape.com
a5d4e43adf Bug #45816 --> fix i18n breakage of intl-accept pref by calling getLocalizedUnicharPref
r=tao
2000-07-19 21:41:59 +00:00
pavlov%netscape.com
20dc0118ea fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
bienvenu%netscape.com
921df47407 fix imap subscribe ui problems, r=mscott 42106 2000-07-12 03:50:40 +00:00
jefft%netscape.com
4f9e090be4 fixed bug 44699 -- IMAP does not check result param from nsIMsgAccountManager::FindServer(); r=bienvenu, alecf 2000-07-07 22:27:03 +00:00
mscott%netscape.com
e6a9a0e1ce Bug #43661 --> open attachment needs to pass in the file name
r=bienvenu
2000-07-07 21:57:39 +00:00
waterson%netscape.com
73bc2ab4b7 Fix a string leak that dbaron found with leaksoup. r=bienvenu 2000-07-06 20:58:29 +00:00
bienvenu%netscape.com
f9d9b2d41c fix memory leaks in imap header parsing, r=jefft 2000-07-06 13:41:10 +00:00
mkaply%us.ibm.com
ecb1bbb781 #42637
r=mscott, a=brendan
OS/2 bringup - VisualAge treats this like a cast - according to nsFileSpec.h, our way is correct
2000-07-05 13:44:44 +00:00
bienvenu%netscape.com
b9c1f9cd75 fix problem with imap messages arriving out of order, r=jefft,mscott 40701 2000-06-27 23:52:05 +00:00
bienvenu%netscape.com
f6e57b9a5e fix for 38598 progress not working r=mscott 2000-06-26 14:54:28 +00:00
dougt%netscape.com
8b638a4c67 I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
gayatrib%netscape.com
dfd928ee8d Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
mscott%netscape.com
7e54058b07 Bug #10802 --> in order to implement open attachment i need the mail news channels to implement set owner
and set/get contenttype
r=sspitzer
2000-06-23 03:11:20 +00:00
mscott%netscape.com
03af6b3cbe 10802 --> implement open attachment
r=bienvenu
2000-06-22 22:37:22 +00:00
mscott%netscape.com
86f3ed7dc2 Bug #10802 --> add open attachment action type
r=bienvenu
2000-06-22 22:16:07 +00:00
rhp%netscape.com
a5a3827ae9 Adding COOL Auth to ABSync - Bug #: 43022 - r: jefft 2000-06-22 04:21:43 +00:00
bienvenu%netscape.com
fa76031aa1 fix 31411 problems interrupting imap message load r=jefft 2000-06-21 00:34:43 +00:00
pavlov%netscape.com
edf17f5e32 fix for nsImapSearchResultSequence::Clear() crash. bug 43079. r=mscott 2000-06-20 03:11:09 +00:00
amasri%netscape.com
402a2ef801 Adding Localization Notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:14:21 +00:00
mscott%netscape.com
bfc686f7ff Bug #41199 --> language extension tweak...don't issue the language request if we don't have a preferred language
nsString to nsAutoString change
r=sspitzer
2000-06-17 18:34:42 +00:00
valeski%netscape.com
f0fec56b70 42767. AsyncOpen (dead code) removal. 2000-06-16 14:39:19 +00:00
jefft%netscape.com
e9446a18d2 fixed bug 32178 -- Undo: completely unpredictable when it will enable or work; r=scottip, bienvenu 2000-06-16 13:48:02 +00:00
bienvenu%netscape.com
f3b0625c40 override delete model for aol server, r=sspitzer 32519 2000-06-16 13:31:51 +00:00
bienvenu%netscape.com
c103944fe9 fix fmr in imap parser causing envelope parser problems r=jefft 42498 2000-06-16 13:24:19 +00:00
jefft%netscape.com
e4d6f47b1c fixed bug 41170 - opening the twisty for an imap server should refresh the folder list; r=sspitzer, bienvenu 2000-06-13 23:18:04 +00:00
waterson%netscape.com
984630e965 Grow by power of two after reaching 16 elements; factor 'implementation' into a separate struct so the nsVoidArray object is one word when empty. 2000-06-13 08:33:19 +00:00
bienvenu%netscape.com
f7cbeeb06d more work on search backend, fix scheduling of multiple urls, r=alecf 33101 2000-06-10 14:36:50 +00:00
jefft%netscape.com
f5ddd703d2 fixed bug 39262 folder pane doesn't show [un]subscribe changes to imap folders; r=bienvenu, sspitzer 2000-06-09 23:28:03 +00:00
mscott%netscape.com
bcc5060003 just removing hard tabs with spaces....no code change.... 2000-06-09 22:20:16 +00:00
mscott%netscape.com
29a94f0bc7 Bug #41199 parse out the language capabilitiy. We also needed to add the ability to not necessarily throw alert
dialogs just because we get a bad or nO response from the server. Some commands like LANGUAGE are "exploratory" in
nature and you don't care if they succeed or fail.
r=bienvenu
2000-06-09 22:19:49 +00:00
mscott%netscape.com
ab915e3364 Bug #41199--> issue the language extension if the server supports it,
only issue the language command once per connection by adding a flag to test if we've issued it already.
Bug #41594 --> CRAM-MD5 support (not turned on!!!!!!! this is #ifdef'ed out)
Bug #41332 --> make sure the url parameter is not null b4 dereferencing.
r=bienvenu
2000-06-09 22:18:42 +00:00
mscott%netscape.com
5f9d988a85 Bug #41199 add language capability
r=bienvenu
2000-06-09 22:14:39 +00:00
mscott%netscape.com
86786561e4 Bug #41199 --> treat incoming server alert text as UTF-8 so we
properly convert it to unicode. Part of the language extension work.
r=bienvenu
2000-06-09 22:14:00 +00:00
mscott%netscape.com
7ad8c8d487 Bug #41236 --> when parsing the envelope response, we were choking if the message ID was NIL followed by a
parantheses. I just fixed our lex error.
r=bienvenu
2000-06-07 23:51:30 +00:00
bienvenu%netscape.com
ffab9fd0f7 turn on mpod by default, r=mscott 41569, use per server pref 2000-06-06 12:20:41 +00:00
jefft%netscape.com
23c19b3359 fixed bug 40662 - folder discovery problems with subfolders 2 levels deep; r=bienvneu, a=scottip 2000-06-05 21:57:56 +00:00
mscott%netscape.com
99faae6526 Bug #40649 --> fix unitialized variable problem.
r=sspitzer
2000-06-05 20:04:55 +00:00
bienvenu%netscape.com
96d3d9e721 put kImapTrash back in 2000-06-03 22:20:57 +00:00
bienvenu%netscape.com
3eab384a02 fix crash downloading headers on non imap4 rev1 server, r=jefft,mscott a=scottip 33159 2000-06-03 22:16:58 +00:00
bienvenu%netscape.com
4d8e1c7a5a fix 33614 problem with delete filters, and fix another trash flag problem, and flush search stuff r=alecf,a=scottip 2000-06-03 22:15:56 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
alecf%netscape.com
50918d3dba part of fix for #20166 - use weak refs to reduce ownership cycles in IMAP - prevents leaks of nsImapIncomingServer, which reduces a whole tree of leaks.. also release the imapserversink at the right time (thanks to bienvenu for that one)
r=bienvenu,jefft,pavlov
2000-06-03 00:51:04 +00:00
sspitzer%netscape.com
06dbb8d512 partial fixes for #40662 and #41170 for jefft.
twisting open an imap server / folder needs to do some discovery.

also, catch an exception caused by tooltips & twisties.
putterman owns the real bug, but this will prevent noise to the console.

also, some bullet proofing code to prevent a random crash I was seeing.
(now we just assert.)
2000-06-03 00:22:07 +00:00
jefft%netscape.com
e1ba86da1b fixed bug 41151 -- sending illegal uid search command; r=bienvenu,a=scottip 2000-06-03 00:17:33 +00:00
warren%netscape.com
88151adad6 Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433 2000-06-02 23:39:45 +00:00
sspitzer%netscape.com
f8d8906090 move the string parsing into the imap server code, since right now, it is only
needed for imap.  r=mscott.
2000-06-01 22:49:46 +00:00
sspitzer%netscape.com
97504bf2d6 make the subscribe i18n friendly when drilling down to find imap folders.
I need to use the folder path, not the folder name.  r=mscott
2000-06-01 03:59:14 +00:00
sspitzer%netscape.com
533c46ea39 fix for a bunch of subscribe problems.
#39263, imap subscribe only working to the second level deep
#40238, subscribed imap folders not showing up as subscribed.
#39261, imap folders showing up as full paths, not leaf names.

r=mscott
2000-06-01 02:41:03 +00:00
alecf%netscape.com
3200cbacc7 fix for #40390 - make nsMsgIncomingServer::GetPort fall back to the default
port for the specified server type using nsIMsgProtocolInfo.
Also clean up some of the GetDefaultPort stuff
r=sspitzer
2000-05-31 08:00:13 +00:00
alecf%netscape.com
8e0906f665 fix typo inside a #if 0 that was confusing the linux preprocessor 2000-05-25 06:18:32 +00:00
alecf%netscape.com
f5f6093584 use string bundle based strings for all folders except the inbox (trash still needs to be done)
r=sspitzer
2000-05-25 06:00:45 +00:00
jefft%netscape.com
9da2db91e3 fixed bug 39810 - empty trash on exit causes slow shutdow; PR_Wait() too long; r=mscott 2000-05-25 00:56:28 +00:00
sspitzer%netscape.com
fbe0cee7d7 fix for several bugs.
#34355, for a new pop server, the copies and folders prefs should point to the pop server,
not the local server.

#22889, #37464, news article urls not displaying, and they causing autosubscribe to happen.

#36661, fix problems with autosubscribe / article url problem, if they happen before
we migrated and if there is no accounts.

#8216,  a successful cancelling of a news posting removes message from thread pane

r=alecf
2000-05-23 02:38:00 +00:00
mscott%netscape.com
33babe1515 Bug #37827, #37784, 37675, 37832 --> fix many MS Exchange server bugs involving the envelope field.
There was a bug in our parse_addresses routine that was failing in the MS case with multiple email
addresses on a field.
r=jefft
2000-05-23 01:09:55 +00:00
alecf%netscape.com
7c9c7b14e3 adding assertion and null check to fix crash in #39860
(no reviewer, just a check-for-null before dereferencing a variable!)
2000-05-22 07:36:19 +00:00
sspitzer%netscape.com
4973834992 fix for #39913, no you can subscribe / unsubscribe from imap folders with japanese folder
names.  r=mscott
2000-05-20 02:36:30 +00:00
dougt%netscape.com
4b4d8250bf correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
dougt%netscape.com
d83290854c Fix for 31164, possibly 35658, and prep work for 31174.
1) Passing the proxy hostname and port to the underlying socket
   and changing all users that appeared in lxr.

2) (psm-glue) registering with the cache manager to allow local loopback so that
   psm will work with a proxy.

3) (psm-glue) Storing proxy information in psmSocketInfo.

most reviewed by gagan@netscape.com.
2000-05-19 22:56:12 +00:00
sspitzer%netscape.com
7b47f851a0 rest of fix for #39172, i18n friendly subscribe dialog. 2000-05-19 22:33:38 +00:00
sspitzer%netscape.com
94b476cc20 changes for make the subscribe dialog i18n friendly. now, imap folders with
japanese names work.  thanks to ji@netscape.com for the help in getting
a japanese folder name.  remove the old news/tests.  they are old
and not used anymore.
2000-05-19 22:27:18 +00:00
sfraser%netscape.com
634ff81936 Remove linkage with NetworkModular.shlb 2000-05-17 08:43:18 +00:00
sspitzer%netscape.com
163ed2f930 get the refresh button to work in the subscribe dialog.
make it so when we get the list of newsgroups from the server, we'll
cache it, and write it to the newsrc file.

still a lot of clean up todo before we *truly* support hostinfo.dat, but the hard
parts are done.
2000-05-17 05:27:04 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
sspitzer%netscape.com
25ebda65c9 a bit of code cleanup. start of the work to support hostinfo.dat 2000-05-16 22:14:23 +00:00
warren%netscape.com
bfdf847716 Reverted serverPasswordRealm back to serverURI. Bug 39453. 2000-05-16 21:17:55 +00:00
warren%netscape.com
618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
cls%seawood.org
8a94c9df50 Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16. 2000-05-16 04:41:54 +00:00
alecf%netscape.com
ad0d3296c4 oops, in cleaning up the event API, I fired this event on the wrong folder 2000-05-16 00:30:53 +00:00
mscott%netscape.com
b815277e38 Bug #5938 --> set the charset override on the url if there is one. 2000-05-16 00:22:53 +00:00
mscott%netscape.com
fa152ce0ab Bug #5938 --> add get/set charset over-ride to I18N urls. 2000-05-15 22:40:47 +00:00
sspitzer%netscape.com
0e33b45466 comment out some dumps, printfs.
get unsubscribe working for news.
get ready to fix the problem of selecting a non-subscribable server and hitting subscribe.
2000-05-15 21:44:34 +00:00
mscott%netscape.com
5ba79b3ef2 Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
set the URI for the imap url if we have one.
2000-05-15 20:34:54 +00:00
jefft%netscape.com
4db0a36e74 fixed bug 16244, 35704 - empty trash on exit for Pop3 and Imap 2000-05-15 14:55:22 +00:00
alecf%netscape.com
0a82b4b25f API cleanup: replace OnFolderLoaded/OnDeleteOrMoveMessageCompleted with OnItemEvent using atoms 2000-05-14 20:35:46 +00:00
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
sspitzer%netscape.com
95a2585ecc hook up to do imap subscribe / unsubscribe. 2000-05-13 08:08:16 +00:00
sspitzer%netscape.com
4ca2b3d567 add subscribe / unsubscribe to the nsISubscribable interface and use them. 2000-05-13 04:41:52 +00:00
locka%iol.ie
15f7763398 Replaced references to webshell with docshell equivalents 2000-05-12 20:41:19 +00:00
sspitzer%netscape.com
bbab58c258 fix assertion / problem with subscribe. duh. 2000-05-12 04:39:43 +00:00
sspitzer%netscape.com
97325cede8 more subscribe work. 2000-05-12 04:23:45 +00:00
alecf%netscape.com
66b7b6e171 get filter list from the server 2000-05-12 04:09:37 +00:00
mscott%netscape.com
787b9a4065 Bug #34374 --> don't bring up an alert saying the login failed if the user canceled the password dialog
during a redirector request.
2000-05-11 20:57:02 +00:00
cls%seawood.org
5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
jefft%netscape.com
f9cf91a8ec added new imap SubscribeFolder() & UnsubscribeFolder() services 2000-05-11 00:49:51 +00:00
jefft%netscape.com
c30462e26a implemented DiscoverAllAndSubscribedBoxes() 2000-05-10 22:07:57 +00:00
sspitzer%netscape.com
e26ba25b81 more work to get subscribe dialog to work with imap servers.
thanks to jefft@netscape.com for the imap help.
2000-05-10 01:40:34 +00:00
cls%seawood.org
fff4a973f8 Changed check for non-zero nsXPIDLCString from a dereference, which gcc 2.7.2.3 on speedracer doesn't seem to like, to a PL_strlen(). 2000-05-09 09:03:02 +00:00
sspitzer%netscape.com
3dd758d1b9 make it so the throbber stops when you try to build the subscribe datasource for imap. 2000-05-09 02:48:25 +00:00
jefft%netscape.com
98efe11ade fixed bug 20878 - IMAP: UW - supporting root folder 2000-05-09 01:26:55 +00:00
mscott%netscape.com
2f0a1f8ada rewrite progress to go through the progress event sink which we get from the
mock channel instead of from the status feedback object attached to the url.

Change progress Info struct to pass in current and max progress separately
instead of as a percentage.
2000-05-03 21:21:07 +00:00
mscott%netscape.com
0f7da964cd don't precaculate the percentage...pass the current and max values around instead
use progress event sink for progress instead of nsIMsgStatusFeedback.
implement Get/SetNotifcationCallbacks on the mock channel. Be sure to extract
the progress event sink if we were given one.
2000-05-03 21:20:34 +00:00
mscott%netscape.com
7ee2674e50 add ability to get the progress event sink directly from the channel. 2000-05-03 21:20:08 +00:00
cls%seawood.org
04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
alecf%netscape.com
f079776b39 make priority a scriptable type
add scriptable enums for priority
make more of the search interface use nsIMsgSearchValue instead of nsMsgSearchValue
2000-05-01 23:19:46 +00:00
alecf%netscape.com
76d3069e09 don't need to do all this extra work, it's been done in the base class 2000-05-01 22:57:54 +00:00
sspitzer%netscape.com
feb0922cfb more wiring for imap subscribe. 2000-04-30 08:19:31 +00:00
pavlov%netscape.com
3139fc8b19 fix for string sillyness 2000-04-27 23:09:31 +00:00
jefft%netscape.com
c5cebe0547 fixed bug 35039 - POP: Shouldn't got an Alert when canceling login dialog 2000-04-26 22:31:59 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
bienvenu%netscape.com
009aeb1488 turn off assertion for everyone but me 2000-04-26 01:00:33 +00:00
jefft%netscape.com
da50b52420 fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
sspitzer%netscape.com
8cc2a5f33f more checkins for the new subscribe dialog.
make it so only subscribable servers show up in the server picker.
make it so "newsgroup" turns to "folder" if subscribing to imap.
do the basic wiring to imap servers are hooked in.
clean up my css.
2000-04-25 01:30:30 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
alecf%netscape.com
42d0e45d86 switch to nspr values to reduce dependancy on xp_core.h 2000-04-23 17:30:21 +00:00
scc%netscape.com
d697741ca4 making string conversions explicit 2000-04-23 11:37:44 +00:00
bienvenu%netscape.com
7d67bdb70e fix build warnings 2000-04-22 18:51:33 +00:00
bienvenu%netscape.com
4688b363fb fix build warning, set search session on url 2000-04-22 18:37:58 +00:00
bienvenu%netscape.com
0435068a83 fix generation of search url spec 2000-04-20 01:11:52 +00:00
bienvenu%netscape.com
d59b5839e2 fix parsing of search urls 2000-04-20 01:11:05 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
bienvenu%netscape.com
13b56fbbea More work on search, not run yet 2000-04-19 01:01:51 +00:00
bienvenu%netscape.com
b459e719e2 add search method to message service, not used yet 2000-04-16 22:12:36 +00:00
bienvenu%netscape.com
a91714cc03 fix problem saving flags when we blow away dbs 32531 2000-04-16 22:09:52 +00:00
jefft%netscape.com
ffc4d709f6 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
bienvenu%netscape.com
3300b312d1 remove unneeded header 2000-04-13 14:49:12 +00:00
bienvenu%netscape.com
353cd7c1db fix fast delete breaking delete, r=mscott 32742 2000-04-13 14:41:20 +00:00
sspitzer%netscape.com
d888dd675a add bug # to the assertion, so people know where to add info if they can reproduce this. 2000-04-12 06:22:14 +00:00
sspitzer%netscape.com
1d0daf3031 fix for #35567. bulletproof to avoid a crash. r=putterman. 2000-04-12 06:16:23 +00:00
danm%netscape.com
39d7aed129 imap thread now uses a monitored thread event queue. bug 33928. r=mscott a=leaf 2000-04-10 23:29:55 +00:00
mscott%netscape.com
f5b3d2926d Bug #12505 --> fix printing for imap. the load attributes for nsMsgProtocol weren't getting initialized!
Implement get/Set load attributes. When displaying a message, we weren't putting the channel in the right load
group. It was goinging into the 3-pane's load group instead of the message pane's load group. I needed to fix
this b4 I could implment get/set load attributes which in turn was required to fix printing of imap messages.
r=bienvenu
a=leaf
2000-04-10 01:50:06 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
jefft%netscape.com
a71099db53 fixed bug 16235 -- [FEATURE] pop3_gets_new_mail on biff; put up confirmation dialog when deleting imap folders; r=scottip 2000-04-03 22:48:40 +00:00
mkaply%us.ibm.com
161e33b56d # 33859
r= putterman@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:43:42 +00:00
bienvenu%netscape.com
2c7746fcdc remove unused view attachments as links option, work on in-reply-to header, r=sspitzer 2000-04-03 03:22:56 +00:00
putterman%netscape.com
6d0c68ee48 Add new icons to mail news 3 pane UI. r=mscott 2000-04-03 02:58:21 +00:00
bienvenu%netscape.com
2cba9d275c filter upgrade code for local filters, r=sspitzer 17174 2000-04-03 00:39:51 +00:00
tbogard%aol.net
b52d8a2a80 Use the docShell APIs to do the Load rather than nsIWebShell methods. 2000-04-01 00:26:21 +00:00
bienvenu%netscape.com
aae571ade1 more work on imap delete model, r=putterman 16805 2000-03-30 23:08:53 +00:00
bienvenu%netscape.com
6e454f5b3f work on imap delete model, r=jefft,putterman 16805 2000-03-30 15:04:28 +00:00
bienvenu%netscape.com
97e3241d4d fix mac compile problems 2000-03-29 23:26:21 +00:00
bienvenu%netscape.com
5d9678401a more work on MPOD r=jefft 32767 2000-03-29 23:21:37 +00:00
bienvenu%netscape.com
d4c8770642 fix crash with aol envelope 33519 r=jefft 2000-03-29 23:19:36 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
bienvenu%netscape.com
3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
scc%netscape.com
b6d6427bb1 small changes to clients of string converting routines 2000-03-26 13:32:12 +00:00
putterman%netscape.com
02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
jefft%netscape.com
254e865012 fixed bug 10834 - Pop3 delete folders move to trash; r=putterman 2000-03-24 14:58:32 +00:00
alecf%netscape.com
36a59593c1 change FALSE to PR_FALSE to reduce xp_core.h dependancy 2000-03-24 08:17:18 +00:00
bienvenu%netscape.com
e4ae6e7e78 more work on mpod 32767 r=mscott 2000-03-24 06:20:01 +00:00
bienvenu%netscape.com
5a866d398c fix setting of content_modified flag in running imap url, part of mpod, not turned on yet 2000-03-22 22:14:27 +00:00
mscott%netscape.com
83e79dcccb remove nsIImapLog.h from the makefile which is no longer part of the build. 2000-03-22 21:57:43 +00:00
bienvenu%netscape.com
dd6cf92064 fix problem downloading large imap headers, r=putterman, more work on MPOD 2000-03-22 21:45:24 +00:00
bienvenu%netscape.com
60a77179eb fix for mime parts on demand, code not turned on yet 2000-03-22 15:57:28 +00:00
bienvenu%netscape.com
369acf83c0 work on mime parts on demand, r=mscott 17794 2000-03-21 22:57:41 +00:00
mscott%netscape.com
70e38afd3e Bug #32008 --> add a requiresPassword method which we can use to
prevent us from always asking the user for a password whenever
 we need to logon to an external service.
r=bienvenu
2000-03-21 06:11:51 +00:00
mscott%netscape.com
dae01b9744 Bug #32008 --> add a requiresPassword method which we can use to
prevent us from always asking the user for a password whenever
we need to logon to an external service.
r=bienvenu
2000-03-21 06:10:14 +00:00
bienvenu%netscape.com
4d5e8b028a fix problem with selection after deleting from trash or delete no trash, r=jefft 32402 2000-03-21 01:28:59 +00:00
mscott%netscape.com
8c3df91d46 Fix solaris breakage from this weekend. Tinderbox has been showing green even though it was broken. Thanks to bruce for
pointing that out.
r=bruce
2000-03-21 01:06:29 +00:00
jefft%netscape.com
1c76b720e1 merge in beta1 fix for bug 32054; r=mscott 2000-03-20 23:46:52 +00:00
bienvenu%netscape.com
707c3f05d0 fix 32508 reply all bug with multiple imap recipients r=rhp, a=leaf 2000-03-20 19:15:24 +00:00
bienvenu%netscape.com
502a3f7351 add support for envelope command 23181 and other bug fixes 27145 31913 r=mscott 2000-03-20 01:29:13 +00:00
mscott%netscape.com
2c557b1e06 We now use the .idl version of this file. 2000-03-20 00:21:58 +00:00
mscott%netscape.com
5a1367710c Remove obsolete file. 2000-03-20 00:21:17 +00:00
mscott%netscape.com
952216ff6e Bug #7807 --> make nsImapservice scriptable. 2000-03-20 00:20:20 +00:00
mscott%netscape.com
5d4f873efa Build nsIImapService.idl instead of the .h version. 2000-03-20 00:19:52 +00:00
mscott%netscape.com
a59401764b build nsIImapService.idl. remove .h version 2000-03-20 00:19:26 +00:00
mscott%netscape.com
59b809e7cc Remove obsolete files 2000-03-20 00:19:00 +00:00
mscott%netscape.com
9380b5393d Build scriptable version of nsIImapService.idl 2000-03-20 00:18:47 +00:00
mscott%netscape.com
0c73f3c6d2 Bug # --> new file that isn't part of the build yet. This IDL version of nsIImapService replaces
the old .h version.
2000-03-20 00:15:14 +00:00
mscott%netscape.com
e766e771e6 Remove obsolete file. I replaced this with an IDL file last night. 2000-03-19 22:27:17 +00:00
mscott%netscape.com
b93fab61f7 Remove obsolete files 2000-03-18 18:36:13 +00:00
mscott%netscape.com
5394231758 build idl version of nsIImapUrl.idl
r=bienvneu
2000-03-18 18:36:06 +00:00
mscott%netscape.com
4335aa3455 Use our new scriptable version of nsIImapUrl.idl and make the .h version obsolete.
r=bienvenu
2000-03-18 18:35:54 +00:00
mscott%netscape.com
012f6835c8 Use scriptable version of nsIImapUrl 2000-03-18 18:35:53 +00:00
dougt%netscape.com
8126ff53b4 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
mscott%netscape.com
3a07f7ef36 **NOT Part of the build yet**
Here's a fully scriptable version of nsIImapUrl. We used to only have a .h file
for this interface. When this file is part of the build,nsIImapUrl.h will become
obsolete.
2000-03-17 07:08:53 +00:00
bienvenu%netscape.com
f6ca95bef5 fix problems cancelling imap logon, fix handling of marking deleted messages read r=mscott,jefft 2000-03-17 00:52:03 +00:00
jdunn%netscape.com
98ac40c70e removing redundant ;; to fix AIX build 2000-03-15 23:31:39 +00:00
jefft%netscape.com
dd2accbee8 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
mscott%netscape.com
96fce242e1 Force all copy related objects to only get executed on the UI thread instead of the imap thread.
r=bienvenu
2000-03-15 02:00:27 +00:00
jefft%netscape.com
9cdfa6fef7 fix bug 30784 - save messages / attachment with bogus path name failed sliently; this is bad if user think save was successful then followed by a delete and compact; we will have a data loss here 2000-03-14 13:54:42 +00:00
jefft%netscape.com
489aa96a47 fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu 2000-03-14 13:37:54 +00:00
gagan%netscape.com
583ed3e9c4 Fix for 30385. We were leaking channel due to the no longer needed "proxy channel" by the cache transport (mem cache) 2000-03-14 03:20:26 +00:00
rickg%netscape.com
7a722be971 replaced calls to deprecated string methods 2000-03-12 21:36:35 +00:00
bienvenu%netscape.com
e1eea71612 change default for fetching by chunks if pref is not specfiied 31191 2000-03-11 19:45:56 +00:00
putterman%netscape.com
36a0950773 a=phil. r=jefft and mscott. Fix for 30918. Can now move messages from imap to local
and local to imap.
2000-03-09 04:17:02 +00:00
sspitzer%netscape.com
ae9d88e477 bulletproofing fix for #30937. r=mscott a=jar. don't crash if the imap server goes away. 2000-03-08 05:04:14 +00:00
sspitzer%netscape.com
daa66da4ed bulletproofing fix for #30937. r=mscott a=jar. don't crash
if the imap server goes away.
2000-03-08 04:17:05 +00:00
mscott%netscape.com
ee46900da4 fix assertion problems related to the thread macro by adding a routine to prxoy the imap url to the ui thread
for release. this ensures that the objects held onto by the imap url are released and destroyed on the ui thread.
r=bienvenu
a=jar
2000-03-07 06:40:41 +00:00