sspitzer%netscape.com
315df8cb85
clean up nsIMsgFolder.idl and break it apart. r=alecf
2000-01-26 10:00:00 +00:00
sspitzer%netscape.com
9569df8431
added files: mozilla/mailnews/local/public/nsIMsgLocalMailFolder.idl
2000-01-26 09:59:09 +00:00
sspitzer%netscape.com
96a68020b0
I'm taking this out of nsIMsgFolder. not part of build yet.
2000-01-26 09:50:06 +00:00
mscott%netscape.com
280160c56a
Bug #23889 --> fix a typo in a printf =) ya'll is technically spelled y'all....
2000-01-26 01:01:48 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
bienvenu%netscape.com
b11c7a0430
add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302
2000-01-18 22:33:35 +00:00
sford3%swbell.net
948579bb84
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
jefft%netscape.com
9249bb4233
Fixed bug 22129 -- lack of recieve mail functionality; it turns out that we didn't handle actual message size different that the server returned message size well; we have to check for dot_fix, assumed_end and pause for more data to end incorporate complete message download; turned on auth login so we have a little security; generate X-UIDL header if needed; better cache of server capability; r=rhp
2000-01-17 17:32:07 +00:00
sspitzer%netscape.com
95447e565d
add a debugging printf.
2000-01-15 09:30:34 +00:00
alecf%netscape.com
a791c7c105
back out my changes
2000-01-14 22:51:53 +00:00
alecf%netscape.com
26dec628b3
fix usages of GetPreHost so that local/imap/news folders can be displayed
...
a=granrose
2000-01-14 20:17:14 +00:00
alecf%netscape.com
76b7dad32e
make the mail notification systems use nsIAtoms instead of char*s, and add capability to notify on PRUnichar* data that changes
...
(in preparationfor #19079 )
r=scottip
2000-01-14 09:01:39 +00:00
bienvenu%netscape.com
a1ff78fcb1
add copymessages to message service,r=mscott
2000-01-12 21:43:59 +00:00
jefft%netscape.com
59cc486ac6
fixed bug -- Empty trash on local and POP folders doesn't work; implemented empty trash for pop; r=putterman
2000-01-11 20:41:24 +00:00
sspitzer%netscape.com
079c129409
fix for bug #23457 . when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
...
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").
fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.
r=alecf
2000-01-11 08:01:37 +00:00
mscott%netscape.com
a4be3b0f68
performance tweak --> header parser is supposed to be a service not a component.
...
r=bienvenu
2000-01-09 22:00:03 +00:00
putterman%netscape.com
f783868075
Select and scroll to first new message in a folder. r=bienvenu.
2000-01-09 19:47:58 +00:00
alecf%netscape.com
cb05bcaa63
final stage of XPIDLizing nsIMsgHdr
2000-01-08 09:55:37 +00:00
sspitzer%netscape.com
3ad93338aa
added files: mozilla/mailnews/local/src/nsNoneService.cpp
2000-01-08 04:02:54 +00:00
sspitzer%netscape.com
7a838822da
added files: mozilla/mailnews/local/public/nsINoneService.idl
2000-01-08 04:01:38 +00:00
sspitzer%netscape.com
66a2024b3e
fix #23372 , remove hard coded string from account manager and account wizard
...
js. fix #23313 , don't allow user to delete "local folders" account.
fix #23413 , implement delete account. further divorce "none" from "pop3"
(which will be useful once we get to movemail and other incoming mail server types)
r=alecf
2000-01-08 04:01:06 +00:00
alecf%netscape.com
e985f3bd19
null pointer check, no reveiwer
2000-01-08 03:39:59 +00:00
alecf%netscape.com
cbfdff9868
more minor dependancy cleanup
2000-01-08 03:39:36 +00:00
sspitzer%netscape.com
33ca74f641
fix bug #23317 . when using the account wizard, check the
...
protocol info to see if username is required and how to preflight
the pretty name. (news does it different than imap and pop.)
to help the insane clown posse, create a string bundle to be used
by the account wizard.
fix the bug that I just introduced where creating accounts
would fail at the very end, so the folder pane would fail to refresh.
r=alecf
2000-01-07 07:49:37 +00:00
mscott%netscape.com
d0ae8fffc5
DisplayMessage now takes in the nsIMsgWindow
...
r=bienvenu
2000-01-06 00:47:58 +00:00
alecf%netscape.com
a9926bbf8e
pass 2 off XPIDLizing nsIMsgHdr - clean up IDL to use attributes where appropriate, and fix up API calls where necessary ( #7808 )
2000-01-05 02:02:50 +00:00
alecf%netscape.com
39daca57b1
first pass at fix for #7808 , XPIDLizing nsIMsgHdr - for now just make an exact duplicate of the C++ interface, except in XPIDL
...
r=putterman
2000-01-04 22:41:21 +00:00
putterman%netscape.com
2cf9d22cd1
Fixes 22570. r=alecf. Use base class mPath so that counts show up correctly.
2000-01-03 23:43:05 +00:00
dougt%netscape.com
2c4a0a16aa
Including nsString.h directly. It is included indirectly by nsFileSpec. This
...
prep work for the nsIFile landing.
2000-01-03 23:16:47 +00:00
sspitzer%netscape.com
dfb07c52b6
fix bug #22450 . if the user has an @ in there pop username, truncate at that point
...
when sending the username to the server. (but the full thing will show up in the ui and in
the password dialog)
now we support the "mail.allow_at_sign_in_user_name" pref.
bring over the comments from the 4.x code base.
this fix will also fix pop for users who entered there full email address as there pop username
1999-12-29 20:50:27 +00:00
sspitzer%netscape.com
7411c47023
warnings fixes, and fix for #21901 , all password dialogs to have titles
...
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
jefft%netscape.com
f0ec61e5d3
fixed bug 21670 -- read mail crashes on particular message (HP-UX); r=mscott,a=chofmann
1999-12-20 14:54:17 +00:00
jefft%netscape.com
6db40bd041
fixed bug 21714 - leave message on server = false (pop3) doesn't work; now default is set to false; r=mscott,bienvenu; a=chofmann
1999-12-20 14:51:10 +00:00
alecf%netscape.com
f0be7a9f12
move GetPath/SetPath into a base class, combining all the .sbd directory creators. reduces calls to FindServer() by about 2 calls per folder
...
r=sspitzer
a=chofmann
1999-12-18 01:09:51 +00:00
jefft%netscape.com
d5d738913a
fixed bug 20312, 21546 -- Get Pop3 Messages stall; r=ducarroz, a=chofmann
1999-12-13 22:03:14 +00:00
jefft%netscape.com
8d1128265b
fixed bug 20312 -- [DOGFOOD] [PDT+] Mozilla Mail stalls on specified popmail spool; we failed in handling empty line & dot in the middle of a message; r=bienvenu,mscott a=chofmann
1999-12-10 23:37:04 +00:00
putterman%netscape.com
69a30e8901
Fixes part of 18075. reviewed by jefft. Don't crash when doing get msg on a pop account
...
that has no incoming server.
1999-12-07 23:35:05 +00:00
mscott%netscape.com
9bfd0fc4f4
Bug #20698 --> unescape the url before figuring out the file path
1999-12-07 07:18:06 +00:00
bienvenu%netscape.com
0e19f0568c
fix body filter problem for local messages, r=mscott 17058
1999-12-07 05:52:56 +00:00
jefft%netscape.com
dd8ea8e802
possibly fix bug 20230, save template requires canonical line ending when uploading to an imap server; r=rhp;
1999-12-06 15:40:24 +00:00
sspitzer%netscape.com
40a565e1d0
remove CanBeRenamed and CanCreateChildren. In most cases, these weren't
...
implemented or they were just stubs. I added CanRename and CanCreateSubfolder
(which follow the naming convention, so we'll keep them) without knowing these were there. I move over the additional logic for special folders (like INBOX, TRASH, etc) in CanBeRenamed to CanRename, and put the logic in one place, in nsMsgFolder::CanRename(), instead of in multiple places. thanks to alecf for pointing out that CanBeRenamed and CanCreateChildren were already there.
1999-12-04 19:56:06 +00:00
warren%netscape.com
bf4ef9672f
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
1999-12-04 10:01:32 +00:00
alecf%netscape.com
8432d84d0f
move SetParent call to earlier in the subfolder creation process so that the folder has a parent much earlier. This allows us to benefit from the lazy URI parsing I just checked in.
...
r=sspitzer
just some cleanup work after the previous checkins to fix #20706
1999-12-04 03:08:03 +00:00
alecf%netscape.com
4fcb5fd7ca
oops, missed this one too
...
stupid tests.
1999-12-02 07:36:52 +00:00
alecf%netscape.com
8dfb58e0e1
mail architecture cleanup (no bug - emptying my tree before next week's closure)
...
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
bienvenu%netscape.com
4bb8cc1eb1
fix pop move msg filters to truncate inbox r=mscott, #18030
1999-12-02 01:05:31 +00:00
buster%netscape.com
faf0c7433f
trivial code cleanup, just removed webshell includes from files where they are not used.
1999-12-01 22:25:01 +00:00
sspitzer%netscape.com
b95351b8ff
clean up in preparation for bug #14254 . remove unused files. create
...
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle. now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
1999-11-30 22:57:42 +00:00
dougt%netscape.com
1da7d3868d
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00