jefft%netscape.com
6da163d885
(not part of the build yet) rename TIMAPACLRightsInfo to nsIMAPACLRightsInfo
1999-04-09 22:06:58 +00:00
jefft%netscape.com
884833859c
(not part of the build yet) fixed typo for AllocateCanonicallFolderPath
1999-04-09 22:05:43 +00:00
jefft%netscape.com
c6202e10d5
(not part of the build yet) export nsIMAPNamespace.h
1999-04-09 22:04:21 +00:00
jefft%netscape.com
6d1b103319
(not part of the build yet) more porting from 4.5 to 5.0; filling in more stub'd methods in nsImapProtocol; added missing host info methods
1999-04-09 21:55:28 +00:00
jefft%netscape.com
22acd0af11
(not part of the build yet) more porting from 4.5 to 5.0; added missing host info methods
1999-04-09 21:51:18 +00:00
bienvenu%netscape.com
a545f7837e
remove a few uses of GetBuffer()
1999-04-09 02:44:17 +00:00
bienvenu%netscape.com
c48b623977
bunch of stuff to get message header download working
1999-04-09 01:46:22 +00:00
jefft%netscape.com
5a81e8f544
failed to set m_protocolInitialized flag when protocol did get initialized
1999-04-08 23:38:30 +00:00
rhp%netscape.com
6515019856
Fix for bug #4784 - reviewer: mscott - This is a fix for
...
a problem when not escaping XML output from RFC822 headers.
1999-04-08 23:35:08 +00:00
mscott%netscape.com
9b3a7726e5
Add test option for select folder and use the imap service to implement this test.
1999-04-08 23:06:25 +00:00
mscott%netscape.com
c9c599f0ad
(not part of the build yet)
...
support the SelectFolder interface.
1999-04-08 23:05:35 +00:00
mscott%netscape.com
a161e8c3b1
(not part of the build yet)
...
add SelectFolder method to the imap service interface.
1999-04-08 23:05:12 +00:00
mscott%netscape.com
9aca3f3e4d
(not part of the build yet).
...
I removed our dependencies on xplib so we no longer need to link to it. This cuts down the imap dll by some 40% or so. yippee!
1999-04-08 23:04:13 +00:00
mscott%netscape.com
35f4a1c463
(not part of the build yet)
...
Update imap body shell to use nsHashTable instead of XP_HashTable.
1999-04-08 23:00:10 +00:00
jefft%netscape.com
eb3092269c
(not part of the build yet) more porting on message download; remove SetMessageDownloadOutputStream method; added PostLineDownLoadEvent, m_downloadLineCache, & m_fromHeaderSeen
1999-04-08 22:14:02 +00:00
jefft%netscape.com
f84386ee7f
added TLineDownloadCache class
1999-04-08 22:10:52 +00:00
jefft%netscape.com
c20086f859
(not part of the build yet) removed SetMessageDownloadOutputStream
1999-04-08 22:10:03 +00:00
jefft%netscape.com
faf6c21ce7
(not part of the build yet) more porting from 4.5; added GetShouldDownloadArbitraryHeaders, GetArbitraryHeadersToDownload, AdjustChunkSize, FetchMessage method; added more member variable - m_trackingTime, m_startTime, m_endTime, m_tooFastTime, m_idealTime, m_chunkAddSize, m_chunkStartSize, m_maxChunkSine, m_fetchByChunk, m_chunkSize & m_chunkThreshold
1999-04-08 14:50:17 +00:00
mscott%netscape.com
15d994585e
(not part of the build yet) a=cyeh.
...
Replace the identity stuff with their equivalents in nsIMsgIncomingServer.
use the imap service to create a protocol instance instead of creating one directly ourselves.
1999-04-08 02:59:52 +00:00
mscott%netscape.com
a298d7b5cd
(not part of the build yet) a=cyeh.
...
build nsImapService and nsImapIncomingServer.
1999-04-08 02:58:38 +00:00
mscott%netscape.com
379be56015
(not part of the build yet) a=cyeh.
...
Foundation for our imap service. Right now it only creates protocol instances.
1999-04-08 02:57:47 +00:00
mscott%netscape.com
0e219bc9ac
(not part of the build yet) a=cyeh.
...
implementation of the nsIImapIncomingServer interface. This class is responsible for maintaining an up to date list of all the prefs for a given imap server.
1999-04-08 02:57:20 +00:00
mscott%netscape.com
e7d5334609
(not part of the build yet) a=cyeh.
...
Replace identity with nsIMsgIncomingServer. Initialize now takes a host session list.
1999-04-08 02:56:12 +00:00
mscott%netscape.com
5f43e3f549
(not part of the build yet) a=cyeh.
...
Replace the identity with nsIMsgIncomingServer. Initialize now takes in the host session list.
1999-04-08 02:55:29 +00:00
mscott%netscape.com
d939c01e95
(not part of the build yet) a=cyeh.
...
Replace identity stuff with nsIMsgIncomingServer.
1999-04-08 02:54:20 +00:00
mscott%netscape.com
6fa3c842f8
(not part of the build yet) a=cyeh.
...
Export nsIImapService.h and nsIImapIncomingServer.h
1999-04-08 02:53:17 +00:00
mscott%netscape.com
ba6e30e5b7
(not part of the build yet) a=cyeh.
...
Foundation for an imap service interface.
1999-04-08 02:53:01 +00:00
mscott%netscape.com
86123a7227
(not part of the build yet) a=cyeh.
...
Changed identity getters and setters to use the new nsIMsgIncomingServer interface instead.
1999-04-08 02:52:28 +00:00
mscott%netscape.com
5de74bcaf8
(not part of the build yet) a=cyeh.
...
Initialize now takes the host session list.
1999-04-08 02:51:13 +00:00
mscott%netscape.com
7fc41cf9a1
(not part of the build yet) a=cyeh.
...
Add an imap incoming server interface which holds imap account server specific information such as user name, host name, etc.
1999-04-08 02:50:44 +00:00
mscott%netscape.com
b7ea611b18
(not part of the build yet) a=cyeh.
...
I changed the dll name for imap to be msgimap.dll. We now need prefs and js in the requires list.
1999-04-08 02:49:40 +00:00
mscott%netscape.com
3eefdc4c4d
(not part of the build) a=cyeh.
...
Imap factory can now generate components for the imap service and for the imap incoming server.
1999-04-08 02:48:56 +00:00
putterman%netscape.com
2f0eebcd43
Fixes bug 4650. Backed out some changes so that linux will start working again.
...
When bug 4668 is fixed I will put these back in. Approved by chofmann and reviewed
by mscott.
1999-04-07 20:56:48 +00:00
bienvenu%netscape.com
69c6556f51
avoid iterating over first thread twice
1999-04-07 06:56:19 +00:00
jefft%netscape.com
a3d6499b7b
partially hooked up imap parser and fe proxy event implementation
1999-04-07 04:33:45 +00:00
jefft%netscape.com
0858c8917e
added NS_INIT_REFCNT() to the constructor; temporary added a global gImapHostSessionList for the test purpose
1999-04-07 04:29:12 +00:00
jefft%netscape.com
fa3cd0e0ca
export nsImapServerResponseParser.h nsIMAPGenericParser.h & nsImapSearchResults.h
1999-04-07 04:26:38 +00:00
jefft%netscape.com
9c0af89729
implemented nsIImapMailfolder, nsIImapMessage, nsIImapExtension, nsIImapMiscellaneous interfaces
1999-04-07 04:25:12 +00:00
mcafee%netscape.com
32083fdeaf
Using XP macro for -lz
1999-04-07 04:19:01 +00:00
mcafee%netscape.com
d9e63ee4a0
XP way of specifying libz
1999-04-07 03:47:27 +00:00
putterman%netscape.com
357b3bff79
More work on threads.
1999-04-07 02:50:25 +00:00
nisheeth%netscape.com
609f21c756
Fixing well-formedness errors reported by expat...
1999-04-07 02:03:08 +00:00
mscott%netscape.com
1d25f72fe6
Fix for part of the problem with get new mail failing. We were passing a null pointer instead of the address of the pointer...
1999-04-07 01:56:15 +00:00
nisheeth%netscape.com
80b9e6bfb1
Fixing well-formedness errors caused by expat...
1999-04-07 01:54:04 +00:00
bienvenu%netscape.com
781ecafb6c
start adding msgrfc822 parser, fix multiple thread problem
1999-04-07 01:41:23 +00:00
mscott%netscape.com
e1571ba7fe
New folder icon from scotty.
1999-04-07 01:01:11 +00:00
putterman%netscape.com
a0c8f22637
Add return value to end of function so all control paths return a value.
1999-04-07 00:59:52 +00:00
alecf%netscape.com
edff4973ec
include the right RDF idl file
1999-04-07 00:43:04 +00:00
bienvenu%netscape.com
32244b901c
fix thread iterator, add some debugging iterators
1999-04-07 00:31:36 +00:00
mscott%netscape.com
e6fca2317e
I fixed the pop3 test to be in synch with alecf's identity changes so it should be safe to build the test again. Turning it back on.
1999-04-07 00:27:54 +00:00