Commit Graph

1810 Commits

Author SHA1 Message Date
bienvenu%netscape.com
fb01ee1e19 more work on imap folder loading 1999-04-15 01:28:14 +00:00
mscott%netscape.com
eb551ad681 fix crash in AddNewNamespace. We were iterating through a list of name spaces backwards incorrectly. We were starting with one past the last element in the array and then attempting to dereference it.... 1999-04-15 01:22:07 +00:00
alecf%netscape.com
bf6bf67c4d remove calls to XP_Trace 1999-04-15 01:07:45 +00:00
sspitzer%netscape.com
3d9faca612 added cvsignore files 1999-04-15 01:04:42 +00:00
alecf%netscape.com
a7c763c780 fix PRBool -> XP_Bool confusion (temp fix until libi18n uses PRBool) 1999-04-15 01:03:18 +00:00
jefft%netscape.com
6b9c7db9d1 check return pointer of imapPart prior calling m_shell->Generate(imapPart) in ProcessOkCommand() 1999-04-15 01:01:51 +00:00
jefft%netscape.com
3ab1819f8b calling m_realImapXXXX method instead of m_proxy method to avoid extra notification of fe event completion 1999-04-15 00:58:25 +00:00
jefft%netscape.com
297a6f561c bump up imap thread priority a little bit higher than normal to prevent the deadlock 1999-04-15 00:56:34 +00:00
rhp%netscape.com
00907a41d1 Adding support for UTF-8 output and better display of headers 1999-04-15 00:56:23 +00:00
rhp%netscape.com
9d3f0485b1 Adding UTF-8 support 1999-04-15 00:55:52 +00:00
rhp%netscape.com
a23da21d35 Adding I18N support for email messages 1999-04-15 00:54:58 +00:00
rhp%netscape.com
09ebc9f463 Adding header entry for charset 1999-04-15 00:54:28 +00:00
rhp%netscape.com
49753128ed More vCard size reduction work 1999-04-15 00:54:15 +00:00
rhp%netscape.com
695d26c2b0 Adding new vcard files for size reduction on vCards 1999-04-15 00:54:00 +00:00
rhp%netscape.com
5306f8a5b9 Cleaning out old files 1999-04-15 00:53:43 +00:00
alecf%netscape.com
14f799fb0a add booleans to decide if we should attach signatures/vcards 1999-04-14 03:43:45 +00:00
alecf%netscape.com
86ad80de67 fix newline-at-end-of-file problem 1999-04-14 03:35:58 +00:00
alecf%netscape.com
2ad9dc0f9f now that nsQuickSort is correctly exported on Windows, use it. 1999-04-14 03:26:45 +00:00
bienvenu%netscape.com
dfeca8bd98 hook up imap code to retrieve uid validity from DB 1999-04-14 02:34:21 +00:00
jefft%netscape.com
d4de47e788 ported over AllocateCanonicalPath method 1999-04-14 01:55:29 +00:00
jefft%netscape.com
95771dbd8d check valid allocatedPath and namespaceFolder prior duplicate for mailbox_spec 1999-04-14 01:54:36 +00:00
jefft%netscape.com
6180f176da fixed memory leak when calling GetImapUserName(); the returned string should be freed 1999-04-14 01:53:16 +00:00
rhp%netscape.com
e399772778 Fix declaration of public functions. 1999-04-14 01:50:44 +00:00
bienvenu%netscape.com
99853eddd8 add more imap-specific parsing stuff to url object 1999-04-14 01:32:27 +00:00
mscott%netscape.com
c1260a7df1 Add code to add the incoming server to the host session list when parsing it. 1999-04-14 01:19:34 +00:00
mscott%netscape.com
930195d95c Fix for declaration of functions 1999-04-14 01:11:01 +00:00
mscott%netscape.com
70ab22f349 Fix for non-initialized path names. 1999-04-14 00:57:01 +00:00
mscott%netscape.com
c3cbb02fc0 Fix directory search for UNIX 1999-04-14 00:54:48 +00:00
bienvenu%netscape.com
9bc3b5e711 hook up selected state urls (except for ifdeffed out parts) 1999-04-13 23:15:35 +00:00
ducarroz%netscape.com
24bb1053d1 Fix memory leak, bug 4851 1999-04-13 22:56:46 +00:00
alecf%netscape.com
82f7b5f935 check in header file to match to make use of new SetSize() 1999-04-13 22:11:57 +00:00
alecf%netscape.com
7fd4c187ed augh, don't use quicksort for now, I'm not sure why windows can't see it. 1999-04-13 22:11:22 +00:00
jefft%netscape.com
bd22d855db ported over DiscoverMailboxSpec method 1999-04-13 21:37:06 +00:00
jefft%netscape.com
0a6b2909e5 added missing member variable, m_delimiter and method, GetDelimiter() 1999-04-13 21:35:48 +00:00
alecf%netscape.com
3da62530e2 fix a whole bunch of signed/unsigned problems, and use new nsQuickSort routine 1999-04-13 21:01:32 +00:00
rhp%netscape.com
b979356c68 Cleanup of netlib.lib linking 1999-04-13 20:59:29 +00:00
alecf%netscape.com
dcf0040807 use new nsQuickSort routine in base, and fix signed/unsigned problem 1999-04-13 20:12:27 +00:00
nhotta%netscape.com
9bb10de805 Additional changes for the RFC822 parser. 1999-04-13 19:49:10 +00:00
nhotta%netscape.com
6d3502a293 nsIMsgRFC822Parser and related changes, removed old i18n functions, instead passing charset name. 1999-04-13 19:18:22 +00:00
ducarroz%netscape.com
f58ba6fe29 Mac should not include nsTextFragment.h ro avoid duplication definition errors. 1999-04-13 18:36:21 +00:00
ducarroz%netscape.com
fef005c30d update project 1999-04-13 18:34:44 +00:00
ducarroz%netscape.com
cd541fb9d2 update project files, added nsNewsSummarySpec.cpp 1999-04-13 18:21:30 +00:00
bienvenu%netscape.com
ae8d37b810 add more methods for selecting a folder (not part of build yet) 1999-04-13 16:18:52 +00:00
kipp%netscape.com
df172ddd72 Added missing makefiles 1999-04-13 14:28:59 +00:00
chuang%netscape.com
260026da45 Switch mailnews from prefs.js to prefs50.js 1999-04-13 07:41:24 +00:00
chuang%netscape.com
bf4f0881c1 Add mailnews preferences UI 1999-04-13 07:19:09 +00:00
chuang%netscape.com
a07cf62dec activate preference menu 1999-04-13 07:02:02 +00:00
jefft%netscape.com
a84d9a7ebe stub GetShowAttachmentsInline method 1999-04-13 04:50:04 +00:00
jefft%netscape.com
fc1b63ea1f added GetShowAttachmentsInlineProxyEvent; fixed minor problem in GetMessageSizeProxyEvnet 1999-04-13 04:48:37 +00:00
jefft%netscape.com
6c5a1f384a ported over GetMessageSize & GetShowAttachmentsInline method 1999-04-13 04:46:05 +00:00