Граф коммитов

403 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 5bc7516f93 Fix build breakage....for some reason it suddennly started having problems with LINEBREAK. I added a defintion here...although
it is also defined in nsMsgLinebuffer.cpp....seems like we want to find a generic place for this.
1999-02-10 01:16:37 +00:00
mscott%netscape.com 6a63a1a9d6 Export nsSmtpProtocol.h. 1999-02-09 21:39:29 +00:00
mscott%netscape.com f631904884 Remove nsMsgCompFields.h from the export list... 1999-02-09 21:39:00 +00:00
mscott%netscape.com 83e3dc7b10 Running SMTP urls should use a brand new transport and a brand new protocol instance for each url.... 1999-02-09 21:19:09 +00:00
mscott%netscape.com 042ea85a06 Add some cleanup code to the protocol destructor.... 1999-02-09 21:17:34 +00:00
alecf%netscape.com 152566ea44 update to new NSPR types, and make it build on Unix 1999-02-09 20:08:35 +00:00
ducarroz%netscape.com 067a3cf69b Remove any reference to compose classes 1999-02-09 17:33:29 +00:00
bienvenu%netscape.com f235884541 put linebreak defines here since I can't put them in nsCRT.h 1999-02-09 05:07:21 +00:00
bienvenu%netscape.com 96e3bb9c5b add line buffering class 1999-02-09 04:46:12 +00:00
warren%netscape.com b5b0ae6124 Moved NS_ERROR_MODULE_MAILNEWS to xpcom/public/nsError.h 1999-02-09 04:28:35 +00:00
warren%netscape.com 099416ac8f Changed uses of MsgErr to nsresult. Moved CR LF macros to base/src/nsCRT.h. 1999-02-09 04:20:46 +00:00
mscott%netscape.com ddaba657ab Bring first part of the smtp service online. We can now read in a file name and send the message to the SMTP server. 1999-02-09 03:51:50 +00:00
mscott%netscape.com 616fdc6343 Removing from directory as this has been moved to tests\smtp\smtpTest.cpp 1999-02-09 03:50:32 +00:00
mscott%netscape.com b4fd9749b8 Build nsSmtpProtocol.cpp... 1999-02-09 03:49:59 +00:00
mscott%netscape.com b63a23345e New method to post a file containing a message. 1999-02-09 03:49:31 +00:00
mscott%netscape.com ef84d3428b Many many changes. Most notably code to correctly parse a file containing an email message, append appropriate CRLFs and transmit the file to the SMTP server. 1999-02-09 03:48:56 +00:00
mscott%netscape.com 872c57c331 Small changes. Added support for getting/setting a file name for the file to be posted. 1999-02-09 03:46:34 +00:00
warren%netscape.com c633a424fc Broke out IMAP stuff. 1999-02-09 03:45:02 +00:00
mscott%netscape.com 44ec99403e Add accessors for getting/setting the file name for the email message to be posted. 1999-02-09 03:44:47 +00:00
mscott%netscape.com 92260e32b3 Add values for CRLF.... 1999-02-09 03:23:10 +00:00
mscott%netscape.com c360487645 Oops...one of my changes got lost...if you are reading in user data, don't write it into m_userData unless the user
actually entered a value...if you do write in it, we step on the default value which is alredy in m_userData...
1999-02-09 03:21:34 +00:00
alecf%netscape.com a6cffbe20e Some headers aren't required after all.
reorder some of them and change HEADER_TOTAL to HEADER_LAST for consistency.
1999-02-09 02:55:39 +00:00
alecf%netscape.com e19f45ba8a terminate posts with "."
move FORCE_PR_LOG above the include for msgCore so that we can log in release builds
remove unnecessary assert
get ready for the next state after we post the message
1999-02-09 02:54:44 +00:00
alecf%netscape.com 9ed9f59124 fix up test harness for posting 1999-02-09 02:49:58 +00:00
warren%netscape.com e7cd2a8f8c Fixed to build on Windows. 1999-02-09 02:23:39 +00:00
ducarroz%netscape.com ad626d233b remove temporary directory compose 1999-02-09 02:14:58 +00:00
ducarroz%netscape.com 8bc1bc1cb9 Original file was moved into .\smtp, this is in fact a first check in 1999-02-09 01:45:55 +00:00
ducarroz%netscape.com 51125976a7 Add support for msgCompose & msgCompFields, change library name to compose instance of smtp 1999-02-09 01:42:18 +00:00
ducarroz%netscape.com 92f3fd8832 Add support for msgCompose and msgCompFields 1999-02-09 01:40:25 +00:00
ducarroz%netscape.com 511fc5fbd0 Add support for nsIMsgCompose & nsIMsgCompFields 1999-02-09 01:36:14 +00:00
ducarroz%netscape.com 0d8537af00 Add class id for msgcompose and msgcompfields 1999-02-09 01:34:53 +00:00
alecf%netscape.com 002b208879 Ignore UNIX generated makefiles 1999-02-09 01:33:43 +00:00
ducarroz%netscape.com dfd1295969 add library compose.lib 1999-02-09 01:33:33 +00:00
ducarroz%netscape.com 5ae97aef6f add directory compose to build process 1999-02-09 01:32:15 +00:00
ducarroz%netscape.com 9ba4fd8e52 Initial check in 1999-02-09 01:28:32 +00:00
mscott%netscape.com 4e0a81b48a Ooops...forgot to check this file in. I changed the arguments for ExtractRFC822Addresses 1999-02-09 01:23:34 +00:00
ducarroz%netscape.com 5bc9f4b642 Initial check in 1999-02-09 00:15:59 +00:00
ducarroz%netscape.com 9dcbde1dc7 Initial check in 1999-02-09 00:08:18 +00:00
ducarroz%netscape.com 13c6e67788 Initial check in
This file is temporary!
1999-02-09 00:05:39 +00:00
alecf%netscape.com 3e46ee5f40 first shot at NNTP Newsgroup Post implementation...still have a few kinks to work out 1999-02-08 23:09:26 +00:00
alecf%netscape.com c022a8653d make this newsheader valid for now 1999-02-08 23:05:05 +00:00
mscott%netscape.com aa07fdd3f6 Updating with changes for new nsISmtpUrl interface... 1999-02-08 01:36:57 +00:00
mscott%netscape.com 227981e00b More conversion changes from old smtp code to the working in the new world... 1999-02-08 01:36:38 +00:00
mscott%netscape.com fd0fa54c47 Added more interface methods for a message.... 1999-02-08 01:35:57 +00:00
bienvenu%netscape.com 0dbbf2cf81 add more flag setting stuff, including local mail flag handling 1999-02-08 00:46:47 +00:00
bienvenu%netscape.com 797d0f30be add runtime only define 1999-02-08 00:45:46 +00:00
mscott%netscape.com 1c3745480b Add the return value to ParseRFC822Addresses. the return value is the number of addresses.... 1999-02-08 00:16:21 +00:00
bienvenu%netscape.com 7def9c8733 add local mail folder summary spec 1999-02-08 00:13:59 +00:00
bienvenu%netscape.com 73f9d03609 add local folder summary spec class 1999-02-08 00:06:41 +00:00
bienvenu%netscape.com b2ea4fc555 local folder header strings, e.g., x-mozilla-status 1999-02-08 00:03:56 +00:00