Commit Graph

6654 Commits

Author SHA1 Message Date
mscott%netscape.com
4b1316a4e3 Bug #23491 --> implement GetSet/AddToMemoryCache as part of hooking up imap urls
to the memory cache
r=bienvenu
2000-01-13 03:20:29 +00:00
rhp%netscape.com
2a564f20c4 Fix for bug #: 12675 - Code never reached in vCard handler. r: rhp (external contribution) 2000-01-13 02:47:30 +00:00
rhp%netscape.com
b5a5457f98 Fix for controlling FCC operation - Bug #18919 - r: jefft 2000-01-13 02:20:28 +00:00
bienvenu%netscape.com
e07fcecffc fix solaris build bustage 2000-01-12 23:48:35 +00:00
sspitzer%netscape.com
a39617cb0f after all my bitching, I goofed and made it so for a new imap server, the copies and folders prefs defaults to the imap server, and not local folders.
fix #21237
2000-01-12 22:18:50 +00:00
bienvenu%netscape.com
5b392de1c5 remove obsolete file 2000-01-12 22:07:53 +00:00
bienvenu%netscape.com
4937f4c8bb remove obsolete folder sink proxy 2000-01-12 21:59:10 +00:00
bienvenu%netscape.com
5c4612c424 add copymessages to message service,r=mscott 2000-01-12 21:43:59 +00:00
bienvenu%netscape.com
0ef6b2b69a add idl for mailbox spec and mail folder sink, r=mscott 2000-01-12 21:42:19 +00:00
bienvenu%netscape.com
36136bf490 add nsIIMailboxSpec, nsIImapMailFolderSpec.idl,r=mscott 2000-01-12 21:41:23 +00:00
sspitzer%netscape.com
1c84b93a3a fix warning. 2000-01-12 08:57:41 +00:00
alecf%netscape.com
5eb41ebeaf increment i every time we go through the loop to avoid an infinite loop
r=sspitzer
fixes #17833
2000-01-12 08:50:42 +00:00
alecf%netscape.com
62b64995f2 remove large font so wizard is readable 2000-01-12 08:32:33 +00:00
sspitzer%netscape.com
0089326454 don't hardcode this alert, move it to a string bundle. 2000-01-12 08:04:07 +00:00
sspitzer%netscape.com
b773a3fa83 fix for #13767, when creating a news account, default compose html to false. 2000-01-12 07:57:42 +00:00
putterman%netscape.com
5e92d3ed61 Instead of selecting first new message on startup, just scroll to it. r=alecf. 2000-01-12 07:18:58 +00:00
mcafee%netscape.com
244a57d9b2 Cleaning up XUL, shrinking UI to fit, simplified some labels. r=rgoodger@ihug.co.nz 2000-01-12 04:50:15 +00:00
bienvenu%netscape.com
f89d9339f3 folder sink idl, not part of build yet 2000-01-12 03:30:21 +00:00
sspitzer%netscape.com
00fd3093ac fix the bogus comment 2000-01-12 03:03:30 +00:00
putterman%netscape.com
f02e8fafc5 Begin work on mail context menus. This is for the thread pane. r= alecf. 2000-01-12 02:25:35 +00:00
rjc%netscape.com
b3dac48b54 Fix broken end tag location. 2000-01-12 01:48:17 +00:00
alecf%netscape.com
66785118f1 fix typos, no review needed 2000-01-12 01:47:36 +00:00
alecf%netscape.com
01fec6c998 make the account wizard use a common overlay for some elements
prep for using ben's account wizard.
r=sspitzer
2000-01-12 01:46:55 +00:00
jdunn%netscape.com
370313154b Fix slamm's warnings of shadowing previous variables.
r= rhp@netscape.com
r= warren@netscape.com
r= rpotts@netscape.com
2000-01-12 00:54:10 +00:00
slamm%netscape.com
9822eafc10 Remove obsolete call to sidebarOpenClosePanel(). r=sspitzer 2000-01-12 00:48:27 +00:00
rhp%netscape.com
78ff616b28 Fix for line endings after linked text - Bug #: 23507 - r: jefft 2000-01-12 00:37:47 +00:00
putterman%netscape.com
63a9c92d75 Slightly speed up opening a mail folder by using IsHeaderRead instead of IsRead. r=bienvenu. 2000-01-12 00:31:06 +00:00
bienvenu%netscape.com
4a6b816bca first entry into cvs, not part of build 2000-01-12 00:24:26 +00:00
alecf%netscape.com
7d69499e10 open account wizard on a timer so that it doesn't actually open during the onload= handler... so that users can get to it using the parent window's window icon on the Windows taskbar.
r=sspitzer
2000-01-11 23:57:41 +00:00
bienvenu%netscape.com
687319afb6 set new flag for all new news messages, not just ones with re:,r=sspitzer 23647 2000-01-11 23:38:53 +00:00
alecf%netscape.com
b7130baea5 fix for #14089, various typos & layout problems fixed
r=sspitzer
2000-01-11 23:21:47 +00:00
mscott%netscape.com
8ecb0c65fa Bug #8985 --> add a key binding for the delete key such that hitting the delete button in messenger will
delete the selected message(s).
r=sspitzer
2000-01-11 22:59:12 +00:00
alecf%netscape.com
4be3dc2230 rearrange some of the members of this interface just for readability
r=sspitzer
2000-01-11 22:49:29 +00:00
ducarroz%netscape.com
609762887c Fix for bug 23490. nsMsgDatabase::RowCellColumnToCharPtr should not return an error when a cell is empty but an empty string. Also add default subject when user doesn't specify one. R=bienvenu 2000-01-11 22:41:36 +00:00
mscott%netscape.com
f68ff8a7c9 Bug #8276 --> some old code in here wasn't allocating enough bytes for a string when quoting an address. As a result,
it was possilbe to give it a string with semicolons such that we would corrupt memory. an easy example:
foo@netscape.com;foo@netscape.com would cause us to write past the end of an allocated buffer and crash.
The fix is to make sure we allocate enough memory.
r=sspitzer
2000-01-11 22:37:24 +00:00
mscott%netscape.com
1613b35d89 Bug #23351 --> patch from bns_robson@hotmail.com to fix
problem where we weren't pausing for more data if the server hadn't sent
the response back.
r=mscott
2000-01-11 21:06:36 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
jefft%netscape.com
9b660a887d fixed bug 23442 -- [DOGFOOD] Empty trash on IMAP account causes crash; check for return value in js; r=putterman 2000-01-11 20:44:55 +00:00
jefft%netscape.com
be314bdf69 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
chuang%netscape.com
1a89572c34 Fix bug20235 AB Formatting checkbox not remembered, r=habgas 2000-01-11 20:06:39 +00:00
sspitzer%netscape.com
42ce930293 back end (migration) fix for bug #16219
migrate the mail.pop3_gets_new_mail and mail.imap.new_mail_get_headers get
migrated to mail.server.server1.download_on_biff
2000-01-11 20:03:51 +00:00
rhp%netscape.com
d027771e9c Fix for invalid multipart message creation - Bug #: 19223 - r: mscott 2000-01-11 15:41:21 +00:00
sspitzer%netscape.com
d6ed91fe90 fix bug #23370 2000-01-11 10:01:31 +00:00
sspitzer%netscape.com
248e618bcb fix bug #23366 2000-01-11 09:57:50 +00:00
sspitzer%netscape.com
1609e6eb8a fix bug #23249. prepopulate the address widget the newsgroup name (not the full uri). also, if they had a news server selected, treat this like a normal "To:" compose. 2000-01-11 09:51:28 +00:00
sspitzer%netscape.com
b9dfd88b3b make it so the identity for the "Local Folders" account that gets created defaults the copies and
folders prefs to the "Local Folders."
2000-01-11 09:28:24 +00:00
sspitzer%netscape.com
d613e577e1 fix a reference error that I caused with my last checkin. 2000-01-11 08:20:31 +00:00
sspitzer%netscape.com
9ca75194ad 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
bienvenu%netscape.com
eeceb110d7 remove unneeded include 2000-01-11 06:15:31 +00:00
pavlov%netscape.com
97d562dc92 check for null before calling into a method of the object r=dmose 2000-01-11 06:11:12 +00:00